Skip to content

Commit dade02a

Browse files
authored
Merge pull request #31 from laruiss/release-please--branches--main--components--vue-dsfr-nuxt-module
chore(main): release 3.1.0
2 parents f79f3aa + fa105ae commit dade02a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
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-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/laruiss/vue-dsfr-nuxt-module/compare/v3.0.0...v3.1.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* **ci:** 🚀 amélioration workflow CI et configuration projet ([170978d](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/170978d027bfc83fe3eff4d056c470913c9d5a31)), closes [#29](https://github.com/laruiss/vue-dsfr-nuxt-module/issues/29)
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** remplacer script build par prepack et ajouter workflow CI ([ff670ae](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/ff670ae55d13649f675dee13d246beafb1528bca)), closes [#33](https://github.com/laruiss/vue-dsfr-nuxt-module/issues/33)
14+
* **config:** 🔧 correction configuration TypeScript pour module Nuxt 4 ([3dc10f2](https://github.com/laruiss/vue-dsfr-nuxt-module/commit/3dc10f28a349a6fdeef6ee30d64e55603569a23d)), closes [#27](https://github.com/laruiss/vue-dsfr-nuxt-module/issues/27)
15+
316
## [3.0.0](https://github.com/laruiss/vue-dsfr-nuxt-module/compare/v2.0.0...v3.0.0) (2025-11-11)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-dsfr-nuxt-module",
33
"type": "module",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "Module Nuxt 4 pour VueDsfr",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)