Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot] b65e5446fa chore(release): @wxt-dev/storage v1.2.3
📼 VHS / Create VHS (push) Waiting to run
2025-10-13 02:00:40 +00:00
Aaron f75fe3ce5b ci: Separate NPM upgrade from publish step 2025-10-12 20:52:54 -05:00
github-actions[bot] 59ba2712cf chore(release): @wxt-dev/storage v1.2.2
📼 VHS / Create VHS (push) Waiting to run
2025-10-13 01:45:12 +00:00
4 changed files with 17 additions and 7 deletions
+4 -3
View File
@@ -47,6 +47,9 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Update NPM
run: sudo npm i -g npm@latest
- name: Configure Git
run: |
git config user.name 'github-actions[bot]'
@@ -61,9 +64,7 @@ jobs:
- name: Publish to NPM
working-directory: packages/${{ inputs.package }}
run: |
sudo npm i -g npm@latest
npm publish
run: npm publish
- name: Create GitHub release
run: pnpm tsx scripts/create-github-release.ts ${{ inputs.package }}
+4 -3
View File
@@ -23,6 +23,9 @@ jobs:
with:
installArgs: --ignore-scripts
- name: Update NPM
run: sudo npm i -g npm@latest
- name: Generate Latest Code
working-directory: packages/browser
run: pnpm gen
@@ -42,6 +45,4 @@ jobs:
- name: Publish Package
if: steps.commit.outputs.changes_detected == 'true'
working-directory: packages/browser
run: |
sudo npm i -g npm@latest
npm publish
run: npm publish
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v1.2.3
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.2...storage-v1.2.3)
## v1.2.2
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.1...storage-v1.2.2)
## v1.2.1
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.0...storage-v1.2.1)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@wxt-dev/storage",
"description": "Web extension storage API provided by WXT, supports all browsers.",
"version": "1.2.1",
"version": "1.2.3",
"type": "module",
"repository": {
"type": "git",