Skip to content

Commit

Permalink
Prep v11.14.0 release (#150)
Browse files Browse the repository at this point in the history
* chore: version packages

* fix: deployment issue template

* fix: manifest version
  • Loading branch information
VanishMax authored Aug 9, 2024
1 parent 3210b84 commit 73017fd
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/witty-bags-work.md

This file was deleted.

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-zone/services

## 4.6.0

### Minor Changes

- 3210b84: Update packages

## 4.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 73017fd

Please sign in to comment.