Skip to content

Commit 4057b0d

Browse files
authored
Release all codama packages as v1 (#236)
* Release all codama packages as v1 * Update workflow version
1 parent 1b34b77 commit 4057b0d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.changeset/popular-cooks-dance.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'@codama/errors': major
3+
'codama': major
4+
'@codama/node-types': major
5+
'@codama/nodes': major
6+
'@codama/nodes-from-anchor': major
7+
'@codama/renderers': major
8+
'@codama/renderers-core': major
9+
'@codama/renderers-js': major
10+
'@codama/renderers-js-umi': major
11+
'@codama/renderers-rust': major
12+
'@codama/validators': major
13+
'@codama/visitors': major
14+
'@codama/visitors-core': major
15+
---
16+
17+
Publish codama v1 packages

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
# Among other things, opts out of Turborepo telemetry. See https://consoledonottrack.com/.
1010
DO_NOT_TRACK: '1'
1111
NODE_VERSION: 18
12-
CODAMA_VERSION: 0.22
12+
CODAMA_VERSION: 1.x
1313
SOLANA_VERSION: 1.18.12
1414

1515
jobs:

0 commit comments

Comments
 (0)