瀏覽代碼

[1.x] Publish packages (#855)

github-actions[bot] 2 月之前
父節點
當前提交
5949864856

+ 0 - 5
.changeset/cool-regions-clap.md

@@ -1,5 +0,0 @@
----
-'@codama/node-types': patch
----
-
-Branded types now use exact values instead of TypeScript's more restictive `unique symbol`. This will allow multiple versions of the library to coexist.

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.3.4",
+    "version": "1.3.5",
     "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.22",
+    "version": "1.1.23",
     "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.22",
+    "version": "1.1.23",
     "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.7
+
+### Patch Changes
+
+- Updated dependencies [[`55122fd`](https://github.com/codama-idl/codama/commit/55122fda70f5a832fd791cda17172e41cbe55c1b)]:
+    - @codama/node-types@1.3.7
+
 ## 1.3.6
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 1 - 1
packages/library/package.json

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

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

@@ -1,5 +1,11 @@
 # @codama/node-types
 
+## 1.3.7
+
+### Patch Changes
+
+- [#853](https://github.com/codama-idl/codama/pull/853) [`55122fd`](https://github.com/codama-idl/codama/commit/55122fda70f5a832fd791cda17172e41cbe55c1b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Branded types now use exact values instead of TypeScript's more restictive `unique symbol`. This will allow multiple versions of the library to coexist.
+
 ## 1.3.6
 
 ## 1.3.5

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

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

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes-from-anchor",
-    "version": "1.2.8",
+    "version": "1.2.9",
     "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.7
+
+### Patch Changes
+
+- Updated dependencies [[`55122fd`](https://github.com/codama-idl/codama/commit/55122fda70f5a832fd791cda17172e41cbe55c1b)]:
+    - @codama/node-types@1.3.7
+    - @codama/errors@1.3.7
+
 ## 1.3.6
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes",
-    "version": "1.3.6",
+    "version": "1.3.7",
     "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.2.2
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.7
+    - @codama/nodes@1.3.7
+    - @codama/visitors-core@1.3.7
+
 ## 1.2.1
 
 ### Patch Changes

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

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

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/validators
 
+## 1.3.7
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.7
+    - @codama/nodes@1.3.7
+    - @codama/visitors-core@1.3.7
+
 ## 1.3.6
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

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

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

@@ -1,5 +1,13 @@
 # @codama/visitors-core
 
+## 1.3.7
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.7
+    - @codama/nodes@1.3.7
+
 ## 1.3.6
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors-core",
-    "version": "1.3.6",
+    "version": "1.3.7",
     "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.7
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.7
+    - @codama/nodes@1.3.7
+    - @codama/visitors-core@1.3.7
+
 ## 1.3.6
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

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