Skip to content

Commit 7df406e

Browse files
[1.x] Publish packages (#608)
1 parent a2f9f3f commit 7df406e

File tree

9 files changed

+24
-14
lines changed

9 files changed

+24
-14
lines changed

.changeset/big-masks-fall.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-planes-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A CLI for setting up and managing Codama IDLs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/nodes-from-anchor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/nodes-from-anchor
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#590](https://github.com/codama-idl/codama/pull/590) [`9936e03`](https://github.com/codama-idl/codama/commit/9936e036da0d2565e77cecca4d1b7c6ca5d05ce2) Thanks [@fernandodeluret](https://github.com/fernandodeluret)! - Add support for default shank ix discriminators (using 1 byte at the start of the ix data) in nodes-from-anchor
8+
39
## 1.1.14
410

511
### Patch Changes

packages/nodes-from-anchor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/nodes-from-anchor",
3-
"version": "1.1.14",
3+
"version": "1.2.0",
44
"description": "Node specifications and helpers for the Codama standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/renderers-js
22

3+
## 1.2.14
4+
5+
### Patch Changes
6+
7+
- [#609](https://github.com/codama-idl/codama/pull/609) [`fcd0661`](https://github.com/codama-idl/codama/commit/fcd066153512fdf1cd14984514d8df56170a2e98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Decouple nodes-from-anchor from the JS renderer
8+
39
## 1.2.13
410

511
### Patch Changes

packages/renderers-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers-js",
3-
"version": "1.2.13",
3+
"version": "1.2.14",
44
"description": "JavaScript renderer compatible with the Solana Kit library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @codama/renderers
22

3+
## 1.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fcd0661`](https://github.com/codama-idl/codama/commit/fcd066153512fdf1cd14984514d8df56170a2e98)]:
8+
- @codama/renderers-js@1.2.14
9+
- @codama/renderers-rust@1.0.22
10+
311
## 1.0.22
412

513
### Patch Changes

packages/renderers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "Exports all Codama renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)