Skip to content

Commit 617eb4b

Browse files
authored
Merge pull request #22 from laruiss/release-please--branches--main--components--vue-dsfr-nuxt-module
chore(main): release 2.0.0
2 parents 7e1b2d8 + 3ce4a8a commit 617eb4b

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/laruiss/vue-dsfr-nuxt-module/compare/v1.0.0...v2.0.0) (2024-09-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* ✨ met à jour le module pour VueDsfr v6
9+
10+
### Features
11+
12+
* ✨ add auto-import for OhVueIcon and VIcon ([e01f343](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/e01f3438a6d132308c6135d8f948bd5ecf35a6d5))
13+
* ✨ met à jour le module pour VueDsfr v6 ([d90152d](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/d90152d799b2ffeb77c5aa15ffe299f280f38038))
14+
15+
16+
### Bug Fixes
17+
18+
* 🐛 corrige le bug d’import du CSS de VueDsfr ([1d7d8b0](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/1d7d8b0d01f02d1a3f849b31b6f0b22e6442137c))
19+
* 🐛 corrige le crash de nuxt sans vueDsfr.icons ([5f02f88](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/5f02f88ab52e6cba66f29b32796a376c63db3c31))
20+
321
## 1.0.0 (2023-12-17)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-dsfr-nuxt-module",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Module Nuxt 3 pour VueDsfr",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)