Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/cli",
"version": "1.6.3",
"version": "2.0.0-rc.0",
"description": "A CLI for setting up and managing Codama IDLs",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-address-resolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-address-resolution",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "Address resolution functionality for instruction accounts in Codama IDLs",
"keywords": [
"address-resolution",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-client",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "Client to dynamically interact with Solana programs using Codama IDLs",
"keywords": [
"dynamic client",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-codecs",
"version": "1.3.0",
"version": "2.0.0-rc.0",
"description": "Get codecs on demand for Codama IDLs",
"keywords": [
"codecs",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-instructions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-instructions",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "Runtime instruction creation for Codama IDLs",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/dynamic-parsers",
"version": "1.4.2",
"version": "2.0.0-rc.0",
"description": "Helpers to dynamically identify and parse accounts and instructions",
"keywords": [
"framework",
Expand Down
11 changes: 11 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codama/errors

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/node-types@2.0.0-rc.0

## 1.11.0

### Minor 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": "@codama/errors",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "Error management for Codama",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/fragments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/fragments",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "Composable code-generation fragments and language-aware import maps for Codama renderers",
"keywords": [
"codama",
Expand Down
15 changes: 15 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# codama

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/cli@2.0.0-rc.0
- @codama/errors@2.0.0-rc.0
- @codama/nodes@2.0.0-rc.0
- @codama/validators@2.0.0-rc.0
- @codama/visitors@2.0.0-rc.0

## 1.11.0

### 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": "codama",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "A Solana framework for building standardised programs",
"keywords": [
"code generation",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codama/node-types

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

## 1.11.0

### Patch Changes
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": "@codama/node-types",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "Node specifications for the Codama standard",
"keywords": [
"framework",
Expand Down
13 changes: 13 additions & 0 deletions packages/nodes-from-anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @codama/nodes-from-anchor

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/errors@2.0.0-rc.0
- @codama/nodes@2.0.0-rc.0
- @codama/visitors@2.0.0-rc.0

## 1.5.6

### 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": "@codama/nodes-from-anchor",
"version": "1.5.6",
"version": "2.0.0-rc.0",
"description": "Node specifications and helpers for the Codama standard",
"keywords": [
"framework",
Expand Down
12 changes: 12 additions & 0 deletions packages/nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codama/nodes

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/errors@2.0.0-rc.0
- @codama/node-types@2.0.0-rc.0

## 1.11.0

### 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": "@codama/nodes",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "Node specifications and helpers for the Codama standard",
"keywords": [
"framework",
Expand Down
14 changes: 14 additions & 0 deletions packages/renderers-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @codama/renderers-core

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/errors@2.0.0-rc.0
- @codama/fragments@2.0.0-rc.0
- @codama/nodes@2.0.0-rc.0
- @codama/visitors-core@2.0.0-rc.0

## 1.4.1

### 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": "@codama/renderers-core",
"version": "1.4.1",
"version": "2.0.0-rc.0",
"description": "Core types and helpers for Codama renderers to use",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/upgrade",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "Upgrade Codama IDLs to the latest major version of the standard",
"keywords": [
"framework",
Expand Down
13 changes: 13 additions & 0 deletions packages/validators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @codama/validators

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/errors@2.0.0-rc.0
- @codama/nodes@2.0.0-rc.0
- @codama/visitors-core@2.0.0-rc.0

## 1.11.0

### 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": "@codama/validators",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "Validator visitors for the Codama framework",
"keywords": [
"framework",
Expand Down
12 changes: 12 additions & 0 deletions packages/visitors-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codama/visitors-core

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/errors@2.0.0-rc.0
- @codama/nodes@2.0.0-rc.0

## 1.11.0

### 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": "@codama/visitors-core",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "Core visitors for the Codama framework",
"keywords": [
"framework",
Expand Down
13 changes: 13 additions & 0 deletions packages/visitors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @codama/visitors

## 2.0.0-rc.0

### Major Changes

- [`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d) Thanks [@codama-releases[bot]](https://github.com/codama-releases%5Bbot%5D)! - Start major 2. Release candidates publish under the `rc` dist-tag while this major is in development.

### Patch Changes

- Updated dependencies [[`64d52eb`](https://github.com/codama-idl/codama/commit/64d52eb19d4d853337fd1fbc3a874b1647e7960d)]:
- @codama/errors@2.0.0-rc.0
- @codama/nodes@2.0.0-rc.0
- @codama/visitors-core@2.0.0-rc.0

## 1.11.0

### Minor 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": "@codama/visitors",
"version": "1.11.0",
"version": "2.0.0-rc.0",
"description": "All visitors for the Codama framework",
"keywords": [
"framework",
Expand Down