Skip to content

Commit 54a1c35

Browse files
chore(release): @wxt-dev/storage v1.2.0
1 parent 9ddf73b commit 54a1c35

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

packages/storage/CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v1.2.0
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.1.1...storage-v1.2.0)
6+
7+
### 🚀 Enhancements
8+
9+
- **storage:** Add `onMigrationComplete` callback ([#1514](https://github.com/wxt-dev/wxt/pull/1514))
10+
- **storage:** Add `debug` option to enable migration logs ([#1513](https://github.com/wxt-dev/wxt/pull/1513))
11+
12+
### 🩹 Fixes
13+
14+
- Fix typescript error on `defineItem` fallback ([#1601](https://github.com/wxt-dev/wxt/pull/1601))
15+
- Use `@wxt-dev/browser` instead of `@types/chrome` ([#1645](https://github.com/wxt-dev/wxt/pull/1645))
16+
17+
### 🏡 Chore
18+
19+
- **deps:** Update all dependencies ([#1568](https://github.com/wxt-dev/wxt/pull/1568))
20+
- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644))
21+
- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647))
22+
- Change browser workspace dependency to `^` ([c7335add](https://github.com/wxt-dev/wxt/commit/c7335add))
23+
- **deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([a01928e0](https://github.com/wxt-dev/wxt/commit/a01928e0))
24+
- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643))
25+
- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875))
26+
- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876))
27+
28+
### ❤️ Contributors
29+
30+
- Aaron ([@aklinker1](https://github.com/aklinker1))
31+
- Anh71me ([@iyume](https://github.com/iyume))
32+
33+
334
## v1.1.1
435

536
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.1.0...storage-v1.1.1)
@@ -69,4 +100,4 @@ It's still shipped inside WXT and accessible via `wxt/storage`, but now:
69100

70101
[Read the docs](https://wxt.dev/storage.html) for more details.
71102

72-
> This is apart of the v1.0 initiative for WXT.
103+
> This is apart of the v1.0 initiative for WXT.

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wxt-dev/storage",
33
"description": "Web extension storage API provided by WXT, supports all browsers.",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)