瀏覽代碼

Release all codama packages as v1 (#236)

* Release all codama packages as v1

* Update workflow version
Loris Leiva 1 年之前
父節點
當前提交
4057b0d6bb
共有 2 個文件被更改,包括 18 次插入1 次删除
  1. 17 0
      .changeset/popular-cooks-dance.md
  2. 1 1
      .github/workflows/main.yml

+ 17 - 0
.changeset/popular-cooks-dance.md

@@ -0,0 +1,17 @@
+---
+'@codama/errors': major
+'codama': major
+'@codama/node-types': major
+'@codama/nodes': major
+'@codama/nodes-from-anchor': major
+'@codama/renderers': major
+'@codama/renderers-core': major
+'@codama/renderers-js': major
+'@codama/renderers-js-umi': major
+'@codama/renderers-rust': major
+'@codama/validators': major
+'@codama/visitors': major
+'@codama/visitors-core': major
+---
+
+Publish codama v1 packages

+ 1 - 1
.github/workflows/main.yml

@@ -9,7 +9,7 @@ env:
   # Among other things, opts out of Turborepo telemetry. See https://consoledonottrack.com/.
   DO_NOT_TRACK: '1'
   NODE_VERSION: 18
-  CODAMA_VERSION: 0.22
+  CODAMA_VERSION: 1.x
   SOLANA_VERSION: 1.18.12
 
 jobs: