Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2024
1 parent 6daf60c commit dd5d3b8
Show file tree
Hide file tree
Showing 28 changed files with 141 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .changeset/itchy-falcons-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cheetahs-punch.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kinobi-so/errors

## 0.20.6

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- Updated dependencies []:
- @kinobi-so/node-types@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/errors",
"version": "0.20.5",
"version": "0.20.6",
"description": "Error management for Kinobi",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# kinobi

## 0.20.6

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/validators@0.20.6
- @kinobi-so/visitors@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kinobi",
"version": "0.20.5",
"version": "0.20.6",
"description": "A Solana framework for building standardised programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/node-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @kinobi-so/node-types

## 0.20.6

## 0.20.5

## 0.20.4
Expand Down
2 changes: 1 addition & 1 deletion packages/node-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/node-types",
"version": "0.20.5",
"version": "0.20.6",
"description": "Node specifications for the Kinobi standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/nodes-from-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kinobi-so/nodes-from-anchor

## 0.20.8

### Patch Changes

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/visitors@0.20.6

## 0.20.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-from-anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/nodes-from-anchor",
"version": "0.20.7",
"version": "0.20.8",
"description": "Node specifications and helpers for the Kinobi standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kinobi-so/nodes

## 0.20.6

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/node-types@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/nodes",
"version": "0.20.5",
"version": "0.20.6",
"description": "Node specifications and helpers for the Kinobi standard",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/renderers-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kinobi-so/renderers-core

## 0.20.6

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/visitors-core@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/renderers-core",
"version": "0.20.5",
"version": "0.20.6",
"description": "Core types and helpers for Kinobi renderers to use",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/renderers-js-umi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kinobi-so/renderers-js-umi

## 0.20.8

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/renderers-core@0.20.6
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/validators@0.20.6
- @kinobi-so/visitors-core@0.20.6

## 0.20.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/renderers-js-umi",
"version": "0.20.7",
"version": "0.20.8",
"description": "JavaScript renderer compatible with the Umi framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/renderers-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @kinobi-so/renderers-js

## 0.20.11

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- [#103](https://github.com/kinobi-so/kinobi/pull/103) [`93942cc`](https://github.com/kinobi-so/kinobi/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/renderers-core@0.20.6
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/nodes-from-anchor@0.20.8
- @kinobi-so/visitors-core@0.20.6

## 0.20.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/renderers-js",
"version": "0.20.10",
"version": "0.20.11",
"description": "JavaScript renderer compatible with the Solana web3.js library",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/renderers-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kinobi-so/renderers-rust

## 0.20.12

### Patch Changes

- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/renderers-core@0.20.6
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/visitors-core@0.20.6

## 0.20.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers-rust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/renderers-rust",
"version": "0.20.11",
"version": "0.20.12",
"description": "Renders Rust clients for your programs",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/renderers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kinobi-so/renderers

## 0.20.14

### Patch Changes

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`93942cc`](https://github.com/kinobi-so/kinobi/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2)]:
- @kinobi-so/renderers-js-umi@0.20.8
- @kinobi-so/renderers-rust@0.20.12
- @kinobi-so/renderers-js@0.20.11

## 0.20.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/renderers",
"version": "0.20.13",
"version": "0.20.14",
"description": "Exports all Kinobi renderers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/validators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kinobi-so/validators

## 0.20.6

### Patch Changes

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/visitors-core@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/validators",
"version": "0.20.5",
"version": "0.20.6",
"description": "Validator visitors for the Kinobi framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/visitors-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kinobi-so/visitors-core

## 0.20.6

### Patch Changes

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visitors-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/visitors-core",
"version": "0.20.5",
"version": "0.20.6",
"description": "Core visitors for the Kinobi framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/visitors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kinobi-so/visitors

## 0.20.6

### Patch Changes

- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
- @kinobi-so/errors@0.20.6
- @kinobi-so/nodes@0.20.6
- @kinobi-so/visitors-core@0.20.6

## 0.20.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visitors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinobi-so/visitors",
"version": "0.20.5",
"version": "0.20.6",
"description": "All visitors for the Kinobi framework",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit dd5d3b8

Please sign in to comment.