Skip to content

Commit

Permalink
🔖 v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw committed May 16, 2022
1 parent 3f5b05d commit 1e4d86b
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"message": "🔖 %s"
}
},
"version": "2.3.0"
"version": "2.4.0"
}
6 changes: 3 additions & 3 deletions 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.3.0",
"version": "2.4.0",
"description": "Design Tokens for the French Health Insurance",
"keywords": [
"cnam",
Expand Down Expand Up @@ -31,8 +31,8 @@
"test": "jest"
},
"devDependencies": {
"@cnamts/eslint-config": "^2.3.0",
"@cnamts/shared": "^2.3.0",
"@cnamts/eslint-config": "^2.4.0",
"@cnamts/shared": "^2.4.0",
"json-to-scss": "1.6.2"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 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.3.0",
"version": "2.4.0",
"description": "Documentation of our Design System",
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
Expand All @@ -21,16 +21,16 @@
"generate": "nuxt generate --fail-on-error"
},
"dependencies": {
"@cnamts/design-tokens": "^2.3.0",
"@cnamts/eslint-config": "^2.3.0",
"@cnamts/form-builder": "^2.3.0",
"@cnamts/vue-dot": "^2.3.0",
"@cnamts/design-tokens": "^2.4.0",
"@cnamts/eslint-config": "^2.4.0",
"@cnamts/form-builder": "^2.4.0",
"@cnamts/vue-dot": "^2.4.0",
"@netlify/functions": "1.0.0",
"@octokit/core": "3.6.0",
"nuxt": "2.15.8",
"slugify": "1.6.5",
"remark": "13.0.0",
"remark-html": "13.0.2",
"slugify": "1.6.5",
"vue-prism-component": "1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/eslint-config-vue",
"version": "2.3.0",
"version": "2.4.0",
"description": "ESLint configuration used across our Vue.js projects",
"keywords": [
"cnam",
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-vue": ">=7"
},
"dependencies": {
"@cnamts/eslint-config": "^2.3.0",
"@cnamts/eslint-config": "^2.4.0",
"@rushstack/eslint-patch": "^1.1.3",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/eslint-config",
"version": "2.3.0",
"version": "2.4.0",
"description": "ESLint configurations for JavaScript and TypeScript used across our projects",
"keywords": [
"cnam",
Expand Down
8 changes: 4 additions & 4 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.3.0",
"version": "2.4.0",
"description": "FormBuilder for the French Health Insurance",
"keywords": [
"cnam",
Expand Down Expand Up @@ -39,9 +39,9 @@
"vuetify": "^2.3.0"
},
"devDependencies": {
"@cnamts/eslint-config-vue": "^2.3.0",
"@cnamts/shared": "^2.3.0",
"@cnamts/vue-dot": "^2.3.0",
"@cnamts/eslint-config-vue": "^2.4.0",
"@cnamts/shared": "^2.4.0",
"@cnamts/vue-dot": "^2.4.0",
"@vue/cli-plugin-babel": "4.5.17",
"@vue/cli-plugin-eslint": "4.5.17",
"@vue/cli-plugin-typescript": "4.5.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cnamts/shared",
"version": "2.3.0",
"version": "2.4.0",
"description": "Shared elements across our packages",
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
Expand All @@ -20,6 +20,6 @@
"lint": "eslint . --fix"
},
"devDependencies": {
"@cnamts/eslint-config": "^2.3.0"
"@cnamts/eslint-config": "^2.4.0"
}
}
12 changes: 6 additions & 6 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.3.0",
"version": "2.4.0",
"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.3.0",
"@cnamts/eslint-config": "^2.3.0",
"@cnamts/eslint-config-vue": "^2.3.0",
"@cnamts/form-builder": "^2.3.0",
"@cnamts/vue-dot": "^2.3.0"
"@cnamts/design-tokens": "^2.4.0",
"@cnamts/eslint-config": "^2.4.0",
"@cnamts/eslint-config-vue": "^2.4.0",
"@cnamts/form-builder": "^2.4.0",
"@cnamts/vue-dot": "^2.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0",
"version": "2.4.0",
"description": "Implementation of our Design System for the French Health Insurance",
"keywords": [
"cnam",
Expand Down Expand Up @@ -55,8 +55,8 @@
"vuex": "^3.5.0"
},
"devDependencies": {
"@cnamts/eslint-config-vue": "^2.3.0",
"@cnamts/shared": "^2.3.0",
"@cnamts/eslint-config-vue": "^2.4.0",
"@cnamts/shared": "^2.4.0",
"@vue/cli-plugin-babel": "4.5.17",
"@vue/cli-plugin-eslint": "4.5.17",
"@vue/cli-plugin-typescript": "4.5.17",
Expand Down

0 comments on commit 1e4d86b

Please sign in to comment.