Skip to content

Commit

Permalink
🔖 v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFyon committed Mar 6, 2024
1 parent 668c2ef commit 651ea9c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"message": "🔖 %s"
}
},
"version": "2.15.0"
"version": "2.16.0"
}
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cnamts/docs",
"version": "2.15.0",
"version": "2.16.0",
"description": "Documentation of our Design System",
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@cnamts/design-tokens": "^2.12.0",
"@cnamts/eslint-config": "^2.12.0",
"@cnamts/form-builder": "^2.15.0",
"@cnamts/vue-dot": "^2.15.0",
"@cnamts/form-builder": "^2.16.0",
"@cnamts/vue-dot": "^2.16.0",
"@docsearch/js": "3.5.2",
"@netlify/functions": "1.6.0",
"@nuxt/postcss8": "1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/form-builder",
"version": "2.15.0",
"version": "2.16.0",
"description": "FormBuilder for the French Health Insurance",
"keywords": [
"cnam",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@cnamts/eslint-config-vue": "^2.14.1",
"@cnamts/shared": "^2.12.0",
"@cnamts/vue-dot": "^2.15.0",
"@cnamts/vue-dot": "^2.16.0",
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-typescript": "4.5.19",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-cli-plugin-vue-dash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/vue-cli-plugin-vue-dash",
"version": "2.15.0",
"version": "2.16.0",
"description": "Vue CLI plugin to scaffold front-end projects",
"keywords": [
"cnam",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@cnamts/design-tokens": "^2.12.0",
"@cnamts/eslint-config": "^2.12.0",
"@cnamts/eslint-config-vue": "^2.14.1",
"@cnamts/form-builder": "^2.15.0",
"@cnamts/vue-dot": "^2.15.0"
"@cnamts/form-builder": "^2.16.0",
"@cnamts/vue-dot": "^2.16.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/vue-dot",
"version": "2.15.0",
"version": "2.16.0",
"description": "Implementation of our Design System for the French Health Insurance",
"keywords": [
"cnam",
Expand Down

0 comments on commit 651ea9c

Please sign in to comment.