Skip to content

Commit a2df26b

Browse files
committed
chore(release): v3.0.0
1 parent 98a2eb2 commit a2df26b

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11
# Changelog
22

33

4+
## v3.0.0
5+
6+
[compare changes](https://github.com/nuxt-modules/snipcart/compare/v2.0.2...v3.0.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Update documentation and the way to use the composable ([e45fd09](https://github.com/nuxt-modules/snipcart/commit/e45fd09))
11+
12+
### 🩹 Fixes
13+
14+
- Import nuxt composables from #imports ([4e26995](https://github.com/nuxt-modules/snipcart/commit/4e26995))
15+
- Opt in to `import.meta.*` properties ([1ac55cc](https://github.com/nuxt-modules/snipcart/commit/1ac55cc))
16+
17+
### 📖 Documentation
18+
19+
- Use new `nuxi module add` command in installation ([2d3ce71](https://github.com/nuxt-modules/snipcart/commit/2d3ce71))
20+
21+
### 🏡 Chore
22+
23+
- Add badge for npm version ([9fac05b](https://github.com/nuxt-modules/snipcart/commit/9fac05b))
24+
- Use module-builder stub mode for more accurate types ([3dd207e](https://github.com/nuxt-modules/snipcart/commit/3dd207e))
25+
- Update nuxt module builder ([30f48cf](https://github.com/nuxt-modules/snipcart/commit/30f48cf))
26+
- Migrate to eslint v9 ([88ee2b1](https://github.com/nuxt-modules/snipcart/commit/88ee2b1))
27+
- Ignore lint errors ([fdaaf89](https://github.com/nuxt-modules/snipcart/commit/fdaaf89))
28+
- Fix lint ([2b4c4db](https://github.com/nuxt-modules/snipcart/commit/2b4c4db))
29+
- Update deps ([86b4f55](https://github.com/nuxt-modules/snipcart/commit/86b4f55))
30+
- Remove eslint ignore ([67c548c](https://github.com/nuxt-modules/snipcart/commit/67c548c))
31+
- Remove eslint ignore ([dbfb2bd](https://github.com/nuxt-modules/snipcart/commit/dbfb2bd))
32+
- Remove eslint ignore ([b810fbc](https://github.com/nuxt-modules/snipcart/commit/b810fbc))
33+
- Remove eslint ignore ([b39e7d0](https://github.com/nuxt-modules/snipcart/commit/b39e7d0))
34+
- Update back eslint ([1124106](https://github.com/nuxt-modules/snipcart/commit/1124106))
35+
- Update nuxt config ([98a2eb2](https://github.com/nuxt-modules/snipcart/commit/98a2eb2))
36+
37+
#### ⚠️ Breaking Changes
38+
39+
- ⚠️ Update documentation and the way to use the composable ([e45fd09](https://github.com/nuxt-modules/snipcart/commit/e45fd09))
40+
41+
### ❤️ Contributors
42+
43+
- Florent Giraud ([@flozero](http://github.com/flozero))
44+
- Flozero ([@flozero](http://github.com/flozero))
45+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
46+
- Giraud Florent <florent giraud>
47+
448
## v2.0.2
549

650

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/snipcart",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Nuxt module for Snipcart",
55
"license": "MIT",
66
"type": "module",
@@ -42,4 +42,4 @@
4242
"vitest": "^1.5.0"
4343
},
4444
"packageManager": "[email protected]+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
45-
}
45+
}

0 commit comments

Comments
 (0)