From e19aedccd2ed2583062f16c4c69a655948e48541 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Wed, 9 Oct 2024 15:33:05 +0100 Subject: [PATCH 1/2] Release all codama packages as v1 --- .changeset/popular-cooks-dance.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .changeset/popular-cooks-dance.md diff --git a/.changeset/popular-cooks-dance.md b/.changeset/popular-cooks-dance.md new file mode 100644 index 000000000..bb6fb747e --- /dev/null +++ b/.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 From 0f24d3b6f74e689bad3ddb62477847cfde12e335 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Wed, 9 Oct 2024 15:35:53 +0100 Subject: [PATCH 2/2] Update workflow version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 885bdb472..8371a0780 100644 --- a/.github/workflows/main.yml +++ b/.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: