Procházet zdrojové kódy

[1.x] Publish packages (#745)

github-actions[bot] před 3 měsíci
rodič
revize
b7a403235d
39 změnil soubory, kde provedl 139 přidání a 63 odebrání
  1. 0 5
      .changeset/cold-cats-crash.md
  2. 0 5
      .changeset/cold-colts-agree.md
  3. 0 5
      .changeset/cyan-news-march.md
  4. 0 5
      .changeset/fuzzy-emus-hammer.md
  5. 0 6
      .changeset/lazy-bobcats-melt.md
  6. 0 5
      .changeset/purple-lies-search.md
  7. 0 5
      .changeset/quick-pumas-bow.md
  8. 0 5
      .changeset/shaky-teeth-add.md
  9. 0 5
      .changeset/slow-ducks-beg.md
  10. 1 1
      packages/cli/package.json
  11. 1 1
      packages/dynamic-codecs/package.json
  12. 1 1
      packages/dynamic-parsers/package.json
  13. 7 0
      packages/errors/CHANGELOG.md
  14. 1 1
      packages/errors/package.json
  15. 13 0
      packages/library/CHANGELOG.md
  16. 1 1
      packages/library/package.json
  17. 2 0
      packages/node-types/CHANGELOG.md
  18. 1 1
      packages/node-types/package.json
  19. 9 0
      packages/nodes-from-anchor/CHANGELOG.md
  20. 1 1
      packages/nodes-from-anchor/package.json
  21. 8 0
      packages/nodes/CHANGELOG.md
  22. 1 1
      packages/nodes/package.json
  23. 9 0
      packages/renderers-core/CHANGELOG.md
  24. 1 1
      packages/renderers-core/package.json
  25. 11 0
      packages/renderers-js-umi/CHANGELOG.md
  26. 1 1
      packages/renderers-js-umi/package.json
  27. 12 0
      packages/renderers-js/CHANGELOG.md
  28. 1 1
      packages/renderers-js/package.json
  29. 10 0
      packages/renderers-rust/CHANGELOG.md
  30. 1 1
      packages/renderers-rust/package.json
  31. 1 1
      packages/renderers-vixen-parser/package.json
  32. 11 0
      packages/renderers/CHANGELOG.md
  33. 1 1
      packages/renderers/package.json
  34. 9 0
      packages/validators/CHANGELOG.md
  35. 1 1
      packages/validators/package.json
  36. 10 0
      packages/visitors-core/CHANGELOG.md
  37. 1 1
      packages/visitors-core/package.json
  38. 11 0
      packages/visitors/CHANGELOG.md
  39. 1 1
      packages/visitors/package.json

+ 0 - 5
.changeset/cold-cats-crash.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers': patch
----
-
-Deprecate exports of `@codama/renderers` package

+ 0 - 5
.changeset/cold-colts-agree.md

@@ -1,5 +0,0 @@
----
-'@codama/cli': minor
----
-
-Check missing dependencies before `run` CLI commands

+ 0 - 5
.changeset/cyan-news-march.md

@@ -1,5 +0,0 @@
----
-'@codama/cli': minor
----
-
-The CLI now offers to install `@codama/nodes-from-anchor` dynamically when an Anchor IDL is detected instead of bundling it in the CLI package. This allows users to have more control over the version of their Anchor adapter.

+ 0 - 5
.changeset/fuzzy-emus-hammer.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-js': patch
----
-
-Update generated JS code to be more linter/formatter friendly

+ 0 - 6
.changeset/lazy-bobcats-melt.md

@@ -1,6 +0,0 @@
----
-'codama': patch
-'@codama/cli': patch
----
-
-Include CLI in main Codama library

+ 0 - 5
.changeset/purple-lies-search.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors': patch
----
-
-Allow updating more fields in `updateInstructionsVisitor`

+ 0 - 5
.changeset/quick-pumas-bow.md

@@ -1,5 +0,0 @@
----
-'@codama/cli': minor
----
-
-The CLI will now offer to install any required dependency from the selected scripts that are not present in the user package.json.

+ 0 - 5
.changeset/shaky-teeth-add.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': patch
----
-
-Use NodePath<Node> instead of Node[] for node selector function

+ 0 - 5
.changeset/slow-ducks-beg.md

@@ -1,5 +0,0 @@
----
-'@codama/cli': minor
----
-
-The CLI no longer bundles the latest renderers to ensure the user has complete control over the renderer they use and their versions.

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.2.2",
+    "version": "1.3.0",
     "description": "A CLI for setting up and managing Codama IDLs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 1 - 1
packages/dynamic-codecs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-codecs",
-    "version": "1.1.17",
+    "version": "1.1.18",
     "description": "Get codecs on demand for Codama IDLs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 1 - 1
packages/dynamic-parsers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-parsers",
-    "version": "1.1.17",
+    "version": "1.1.18",
     "description": "Helpers to dynamically identify and parse accounts and instructions",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 7 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @codama/errors
 
+## 1.3.2
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/node-types@1.3.2
+
 ## 1.3.1
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/errors",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "Error management for Codama",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 13 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,18 @@
 # codama
 
+## 1.3.2
+
+### Patch Changes
+
+- [#777](https://github.com/codama-idl/codama/pull/777) [`14e1614`](https://github.com/codama-idl/codama/commit/14e1614e233423b7acc21d96eb135bfdb9113f30) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Include CLI in main Codama library
+
+- Updated dependencies [[`8d1888b`](https://github.com/codama-idl/codama/commit/8d1888bae841f2655783291f268cd8d6489cc99b), [`a11fcdc`](https://github.com/codama-idl/codama/commit/a11fcdc4894222621b137900df00ef175b028dea), [`14e1614`](https://github.com/codama-idl/codama/commit/14e1614e233423b7acc21d96eb135bfdb9113f30), [`99c299d`](https://github.com/codama-idl/codama/commit/99c299d65eb354100d97553111d85c73109533e7), [`1a93f7c`](https://github.com/codama-idl/codama/commit/1a93f7c8626c8c442146fb290ec9ec28eb517aab), [`4039219`](https://github.com/codama-idl/codama/commit/4039219df20b77a1e2c9a96066c3d79c5cebe626)]:
+    - @codama/cli@1.3.0
+    - @codama/visitors@1.3.2
+    - @codama/validators@1.3.2
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.3.1
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "codama",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "A Solana framework for building standardised programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 2 - 0
packages/node-types/CHANGELOG.md

@@ -1,5 +1,7 @@
 # @codama/node-types
 
+## 1.3.2
+
 ## 1.3.1
 
 ## 1.3.0

+ 1 - 1
packages/node-types/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/node-types",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "Node specifications for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/nodes-from-anchor/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/nodes-from-anchor
 
+## 1.2.4
+
+### Patch Changes
+
+- Updated dependencies [[`99c299d`](https://github.com/codama-idl/codama/commit/99c299d65eb354100d97553111d85c73109533e7)]:
+    - @codama/visitors@1.3.2
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.2.3
 
 ### Patch Changes

+ 1 - 1
packages/nodes-from-anchor/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes-from-anchor",
-    "version": "1.2.3",
+    "version": "1.2.4",
     "description": "Node specifications and helpers for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 8 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @codama/nodes
 
+## 1.3.2
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.2
+    - @codama/node-types@1.3.2
+
 ## 1.3.1
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "Node specifications and helpers for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/renderers-core/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/renderers-core
 
+## 1.0.18
+
+### Patch Changes
+
+- Updated dependencies [[`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7)]:
+    - @codama/visitors-core@1.3.2
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.0.17
 
 ### Patch Changes

+ 1 - 1
packages/renderers-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-core",
-    "version": "1.0.17",
+    "version": "1.0.18",
     "description": "Core types and helpers for Codama renderers to use",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 11 - 0
packages/renderers-js-umi/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @codama/renderers-js-umi
 
+## 1.1.18
+
+### Patch Changes
+
+- Updated dependencies [[`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7)]:
+    - @codama/visitors-core@1.3.2
+    - @codama/renderers-core@1.0.18
+    - @codama/validators@1.3.2
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.1.17
 
 ### Patch Changes

+ 1 - 1
packages/renderers-js-umi/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js-umi",
-    "version": "1.1.17",
+    "version": "1.1.18",
     "description": "JavaScript renderer compatible with the Umi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 12 - 0
packages/renderers-js/CHANGELOG.md

@@ -1,5 +1,17 @@
 # @codama/renderers-js
 
+## 1.3.3
+
+### Patch Changes
+
+- [#739](https://github.com/codama-idl/codama/pull/739) [`992176b`](https://github.com/codama-idl/codama/commit/992176b6ea8086bbdfbfe862192669a96df4838c) Thanks [@macalinao](https://github.com/macalinao)! - Update generated JS code to be more linter/formatter friendly
+
+- Updated dependencies [[`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7)]:
+    - @codama/visitors-core@1.3.2
+    - @codama/renderers-core@1.0.18
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.3.2
 
 ### Patch Changes

+ 1 - 1
packages/renderers-js/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js",
-    "version": "1.3.2",
+    "version": "1.3.3",
     "description": "JavaScript renderer compatible with the Solana Kit library",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 10 - 0
packages/renderers-rust/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @codama/renderers-rust
 
+## 1.2.1
+
+### Patch Changes
+
+- Updated dependencies [[`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7)]:
+    - @codama/visitors-core@1.3.2
+    - @codama/renderers-core@1.0.18
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.2.0
 
 ### Minor Changes

+ 1 - 1
packages/renderers-rust/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-rust",
-    "version": "1.2.0",
+    "version": "1.2.1",
     "description": "Renders Rust clients for your programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 1 - 1
packages/renderers-vixen-parser/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-vixen-parser",
-    "version": "1.2.0",
+    "version": "1.2.1",
     "description": "Renders Yellowstone Account and Instruction Parsers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 11 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @codama/renderers
 
+## 1.0.30
+
+### Patch Changes
+
+- [#763](https://github.com/codama-idl/codama/pull/763) [`4d0d735`](https://github.com/codama-idl/codama/commit/4d0d735361aa3940e3f2b5bf316b0be98e188ac5) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Deprecate exports of `@codama/renderers` package
+
+- Updated dependencies [[`992176b`](https://github.com/codama-idl/codama/commit/992176b6ea8086bbdfbfe862192669a96df4838c)]:
+    - @codama/renderers-js@1.3.3
+    - @codama/renderers-js-umi@1.1.18
+    - @codama/renderers-rust@1.2.1
+
 ## 1.0.29
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers",
-    "version": "1.0.29",
+    "version": "1.0.30",
     "description": "Exports all Codama renderers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/validators
 
+## 1.3.2
+
+### Patch Changes
+
+- Updated dependencies [[`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7)]:
+    - @codama/visitors-core@1.3.2
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.3.1
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/validators",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "Validator visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 10 - 0
packages/visitors-core/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @codama/visitors-core
 
+## 1.3.2
+
+### Patch Changes
+
+- [#746](https://github.com/codama-idl/codama/pull/746) [`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use NodePath<Node> instead of Node[] for node selector function
+
+- Updated dependencies []:
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.3.1
 
 ### Patch Changes

+ 1 - 1
packages/visitors-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors-core",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "Core visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 11 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @codama/visitors
 
+## 1.3.2
+
+### Patch Changes
+
+- [#747](https://github.com/codama-idl/codama/pull/747) [`99c299d`](https://github.com/codama-idl/codama/commit/99c299d65eb354100d97553111d85c73109533e7) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Allow updating more fields in `updateInstructionsVisitor`
+
+- Updated dependencies [[`b912ac8`](https://github.com/codama-idl/codama/commit/b912ac89b2d041c1f783da8d6f023fdf77dbd7e7)]:
+    - @codama/visitors-core@1.3.2
+    - @codama/errors@1.3.2
+    - @codama/nodes@1.3.2
+
 ## 1.3.1
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors",
-    "version": "1.3.1",
+    "version": "1.3.2",
     "description": "All visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",