From 73017fdc0cf2a16490e6169292711a22adf22244 Mon Sep 17 00:00:00 2001 From: Max Korsunov Date: Fri, 9 Aug 2024 15:47:59 +0200 Subject: [PATCH] Prep v11.14.0 release (#150) * chore: version packages * fix: deployment issue template * fix: manifest version --- .changeset/witty-bags-work.md | 6 ------ .github/ISSUE_TEMPLATE/deployment.md | 6 +++--- apps/extension/CHANGELOG.md | 11 +++++++++++ apps/extension/package.json | 2 +- apps/extension/public/manifest.json | 2 +- packages/context/CHANGELOG.md | 6 ++++++ packages/context/package.json | 2 +- 7 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 .changeset/witty-bags-work.md diff --git a/.changeset/witty-bags-work.md b/.changeset/witty-bags-work.md deleted file mode 100644 index b90ac66b..00000000 --- a/.changeset/witty-bags-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@repo/context': minor -'chrome-extension': minor ---- - -Update packages diff --git a/.github/ISSUE_TEMPLATE/deployment.md b/.github/ISSUE_TEMPLATE/deployment.md index d835f814..e9dc0821 100644 --- a/.github/ISSUE_TEMPLATE/deployment.md +++ b/.github/ISSUE_TEMPLATE/deployment.md @@ -12,11 +12,11 @@ labels: deployment - [ ] Staking - [ ] IBC - [ ] Tx details - - [ ] Test sync with [assertRootValid()](https://github.com/penumbra-zone/web/blob/992bc2d975ef55537dac95db4e29c49715bf740b/docs/debugging.md) enabled. Will throw if TCT roots are not correct. Only test the first few dozen blocks; if those succeed, there's no need to keep going. + - [ ] Test sync with [assertRootValid()](https://github.com/prax-wallet/web/blob/main/docs/debugging.md) enabled. Will throw if TCT roots are not correct. Only test the first few dozen blocks; if those succeed, there's no need to keep going. - [ ] If there is already a changelist PR (like [this one](https://github.com/penumbra-zone/web/pull/799)), merge it. Otherwise, manually run `pnpm changeset` to bump packages as needed (would require work looking through PRs since last version) and run `pnpm changeset version` after. If this has resulted in a change to the `package.json` `version` in the extension, update the extension's `manifest.json` version to match. You'll have local changes that will require a PR to merge. - This step will publish updated npm packages. -- [ ] Update [manifest version](https://github.com/penumbra-zone/web/blob/main/apps/extension/public/manifest.json#L4) based on the extension's newly updated [`package.json` version](https://github.com/penumbra-zone/web/blob/main/apps/extension/package.json) in the extension. -- [ ] [Create repo release](https://github.com/penumbra-zone/web/releases/new) with `vX.X.X` tag. Triggers approval to run chrome extension publishing. +- [ ] Update [manifest version](https://github.com/prax-wallet/web/blob/main/apps/extension/public/manifest.json#L4) based on the extension's newly updated [`package.json` version](https://github.com/prax-wallet/web/blob/main/apps/extension/package.json) in the extension. +- [ ] [Create repo release](https://github.com/prax-wallet/web/releases/new) with `vX.X.X` tag. Triggers approval to run chrome extension publishing. - [ ] Go into [Chrome Developer Dashboard](https://chrome.google.com/webstore/devconsole) - Submit BETA version for approval + immediate publishing - Submit PROD version for approval (without publishing) diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md index 7934a040..516fb4e9 100644 --- a/apps/extension/CHANGELOG.md +++ b/apps/extension/CHANGELOG.md @@ -1,5 +1,16 @@ # chrome-extension +## 11.14.0 + +### Minor Changes + +- 3210b84: Update packages + +### Patch Changes + +- Updated dependencies [3210b84] + - @repo/context@4.6.0 + ## 11.13.0 ### Minor Changes diff --git a/apps/extension/package.json b/apps/extension/package.json index c40da6d9..502dd510 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -1,6 +1,6 @@ { "name": "chrome-extension", - "version": "11.13.1", + "version": "11.14.0", "private": true, "license": "(MIT OR Apache-2.0)", "description": "chrome-extension", diff --git a/apps/extension/public/manifest.json b/apps/extension/public/manifest.json index 1d9c6053..480b0e4c 100644 --- a/apps/extension/public/manifest.json +++ b/apps/extension/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Prax wallet", - "version": "11.13.1", + "version": "11.14.0", "description": "For use in interacting with the Penumbra blockchain", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnucOJi878TGZYnTNTrvXd9krAcpSDR/EgHcQhvjNZrKfRRsKA9O0DnbyM492c3hiicYPevRPLPoKsLgVghGDYPr8eNO7ee165keD5XLxq0wpWu14gHEPdQSRNZPLeawLp4s/rUwtzMcxhVIUYYaa2xZri4Tqx9wpR7YR1mQTAL8UsdjyitrnzTM20ciKXq1pd82MU74YaZzrcQCOmcjJtjHFdMEAYme+LuZuEugAgef9RiE/8kLQ6T7W9feYfQOky1OPjBkflpRXRgW6cACdl+MeYhKJCOHijglFsPOXX6AvnoJSeAJYRXOMVJi0ejLKEcrLpaeHgh+1WXUvc5G4wIDAQAB", "minimum_chrome_version": "119", diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index f780efbd..3f486994 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/CHANGELOG.md @@ -1,5 +1,11 @@ # @penumbra-zone/services +## 4.6.0 + +### Minor Changes + +- 3210b84: Update packages + ## 4.5.0 ### Minor Changes diff --git a/packages/context/package.json b/packages/context/package.json index 4563a071..960b2c15 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@repo/context", - "version": "4.5.0", + "version": "4.6.0", "private": true, "license": "(MIT OR Apache-2.0)", "type": "module",