We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180963c commit 7a0dbc2Copy full SHA for 7a0dbc2
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [3.0.0](https://github.com/InseeFr/Pogues/releases/tag/3.0.0) - 2026-03-25
11
+
12
### Changed
13
14
- move code-source from root to `./legacy` folder
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pogues",
3
- "version": "3.0.0-rc.one-version.2",
+ "version": "3.0.0",
4
"description": "Outil de conception et de test de questionnaires.",
5
"scripts": {
6
"test:next": "cd next && pnpm test",
@@ -35,4 +35,4 @@
35
],
36
"!(*.js|*.jsx|*.ts|*.tsx)": "prettier --write --ignore-unknown --list-different"
37
}
38
-}
+}
0 commit comments