Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot] b02001796e chore(release): @wxt-dev/storage v1.2.4
📼 VHS / Create VHS (push) Waiting to run
2025-10-13 02:46:42 +00:00
Aaron 0d4d2fdd7e ci: Print NPM version 2025-10-12 21:42:15 -05:00
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
4 changed files with 20 additions and 7 deletions
+7 -3
View File
@@ -47,6 +47,12 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Update NPM
run: sudo npm i -g npm@latest
- name: Print NPM Version
run: npm --version
- name: Configure Git
run: |
git config user.name 'github-actions[bot]'
@@ -61,9 +67,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.4
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.3...storage-v1.2.4)
## 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)
+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.2",
"version": "1.2.4",
"type": "module",
"repository": {
"type": "git",