diff --git a/.changeset/test-release-pipeline.md b/.changeset/test-release-pipeline.md deleted file mode 100644 index 3b653dc..0000000 --- a/.changeset/test-release-pipeline.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@crypt.fyi/core': patch -'@crypt.fyi/cli': patch -'@crypt.fyi/extension': patch -'@crypt.fyi/web': patch -'@crypt.fyi/server': patch ---- - -Test the release pipeline: npm publish for core/cli and Chrome Web Store publish for the extension. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 28a3f97..d3a9718 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @crypt.fyi/cli +## 0.0.17 + +### Patch Changes + +- [`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e) Thanks [@dillonstreator](https://github.com/dillonstreator)! - Test the release pipeline: npm publish for core/cli and Chrome Web Store publish for the extension. + +- Updated dependencies [[`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e)]: + - @crypt.fyi/core@0.0.17 + ## 0.0.16 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e2779c8..dec1dac 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@crypt.fyi/cli", - "version": "0.0.16", + "version": "0.0.17", "type": "module", "bin": { "cfyi": "./dist/index.js" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b1c4ed6..3ed171e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @crypt.fyi/core +## 0.0.17 + +### Patch Changes + +- [`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e) Thanks [@dillonstreator](https://github.com/dillonstreator)! - Test the release pipeline: npm publish for core/cli and Chrome Web Store publish for the extension. + ## 0.0.16 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 60227b2..59db5d0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@crypt.fyi/core", - "version": "0.0.16", + "version": "0.0.17", "license": "Apache-2.0", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/extension/CHANGELOG.md b/packages/extension/CHANGELOG.md index 51596ee..cc4736e 100644 --- a/packages/extension/CHANGELOG.md +++ b/packages/extension/CHANGELOG.md @@ -1,5 +1,14 @@ # @crypt.fyi/extension +## 0.0.17 + +### Patch Changes + +- [`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e) Thanks [@dillonstreator](https://github.com/dillonstreator)! - Test the release pipeline: npm publish for core/cli and Chrome Web Store publish for the extension. + +- Updated dependencies [[`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e)]: + - @crypt.fyi/core@0.0.17 + ## 0.0.16 ### Patch Changes diff --git a/packages/extension/package.json b/packages/extension/package.json index 96ba88d..41ccdea 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,7 +1,7 @@ { "name": "@crypt.fyi/extension", "license": "Apache-2.0", - "version": "0.0.16", + "version": "0.0.17", "private": true, "type": "module", "dependencies": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 53f10fe..e199af8 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,11 @@ # @crypt.fyi/server +## 0.0.17 + +### Patch Changes + +- [`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e) Thanks [@dillonstreator](https://github.com/dillonstreator)! - Test the release pipeline: npm publish for core/cli and Chrome Web Store publish for the extension. + ## 0.0.16 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 9d903bc..9f06099 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -2,7 +2,7 @@ "name": "@crypt.fyi/server", "private": true, "license": "Apache-2.0", - "version": "0.0.16", + "version": "0.0.17", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index e11879e..cf42a60 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,14 @@ # @crypt.fyi/web +## 0.0.17 + +### Patch Changes + +- [`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e) Thanks [@dillonstreator](https://github.com/dillonstreator)! - Test the release pipeline: npm publish for core/cli and Chrome Web Store publish for the extension. + +- Updated dependencies [[`f164f7f`](https://github.com/osbytes/crypt.fyi/commit/f164f7fe2e25872882d15ecf55a6fe330501b70e)]: + - @crypt.fyi/core@0.0.17 + ## 0.0.16 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 8705dd0..763b979 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -2,7 +2,7 @@ "name": "@crypt.fyi/web", "private": true, "license": "Apache-2.0", - "version": "0.0.16", + "version": "0.0.17", "type": "module", "scripts": { "dev": "vite",