Jelajahi Sumber

[0.21] Publish packages (#233)

github-actions[bot] 1 tahun lalu
induk
melakukan
f7bc9d0874

+ 0 - 5
.changeset/short-houses-drop.md

@@ -1,5 +0,0 @@
----
-"@kinobi-so/renderers-rust": patch
----
-
-Fix typo in generated comment

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

@@ -1,5 +1,11 @@
 # @kinobi-so/renderers-rust
 
+## 0.21.8
+
+### Patch Changes
+
+-   [#231](https://github.com/kinobi-so/kinobi/pull/231) [`3c18cee`](https://github.com/kinobi-so/kinobi/commit/3c18ceeffb97922db500138af85d20fce00f80b2) Thanks [@aoikurokawa](https://github.com/aoikurokawa)! - Fix typo in generated comment
+
 ## 0.21.7
 
 ### Patch Changes

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

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

+ 7 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @kinobi-so/renderers
 
+## 0.21.5
+
+### Patch Changes
+
+-   Updated dependencies [[`3c18cee`](https://github.com/kinobi-so/kinobi/commit/3c18ceeffb97922db500138af85d20fce00f80b2)]:
+    -   @kinobi-so/renderers-rust@0.21.8
+
 ## 0.21.4
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

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