Skip to content

Commit 5301068

Browse files
[1.x] Publish packages (#237)
1 parent 4057b0d commit 5301068

File tree

27 files changed

+177
-30
lines changed

27 files changed

+177
-30
lines changed

.changeset/popular-cooks-dance.md

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

packages/errors/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
12+
- @codama/node-types@1.0.0
13+
314
## 0.22.0
415

516
### Minor Changes

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/errors",
3-
"version": "0.22.0",
3+
"version": "1.0.0",
44
"description": "Error management for Codama",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/library/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# codama
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
12+
- @codama/errors@1.0.0
13+
- @codama/nodes@1.0.0
14+
- @codama/validators@1.0.0
15+
- @codama/visitors@1.0.0
16+
317
## 0.22.0
418

519
### Patch Changes

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codama",
3-
"version": "0.22.0",
3+
"version": "1.0.0",
44
"description": "A Solana framework for building standardised programs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/node-types/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
8+
39
## 0.22.0
410

511
### Minor Changes

packages/node-types/package.json

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

packages/nodes-from-anchor/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
12+
- @codama/errors@1.0.0
13+
- @codama/nodes@1.0.0
14+
- @codama/visitors@1.0.0
15+
316
## 0.22.0
417

518
### Minor 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": "0.22.0",
3+
"version": "1.0.0",
44
"description": "Node specifications and helpers for the Codama standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/nodes/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]:
12+
- @codama/errors@1.0.0
13+
- @codama/node-types@1.0.0
14+
315
## 0.22.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)