diff --git a/.changeset/brave-camels-sniff.md b/.changeset/brave-camels-sniff.md deleted file mode 100644 index eeee2b8..0000000 --- a/.changeset/brave-camels-sniff.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Fixed a bug in `cvToValue` when changing tuples with responses in values diff --git a/.changeset/early-pets-sip.md b/.changeset/early-pets-sip.md deleted file mode 100644 index a9013c7..0000000 --- a/.changeset/early-pets-sip.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Include missing built files diff --git a/.changeset/four-hotels-invite.md b/.changeset/four-hotels-invite.md deleted file mode 100644 index bd2512f..0000000 --- a/.changeset/four-hotels-invite.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Adds raw clarity parsing capabilities to `core` and more helper functions to `test` diff --git a/.changeset/lucky-foxes-flow.md b/.changeset/lucky-foxes-flow.md deleted file mode 100644 index 65cae64..0000000 --- a/.changeset/lucky-foxes-flow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Export utils from `test` diff --git a/.changeset/many-donuts-carry.md b/.changeset/many-donuts-carry.md deleted file mode 100644 index 37b705c..0000000 --- a/.changeset/many-donuts-carry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Fixes `toCamelCase` to handle UPPER_CASE format diff --git a/.changeset/metal-vans-own.md b/.changeset/metal-vans-own.md deleted file mode 100644 index 58c93b1..0000000 --- a/.changeset/metal-vans-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch ---- - -Created a new `@clarigen/test` package, which uses `@hirosystems/clarinet-sdk` diff --git a/.changeset/popular-plums-suffer.md b/.changeset/popular-plums-suffer.md deleted file mode 100644 index 92f124f..0000000 --- a/.changeset/popular-plums-suffer.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'demo-project': patch -'clarigen-docs': patch -'@clarigen/test': patch -'@clarigen/cli': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Adds a new `@clarigen/cli` package, which generates Clarigen type files. diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 0e781c1..0000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "mode": "exit", - "tag": "alpha", - "initialVersions": { - "demo-project": "1.0.15", - "@clarigen/test": "1.0.15", - "@clarigen/core": "1.0.15", - "@clarigen/node": "1.0.15", - "@clarigen/web": "1.0.15" - }, - "changesets": [ - "brave-camels-sniff", - "early-pets-sip", - "four-hotels-invite", - "lucky-foxes-flow", - "many-donuts-carry", - "metal-vans-own", - "tough-forks-wave", - "wise-rabbits-hug" - ] -} diff --git a/.changeset/smart-deers-march.md b/.changeset/smart-deers-march.md deleted file mode 100644 index cdd9344..0000000 --- a/.changeset/smart-deers-march.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'demo-project': major -'@clarigen/test': major -'@clarigen/core': major -'@clarigen/node': major -'@clarigen/web': major ---- - -`micro-stacks` has been removed from all libaries and has been replaced by `stacks.js` packages. This is to eliminate compatibility issues with `@hirosystems/clarinet-sdk` and other libraries. - -Additionally, the `@clarigen/web` and `@clarigen/node` packages are effectively deprecated, as they weren't providing any functionality that isn't provided with `@clarigen/core` in combination with other libraries. diff --git a/.changeset/tough-forks-wave.md b/.changeset/tough-forks-wave.md deleted file mode 100644 index 63f448a..0000000 --- a/.changeset/tough-forks-wave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Improves types in `test` package diff --git a/.changeset/wise-rabbits-hug.md b/.changeset/wise-rabbits-hug.md deleted file mode 100644 index 7597bd8..0000000 --- a/.changeset/wise-rabbits-hug.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'demo-project': patch -'@clarigen/test': patch -'@clarigen/core': patch -'@clarigen/node': patch -'@clarigen/web': patch ---- - -Fix: invalid build of previous release diff --git a/demo-project/CHANGELOG.md b/demo-project/CHANGELOG.md index 4913643..333d6ae 100644 --- a/demo-project/CHANGELOG.md +++ b/demo-project/CHANGELOG.md @@ -1,5 +1,37 @@ # demo-project +## 2.0.0 + +### Major Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d) Thanks [@hstove](https://github.com/hstove)! - `micro-stacks` has been removed from all libaries and has been replaced by `stacks.js` packages. This is to eliminate compatibility issues with `@hirosystems/clarinet-sdk` and other libraries. + + Additionally, the `@clarigen/web` and `@clarigen/node` packages are effectively deprecated, as they weren't providing any functionality that isn't provided with `@clarigen/core` in combination with other libraries. + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug in `cvToValue` when changing tuples with responses in values + +* [#1](https://github.com/hstove/clarigen/pull/1) [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226) Thanks [@hstove](https://github.com/hstove)! - Include missing built files + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4) Thanks [@hstove](https://github.com/hstove)! - Adds raw clarity parsing capabilities to `core` and more helper functions to `test` + +* [#1](https://github.com/hstove/clarigen/pull/1) [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727) Thanks [@hstove](https://github.com/hstove)! - Export utils from `test` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda) Thanks [@hstove](https://github.com/hstove)! - Fixes `toCamelCase` to handle UPPER_CASE format + +* [#1](https://github.com/hstove/clarigen/pull/1) [`76a6440`](https://github.com/hstove/clarigen/commit/76a64407fd8e9eb4832bc516169e8fe42b1bbeaf) Thanks [@hstove](https://github.com/hstove)! - Created a new `@clarigen/test` package, which uses `@hirosystems/clarinet-sdk` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +* [#1](https://github.com/hstove/clarigen/pull/1) [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac) Thanks [@hstove](https://github.com/hstove)! - Improves types in `test` package + +- [#1](https://github.com/hstove/clarigen/pull/1) [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772) Thanks [@hstove](https://github.com/hstove)! - Fix: invalid build of previous release + +- Updated dependencies [[`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281), [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226), [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4), [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727), [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda), [`76a6440`](https://github.com/hstove/clarigen/commit/76a64407fd8e9eb4832bc516169e8fe42b1bbeaf), [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b), [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d), [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac), [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772)]: + - @clarigen/test@2.0.0 + - @clarigen/core@2.0.0 + ## 1.0.16-alpha.7 ### Patch Changes diff --git a/demo-project/package.json b/demo-project/package.json index 974c01b..f0c6783 100644 --- a/demo-project/package.json +++ b/demo-project/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.16-alpha.7", + "version": "2.0.0", "name": "demo-project", "scripts": { "build": "shx rm -rf ./dist && tsup" diff --git a/docs-site/CHANGELOG.md b/docs-site/CHANGELOG.md new file mode 100644 index 0000000..212dc64 --- /dev/null +++ b/docs-site/CHANGELOG.md @@ -0,0 +1,11 @@ +# clarigen-docs + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +- Updated dependencies [[`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281), [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226), [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4), [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727), [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda), [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b), [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d), [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac), [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772)]: + - @clarigen/core@2.0.0 + - @clarigen/cli@2.0.0 diff --git a/docs-site/package.json b/docs-site/package.json index ed0e91a..6c772e9 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -1,6 +1,6 @@ { "name": "clarigen-docs", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/clarigen-test/CHANGELOG.md b/packages/clarigen-test/CHANGELOG.md index 01996bf..b90c13c 100644 --- a/packages/clarigen-test/CHANGELOG.md +++ b/packages/clarigen-test/CHANGELOG.md @@ -1,5 +1,36 @@ # @clarigen/test +## 2.0.0 + +### Major Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d) Thanks [@hstove](https://github.com/hstove)! - `micro-stacks` has been removed from all libaries and has been replaced by `stacks.js` packages. This is to eliminate compatibility issues with `@hirosystems/clarinet-sdk` and other libraries. + + Additionally, the `@clarigen/web` and `@clarigen/node` packages are effectively deprecated, as they weren't providing any functionality that isn't provided with `@clarigen/core` in combination with other libraries. + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug in `cvToValue` when changing tuples with responses in values + +* [#1](https://github.com/hstove/clarigen/pull/1) [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226) Thanks [@hstove](https://github.com/hstove)! - Include missing built files + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4) Thanks [@hstove](https://github.com/hstove)! - Adds raw clarity parsing capabilities to `core` and more helper functions to `test` + +* [#1](https://github.com/hstove/clarigen/pull/1) [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727) Thanks [@hstove](https://github.com/hstove)! - Export utils from `test` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda) Thanks [@hstove](https://github.com/hstove)! - Fixes `toCamelCase` to handle UPPER_CASE format + +* [#1](https://github.com/hstove/clarigen/pull/1) [`76a6440`](https://github.com/hstove/clarigen/commit/76a64407fd8e9eb4832bc516169e8fe42b1bbeaf) Thanks [@hstove](https://github.com/hstove)! - Created a new `@clarigen/test` package, which uses `@hirosystems/clarinet-sdk` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +* [#1](https://github.com/hstove/clarigen/pull/1) [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac) Thanks [@hstove](https://github.com/hstove)! - Improves types in `test` package + +- [#1](https://github.com/hstove/clarigen/pull/1) [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772) Thanks [@hstove](https://github.com/hstove)! - Fix: invalid build of previous release + +- Updated dependencies [[`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281), [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226), [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4), [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727), [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda), [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b), [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d), [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac), [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772)]: + - @clarigen/core@2.0.0 + ## 1.0.16-alpha.7 ### Patch Changes diff --git a/packages/clarigen-test/package.json b/packages/clarigen-test/package.json index 7f2120a..61fe142 100644 --- a/packages/clarigen-test/package.json +++ b/packages/clarigen-test/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.16-alpha.7", + "version": "2.0.0", "license": "MIT", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..18b97cc --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,10 @@ +# @clarigen/cli + +## 2.0.0 + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +- Updated dependencies [[`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281), [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226), [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4), [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727), [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda), [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b), [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d), [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac), [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772)]: + - @clarigen/core@2.0.0 diff --git a/packages/cli/package.json b/packages/cli/package.json index 9eab1d7..4da4b38 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.16-alpha.7", + "version": "2.0.0", "license": "MIT", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fb9be80..7083afc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,31 @@ # @clarigen/core +## 2.0.0 + +### Major Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d) Thanks [@hstove](https://github.com/hstove)! - `micro-stacks` has been removed from all libaries and has been replaced by `stacks.js` packages. This is to eliminate compatibility issues with `@hirosystems/clarinet-sdk` and other libraries. + + Additionally, the `@clarigen/web` and `@clarigen/node` packages are effectively deprecated, as they weren't providing any functionality that isn't provided with `@clarigen/core` in combination with other libraries. + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug in `cvToValue` when changing tuples with responses in values + +* [#1](https://github.com/hstove/clarigen/pull/1) [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226) Thanks [@hstove](https://github.com/hstove)! - Include missing built files + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4) Thanks [@hstove](https://github.com/hstove)! - Adds raw clarity parsing capabilities to `core` and more helper functions to `test` + +* [#1](https://github.com/hstove/clarigen/pull/1) [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727) Thanks [@hstove](https://github.com/hstove)! - Export utils from `test` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda) Thanks [@hstove](https://github.com/hstove)! - Fixes `toCamelCase` to handle UPPER_CASE format + +* [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +- [#1](https://github.com/hstove/clarigen/pull/1) [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac) Thanks [@hstove](https://github.com/hstove)! - Improves types in `test` package + +* [#1](https://github.com/hstove/clarigen/pull/1) [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772) Thanks [@hstove](https://github.com/hstove)! - Fix: invalid build of previous release + ## 1.0.16-alpha.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 03db33a..614ef7d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.16-alpha.7", + "version": "2.0.0", "license": "MIT", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 5ee5002..e0d5000 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,34 @@ # @clarigen/node +## 2.0.0 + +### Major Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d) Thanks [@hstove](https://github.com/hstove)! - `micro-stacks` has been removed from all libaries and has been replaced by `stacks.js` packages. This is to eliminate compatibility issues with `@hirosystems/clarinet-sdk` and other libraries. + + Additionally, the `@clarigen/web` and `@clarigen/node` packages are effectively deprecated, as they weren't providing any functionality that isn't provided with `@clarigen/core` in combination with other libraries. + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug in `cvToValue` when changing tuples with responses in values + +* [#1](https://github.com/hstove/clarigen/pull/1) [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226) Thanks [@hstove](https://github.com/hstove)! - Include missing built files + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4) Thanks [@hstove](https://github.com/hstove)! - Adds raw clarity parsing capabilities to `core` and more helper functions to `test` + +* [#1](https://github.com/hstove/clarigen/pull/1) [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727) Thanks [@hstove](https://github.com/hstove)! - Export utils from `test` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda) Thanks [@hstove](https://github.com/hstove)! - Fixes `toCamelCase` to handle UPPER_CASE format + +* [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +- [#1](https://github.com/hstove/clarigen/pull/1) [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac) Thanks [@hstove](https://github.com/hstove)! - Improves types in `test` package + +* [#1](https://github.com/hstove/clarigen/pull/1) [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772) Thanks [@hstove](https://github.com/hstove)! - Fix: invalid build of previous release + +* Updated dependencies [[`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281), [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226), [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4), [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727), [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda), [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b), [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d), [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac), [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772)]: + - @clarigen/core@2.0.0 + ## 1.0.16-alpha.7 ### Patch Changes diff --git a/packages/node/package.json b/packages/node/package.json index faf3ed3..c70d2e8 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.16-alpha.7", + "version": "2.0.0", "license": "MIT", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 486c381..55d4bfe 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,34 @@ # @clarigen/web +## 2.0.0 + +### Major Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d) Thanks [@hstove](https://github.com/hstove)! - `micro-stacks` has been removed from all libaries and has been replaced by `stacks.js` packages. This is to eliminate compatibility issues with `@hirosystems/clarinet-sdk` and other libraries. + + Additionally, the `@clarigen/web` and `@clarigen/node` packages are effectively deprecated, as they weren't providing any functionality that isn't provided with `@clarigen/core` in combination with other libraries. + +### Patch Changes + +- [#1](https://github.com/hstove/clarigen/pull/1) [`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug in `cvToValue` when changing tuples with responses in values + +* [#1](https://github.com/hstove/clarigen/pull/1) [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226) Thanks [@hstove](https://github.com/hstove)! - Include missing built files + +- [#1](https://github.com/hstove/clarigen/pull/1) [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4) Thanks [@hstove](https://github.com/hstove)! - Adds raw clarity parsing capabilities to `core` and more helper functions to `test` + +* [#1](https://github.com/hstove/clarigen/pull/1) [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727) Thanks [@hstove](https://github.com/hstove)! - Export utils from `test` + +- [#1](https://github.com/hstove/clarigen/pull/1) [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda) Thanks [@hstove](https://github.com/hstove)! - Fixes `toCamelCase` to handle UPPER_CASE format + +* [#1](https://github.com/hstove/clarigen/pull/1) [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b) Thanks [@hstove](https://github.com/hstove)! - Adds a new `@clarigen/cli` package, which generates Clarigen type files. + +- [#1](https://github.com/hstove/clarigen/pull/1) [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac) Thanks [@hstove](https://github.com/hstove)! - Improves types in `test` package + +* [#1](https://github.com/hstove/clarigen/pull/1) [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772) Thanks [@hstove](https://github.com/hstove)! - Fix: invalid build of previous release + +* Updated dependencies [[`49f34e7`](https://github.com/hstove/clarigen/commit/49f34e7f039dd74a24173d26622548a324f49281), [`e5574db`](https://github.com/hstove/clarigen/commit/e5574db54c1f471c0b4df385a7c841ca53d74226), [`8026e65`](https://github.com/hstove/clarigen/commit/8026e65ec2aa06745d9543717c46f593d6a405c4), [`d5172b8`](https://github.com/hstove/clarigen/commit/d5172b8ff25d8568b8ba2db52a8776c590e1c727), [`5155718`](https://github.com/hstove/clarigen/commit/5155718a403848cf54358b2fbc034c645f13abda), [`8a50d86`](https://github.com/hstove/clarigen/commit/8a50d86025c27e057da3d1808ba8568ac1fc536b), [`160371b`](https://github.com/hstove/clarigen/commit/160371b87efc6e039bd617a970b71f14ddb9501d), [`915381c`](https://github.com/hstove/clarigen/commit/915381cbef6de70dc722bae888232322f58fb0ac), [`a66d78a`](https://github.com/hstove/clarigen/commit/a66d78a17746ff46c259d683d814c2296d199772)]: + - @clarigen/core@2.0.0 + ## 1.0.16-alpha.7 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 1a31e00..fced099 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.16-alpha.7", + "version": "2.0.0", "license": "MIT", "types": "./dist/index.d.ts", "main": "./dist/index.js",