Explorar el Código

[1.x] Publish packages (#818)

github-actions[bot] hace 2 meses
padre
commit
45efd558bc
Se han modificado 41 ficheros con 150 adiciones y 68 borrados
  1. 0 5
      .changeset/all-actors-jog.md
  2. 0 5
      .changeset/cool-things-bathe.md
  3. 0 5
      .changeset/fresh-sides-warn.md
  4. 0 5
      .changeset/hip-moles-kiss.md
  5. 0 5
      .changeset/itchy-cases-carry.md
  6. 0 5
      .changeset/nice-goats-grab.md
  7. 0 5
      .changeset/nice-nights-battle.md
  8. 0 5
      .changeset/purple-sites-behave.md
  9. 0 5
      .changeset/rude-spoons-fall.md
  10. 0 5
      .changeset/thin-cloths-smile.md
  11. 1 1
      packages/cli/package.json
  12. 1 1
      packages/dynamic-codecs/package.json
  13. 1 1
      packages/dynamic-parsers/package.json
  14. 7 0
      packages/errors/CHANGELOG.md
  15. 1 1
      packages/errors/package.json
  16. 11 0
      packages/library/CHANGELOG.md
  17. 1 1
      packages/library/package.json
  18. 2 0
      packages/node-types/CHANGELOG.md
  19. 1 1
      packages/node-types/package.json
  20. 9 0
      packages/nodes-from-anchor/CHANGELOG.md
  21. 1 1
      packages/nodes-from-anchor/package.json
  22. 8 0
      packages/nodes/CHANGELOG.md
  23. 1 1
      packages/nodes/package.json
  24. 19 0
      packages/renderers-core/CHANGELOG.md
  25. 1 1
      packages/renderers-core/package.json
  26. 1 1
      packages/renderers-demo/package.json
  27. 11 0
      packages/renderers-js-umi/CHANGELOG.md
  28. 1 1
      packages/renderers-js-umi/package.json
  29. 16 0
      packages/renderers-js/CHANGELOG.md
  30. 1 1
      packages/renderers-js/package.json
  31. 10 0
      packages/renderers-rust/CHANGELOG.md
  32. 1 1
      packages/renderers-rust/package.json
  33. 1 1
      packages/renderers-vixen-parser/package.json
  34. 9 0
      packages/renderers/CHANGELOG.md
  35. 1 1
      packages/renderers/package.json
  36. 9 0
      packages/validators/CHANGELOG.md
  37. 1 1
      packages/validators/package.json
  38. 12 0
      packages/visitors-core/CHANGELOG.md
  39. 1 1
      packages/visitors-core/package.json
  40. 9 0
      packages/visitors/CHANGELOG.md
  41. 1 1
      packages/visitors/package.json

+ 0 - 5
.changeset/all-actors-jog.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-js': minor
----
-
-Remove nunjucks templating library and enable browser support

+ 0 - 5
.changeset/cool-things-bathe.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-demo': patch
----
-
-Add browser support

+ 0 - 5
.changeset/fresh-sides-warn.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-core': minor
----
-
-Add fragment support to `createRenderMap` and remove `fragmentToRenderMap` helper

+ 0 - 5
.changeset/hip-moles-kiss.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-core': minor
----
-
-Rename `renderMap` helper to `createRenderMap` and return frozen objects in all render map helpers

+ 0 - 5
.changeset/itchy-cases-carry.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-js': minor
----
-
-Reimplement `ImportMap` as a functional immutable type

+ 0 - 5
.changeset/nice-goats-grab.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': patch
----
-
-Fix small bugs on the `getByteSizeVisitor` helper

+ 0 - 5
.changeset/nice-nights-battle.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-core': patch
----
-
-Add `fragmentToRenderMap` helper

+ 0 - 5
.changeset/purple-sites-behave.md

@@ -1,5 +0,0 @@
----
-'@codama/visitors-core': patch
----
-
-Add `getMaxByteSizeVisitor` helper

+ 0 - 5
.changeset/rude-spoons-fall.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-demo': patch
----
-
-Add new demo renderer that generates Markdown files for a given program.

+ 0 - 5
.changeset/thin-cloths-smile.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-core': patch
----
-
-Add `createFragmentTemplate` helper

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.3.2",
+    "version": "1.3.3",
     "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.20",
+    "version": "1.1.21",
     "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.20",
+    "version": "1.1.21",
     "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.5
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/node-types@1.3.5
+
 ## 1.3.4
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 11 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,16 @@
 # codama
 
+## 1.3.5
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/cli@1.3.3
+    - @codama/validators@1.3.5
+    - @codama/visitors@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.3.4
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "codama",
-    "version": "1.3.4",
+    "version": "1.3.5",
     "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.5
+
 ## 1.3.4
 
 ## 1.3.3

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/node-types",
-    "version": "1.3.4",
+    "version": "1.3.5",
     "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.7
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/visitors@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.2.6
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes-from-anchor",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "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.5
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.5
+    - @codama/node-types@1.3.5
+
 ## 1.3.4
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

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

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

@@ -1,5 +1,24 @@
 # @codama/renderers-core
 
+## 1.2.0
+
+### Minor Changes
+
+- [#833](https://github.com/codama-idl/codama/pull/833) [`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add fragment support to `createRenderMap` and remove `fragmentToRenderMap` helper
+
+- [#833](https://github.com/codama-idl/codama/pull/833) [`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename `renderMap` helper to `createRenderMap` and return frozen objects in all render map helpers
+
+### Patch Changes
+
+- [#807](https://github.com/codama-idl/codama/pull/807) [`5282efe`](https://github.com/codama-idl/codama/commit/5282efe3ad56083e0210d3e76e5834690335fa42) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `fragmentToRenderMap` helper
+
+- [#825](https://github.com/codama-idl/codama/pull/825) [`412e143`](https://github.com/codama-idl/codama/commit/412e1439f3043eaa1224fa173519216c05368625) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `createFragmentTemplate` helper
+
+- Updated dependencies [[`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe), [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94)]:
+    - @codama/visitors-core@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.1.0
 
 ### Minor Changes

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

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

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-demo",
-    "version": "1.0.0",
+    "version": "1.0.1",
     "description": "Demo renderer to help creating new ones",
     "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.21
+
+### Patch Changes
+
+- Updated dependencies [[`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb), [`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb), [`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe), [`5282efe`](https://github.com/codama-idl/codama/commit/5282efe3ad56083e0210d3e76e5834690335fa42), [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94), [`412e143`](https://github.com/codama-idl/codama/commit/412e1439f3043eaa1224fa173519216c05368625)]:
+    - @codama/renderers-core@1.2.0
+    - @codama/visitors-core@1.3.5
+    - @codama/validators@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.1.20
 
 ### Patch Changes

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

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

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

@@ -1,5 +1,21 @@
 # @codama/renderers-js
 
+## 1.4.0
+
+### Minor Changes
+
+- [#825](https://github.com/codama-idl/codama/pull/825) [`412e143`](https://github.com/codama-idl/codama/commit/412e1439f3043eaa1224fa173519216c05368625) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove nunjucks templating library and enable browser support
+
+- [#829](https://github.com/codama-idl/codama/pull/829) [`dcf9dd9`](https://github.com/codama-idl/codama/commit/dcf9dd9bc37ac2922a69ff46f8be09e2275fdcdb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Reimplement `ImportMap` as a functional immutable type
+
+### Patch Changes
+
+- Updated dependencies [[`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb), [`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb), [`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe), [`5282efe`](https://github.com/codama-idl/codama/commit/5282efe3ad56083e0210d3e76e5834690335fa42), [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94), [`412e143`](https://github.com/codama-idl/codama/commit/412e1439f3043eaa1224fa173519216c05368625)]:
+    - @codama/renderers-core@1.2.0
+    - @codama/visitors-core@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.3.5
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js",
-    "version": "1.3.5",
+    "version": "1.4.0",
     "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.4
+
+### Patch Changes
+
+- Updated dependencies [[`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb), [`e5e9077`](https://github.com/codama-idl/codama/commit/e5e90779ebec786cf35932d06110c75ef71137eb), [`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe), [`5282efe`](https://github.com/codama-idl/codama/commit/5282efe3ad56083e0210d3e76e5834690335fa42), [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94), [`412e143`](https://github.com/codama-idl/codama/commit/412e1439f3043eaa1224fa173519216c05368625)]:
+    - @codama/renderers-core@1.2.0
+    - @codama/visitors-core@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.2.3
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-rust",
-    "version": "1.2.3",
+    "version": "1.2.4",
     "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.3",
+    "version": "1.2.4",
     "description": "Renders Yellowstone Account and Instruction Parsers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/renderers
 
+## 1.0.33
+
+### Patch Changes
+
+- Updated dependencies [[`412e143`](https://github.com/codama-idl/codama/commit/412e1439f3043eaa1224fa173519216c05368625), [`dcf9dd9`](https://github.com/codama-idl/codama/commit/dcf9dd9bc37ac2922a69ff46f8be09e2275fdcdb)]:
+    - @codama/renderers-js@1.4.0
+    - @codama/renderers-js-umi@1.1.21
+    - @codama/renderers-rust@1.2.4
+
 ## 1.0.32
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers",
-    "version": "1.0.32",
+    "version": "1.0.33",
     "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.5
+
+### Patch Changes
+
+- Updated dependencies [[`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe), [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94)]:
+    - @codama/visitors-core@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.3.4
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

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

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

@@ -1,5 +1,17 @@
 # @codama/visitors-core
 
+## 1.3.5
+
+### Patch Changes
+
+- [#839](https://github.com/codama-idl/codama/pull/839) [`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix small bugs on the `getByteSizeVisitor` helper
+
+- [#840](https://github.com/codama-idl/codama/pull/840) [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `getMaxByteSizeVisitor` helper
+
+- Updated dependencies []:
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.3.4
 
 ### Patch Changes

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

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

+ 9 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/visitors
 
+## 1.3.5
+
+### Patch Changes
+
+- Updated dependencies [[`8638fa7`](https://github.com/codama-idl/codama/commit/8638fa7b9b81ca4fb2ad895ec52221a1804649fe), [`0bb08e6`](https://github.com/codama-idl/codama/commit/0bb08e64855ec4671b263dd6c145bb8567eefb94)]:
+    - @codama/visitors-core@1.3.5
+    - @codama/errors@1.3.5
+    - @codama/nodes@1.3.5
+
 ## 1.3.4
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

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