Browse Source

Publish packages (#162)

github-actions[bot] 1 year ago
parent
commit
a1b172b6a8

+ 0 - 5
.changeset/cyan-badgers-stare.md

@@ -1,5 +0,0 @@
----
-'@kinobi-so/renderers-js': patch
----
-
-Use lamports type/encoder/decoder for SolAmountTypeNode

+ 0 - 7
.changeset/few-owls-kneel.md

@@ -1,7 +0,0 @@
----
-"@kinobi-so/renderers-js-umi": patch
-"@kinobi-so/renderers-js": patch
-"@kinobi-so/renderers-rust": patch
----
-
-Bump to web3js rc

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

@@ -1,5 +1,11 @@
 # @kinobi-so/renderers-js-umi
 
+## 0.21.2
+
+### Patch Changes
+
+-   [#160](https://github.com/kinobi-so/kinobi/pull/160) [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
+
 ## 0.21.1
 
 ### Patch Changes

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

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

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

@@ -1,5 +1,13 @@
 # @kinobi-so/renderers-js
 
+## 0.21.3
+
+### Patch Changes
+
+-   [#161](https://github.com/kinobi-so/kinobi/pull/161) [`524687c`](https://github.com/kinobi-so/kinobi/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Use lamports type/encoder/decoder for SolAmountTypeNode
+
+-   [#160](https://github.com/kinobi-so/kinobi/pull/160) [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
+
 ## 0.21.2
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-js",
-    "version": "0.21.2",
+    "version": "0.21.3",
     "description": "JavaScript renderer compatible with the Solana web3.js library",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,11 @@
 # @kinobi-so/renderers-rust
 
+## 0.21.2
+
+### Patch Changes
+
+-   [#160](https://github.com/kinobi-so/kinobi/pull/160) [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Bump to web3js rc
+
 ## 0.21.1
 
 ### Patch Changes

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

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

+ 9 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/renderers
 
+## 0.20.20
+
+### Patch Changes
+
+-   Updated dependencies [[`524687c`](https://github.com/kinobi-so/kinobi/commit/524687cfe4b1a5e7a64cd133191bc1548f580d5b), [`87bab8a`](https://github.com/kinobi-so/kinobi/commit/87bab8ad6f2e40903064be9258a741e176eeef77)]:
+    -   @kinobi-so/renderers-js@0.21.3
+    -   @kinobi-so/renderers-js-umi@0.21.2
+    -   @kinobi-so/renderers-rust@0.21.2
+
 ## 0.20.19
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers",
-    "version": "0.20.19",
+    "version": "0.20.20",
     "description": "Exports all Kinobi renderers",
     "exports": {
         "types": "./dist/types/index.d.ts",