Skip to content

Commit

Permalink
🔖 v2.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFyon committed Sep 16, 2024
1 parent 23ed3e0 commit cb6e41c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.16.9"
"version": "2.16.10"
}
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/design-tokens",
"version": "2.16.8",
"version": "2.16.10",
"description": "Design Tokens for the French Health Insurance",
"keywords": [
"cnam",
Expand Down
8 changes: 4 additions & 4 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.16.9",
"version": "2.16.10",
"description": "Documentation of our Design System",
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
Expand All @@ -21,10 +21,10 @@
"generate": "nuxt generate --fail-on-error"
},
"dependencies": {
"@cnamts/design-tokens": "^2.16.8",
"@cnamts/design-tokens": "^2.16.10",
"@cnamts/eslint-config": "^2.12.0",
"@cnamts/form-builder": "^2.16.9",
"@cnamts/vue-dot": "^2.16.9",
"@cnamts/form-builder": "^2.16.10",
"@cnamts/vue-dot": "^2.16.10",
"@docsearch/js": "3.6.0",
"@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.16.9",
"version": "2.16.10",
"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.16.9",
"@cnamts/vue-dot": "^2.16.10",
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-typescript": "4.5.19",
Expand Down
8 changes: 4 additions & 4 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.16.9",
"version": "2.16.10",
"description": "Vue CLI plugin to scaffold front-end projects",
"keywords": [
"cnam",
Expand Down Expand Up @@ -29,11 +29,11 @@
"superb": "^4.0.0"
},
"devDependencies": {
"@cnamts/design-tokens": "^2.16.8",
"@cnamts/design-tokens": "^2.16.10",
"@cnamts/eslint-config": "^2.12.0",
"@cnamts/eslint-config-vue": "^2.14.1",
"@cnamts/form-builder": "^2.16.9",
"@cnamts/vue-dot": "^2.16.9"
"@cnamts/form-builder": "^2.16.10",
"@cnamts/vue-dot": "^2.16.10"
},
"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.16.9",
"version": "2.16.10",
"description": "Implementation of our Design System for the French Health Insurance",
"keywords": [
"cnam",
Expand Down

0 comments on commit cb6e41c

Please sign in to comment.