diff --git a/.changeset/wicked-kangaroos-agree.md b/.changeset/wicked-kangaroos-agree.md deleted file mode 100644 index cac765eb5..000000000 --- a/.changeset/wicked-kangaroos-agree.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@codama/errors": patch -"@codama/node-types": minor -"@codama/nodes-from-anchor": patch -"@codama/nodes": minor -"@codama/visitors-core": patch ---- - -Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly. diff --git a/packages/cli/package.json b/packages/cli/package.json index 3833df9e1..1b8520bf4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@codama/cli", - "version": "1.5.0", + "version": "1.5.1", "description": "A CLI for setting up and managing Codama IDLs", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/dynamic-codecs/package.json b/packages/dynamic-codecs/package.json index 791807f8a..784887d2c 100644 --- a/packages/dynamic-codecs/package.json +++ b/packages/dynamic-codecs/package.json @@ -1,6 +1,6 @@ { "name": "@codama/dynamic-codecs", - "version": "1.1.31", + "version": "1.1.32", "description": "Get codecs on demand for Codama IDLs", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/dynamic-parsers/package.json b/packages/dynamic-parsers/package.json index 723157cad..b0e7da1c5 100644 --- a/packages/dynamic-parsers/package.json +++ b/packages/dynamic-parsers/package.json @@ -1,6 +1,6 @@ { "name": "@codama/dynamic-parsers", - "version": "1.1.31", + "version": "1.1.32", "description": "Helpers to dynamically identify and parse accounts and instructions", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index b5578b567..c3178bcaf 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,14 @@ # @codama/errors +## 1.6.0 + +### Patch Changes + +- [#985](https://github.com/codama-idl/codama/pull/985) [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624) Thanks [@daog1](https://github.com/daog1)! - Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly. + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/node-types@1.6.0 + ## 1.5.1 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index fc522ccbd..e840c937e 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@codama/errors", - "version": "1.5.1", + "version": "1.6.0", "description": "Error management for Codama", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index c0bcd2112..b1eb12a4c 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -1,5 +1,16 @@ # codama +## 1.6.0 + +### Patch Changes + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/nodes@1.6.0 + - @codama/validators@1.6.0 + - @codama/visitors@1.6.0 + - @codama/cli@1.5.1 + ## 1.5.1 ### Patch Changes diff --git a/packages/library/package.json b/packages/library/package.json index 27434f996..eeb186662 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "codama", - "version": "1.5.1", + "version": "1.6.0", "description": "A Solana framework for building standardised programs", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/node-types/CHANGELOG.md b/packages/node-types/CHANGELOG.md index af33dbf86..e38683fa9 100644 --- a/packages/node-types/CHANGELOG.md +++ b/packages/node-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @codama/node-types +## 1.6.0 + +### Minor Changes + +- [#985](https://github.com/codama-idl/codama/pull/985) [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624) Thanks [@daog1](https://github.com/daog1)! - Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly. + ## 1.5.1 ## 1.5.0 diff --git a/packages/node-types/package.json b/packages/node-types/package.json index da0d70677..4d46242cb 100644 --- a/packages/node-types/package.json +++ b/packages/node-types/package.json @@ -1,6 +1,6 @@ { "name": "@codama/node-types", - "version": "1.5.1", + "version": "1.6.0", "description": "Node specifications for the Codama standard", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/nodes-from-anchor/CHANGELOG.md b/packages/nodes-from-anchor/CHANGELOG.md index d2a3d8cb1..e1b5cf49a 100644 --- a/packages/nodes-from-anchor/CHANGELOG.md +++ b/packages/nodes-from-anchor/CHANGELOG.md @@ -1,5 +1,16 @@ # @codama/nodes-from-anchor +## 1.4.1 + +### Patch Changes + +- [#985](https://github.com/codama-idl/codama/pull/985) [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624) Thanks [@daog1](https://github.com/daog1)! - Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly. + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/nodes@1.6.0 + - @codama/visitors@1.6.0 + ## 1.4.0 ### Minor Changes diff --git a/packages/nodes-from-anchor/package.json b/packages/nodes-from-anchor/package.json index bcfd3a49a..e48497456 100644 --- a/packages/nodes-from-anchor/package.json +++ b/packages/nodes-from-anchor/package.json @@ -1,6 +1,6 @@ { "name": "@codama/nodes-from-anchor", - "version": "1.4.0", + "version": "1.4.1", "description": "Node specifications and helpers for the Codama standard", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/nodes/CHANGELOG.md b/packages/nodes/CHANGELOG.md index 80e5c5722..fe623b179 100644 --- a/packages/nodes/CHANGELOG.md +++ b/packages/nodes/CHANGELOG.md @@ -1,5 +1,17 @@ # @codama/nodes +## 1.6.0 + +### Minor Changes + +- [#985](https://github.com/codama-idl/codama/pull/985) [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624) Thanks [@daog1](https://github.com/daog1)! - Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly. + +### Patch Changes + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/node-types@1.6.0 + ## 1.5.1 ### Patch Changes diff --git a/packages/nodes/package.json b/packages/nodes/package.json index 45ce1ab50..067f5bde8 100644 --- a/packages/nodes/package.json +++ b/packages/nodes/package.json @@ -1,6 +1,6 @@ { "name": "@codama/nodes", - "version": "1.5.1", + "version": "1.6.0", "description": "Node specifications and helpers for the Codama standard", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/renderers-core/CHANGELOG.md b/packages/renderers-core/CHANGELOG.md index 1bfde1d32..da7f717f2 100644 --- a/packages/renderers-core/CHANGELOG.md +++ b/packages/renderers-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @codama/renderers-core +## 1.3.7 + +### Patch Changes + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/nodes@1.6.0 + - @codama/visitors-core@1.6.0 + ## 1.3.6 ### Patch Changes diff --git a/packages/renderers-core/package.json b/packages/renderers-core/package.json index 2f6e77b23..c87b9be70 100644 --- a/packages/renderers-core/package.json +++ b/packages/renderers-core/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-core", - "version": "1.3.6", + "version": "1.3.7", "description": "Core types and helpers for Codama renderers to use", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/validators/CHANGELOG.md b/packages/validators/CHANGELOG.md index 98742757b..15db7b372 100644 --- a/packages/validators/CHANGELOG.md +++ b/packages/validators/CHANGELOG.md @@ -1,5 +1,14 @@ # @codama/validators +## 1.6.0 + +### Patch Changes + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/nodes@1.6.0 + - @codama/visitors-core@1.6.0 + ## 1.5.1 ### Patch Changes diff --git a/packages/validators/package.json b/packages/validators/package.json index cda30e0d1..bb0ec1eb6 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@codama/validators", - "version": "1.5.1", + "version": "1.6.0", "description": "Validator visitors for the Codama framework", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/visitors-core/CHANGELOG.md b/packages/visitors-core/CHANGELOG.md index 15ac9f066..1ea329572 100644 --- a/packages/visitors-core/CHANGELOG.md +++ b/packages/visitors-core/CHANGELOG.md @@ -1,5 +1,15 @@ # @codama/visitors-core +## 1.6.0 + +### Patch Changes + +- [#985](https://github.com/codama-idl/codama/pull/985) [`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624) Thanks [@daog1](https://github.com/daog1)! - Add new `EventNode` to `ProgramNode` and update the Anchor adapter accordingly. + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/nodes@1.6.0 + ## 1.5.1 ### Patch Changes diff --git a/packages/visitors-core/package.json b/packages/visitors-core/package.json index 6b60ced25..699718abb 100644 --- a/packages/visitors-core/package.json +++ b/packages/visitors-core/package.json @@ -1,6 +1,6 @@ { "name": "@codama/visitors-core", - "version": "1.5.1", + "version": "1.6.0", "description": "Core visitors for the Codama framework", "exports": { "types": "./dist/types/index.d.ts", diff --git a/packages/visitors/CHANGELOG.md b/packages/visitors/CHANGELOG.md index 09ff26dfb..4fbe1b631 100644 --- a/packages/visitors/CHANGELOG.md +++ b/packages/visitors/CHANGELOG.md @@ -1,5 +1,14 @@ # @codama/visitors +## 1.6.0 + +### Patch Changes + +- Updated dependencies [[`6487af5`](https://github.com/codama-idl/codama/commit/6487af56598eee691a67c7e7966626ac6d0a2624)]: + - @codama/errors@1.6.0 + - @codama/nodes@1.6.0 + - @codama/visitors-core@1.6.0 + ## 1.5.1 ### Patch Changes diff --git a/packages/visitors/package.json b/packages/visitors/package.json index 1bf740c50..ec6d36315 100644 --- a/packages/visitors/package.json +++ b/packages/visitors/package.json @@ -1,6 +1,6 @@ { "name": "@codama/visitors", - "version": "1.5.1", + "version": "1.6.0", "description": "All visitors for the Codama framework", "exports": { "types": "./dist/types/index.d.ts",