Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw committed Oct 28, 2021
2 parents 5a8d597 + 313cd5f commit 7a22dfa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"command": {
"publish": {
"allowBranch": [
"master",
"main",
"dev"
],
"message": "🔖 %s"
}
},
"version": "2.0.0"
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnamts/cli-helpers",
"version": "2.0.0",
"version": "2.1.0",
"description": "Helper functions to build CLI tools",
"keywords": [
"cnam",
Expand Down
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.0.0",
"version": "2.1.0",
"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.0.0",
"version": "2.1.0",
"description": "Documentation of our Design System",
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
Expand All @@ -20,9 +20,9 @@
"generate": "nuxt generate --fail-on-error"
},
"dependencies": {
"@cnamts/design-tokens": "^2.0.0",
"@cnamts/form-builder": "^2.0.0",
"@cnamts/vue-dot": "^2.0.0",
"@cnamts/design-tokens": "^2.1.0",
"@cnamts/form-builder": "^2.1.0",
"@cnamts/vue-dot": "^2.1.0",
"@netlify/functions": "0.7.2",
"@octokit/core": "3.5.1",
"nuxt": "2.15.8",
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "2.1.0",
"description": "FormBuilder for the French Health Insurance",
"keywords": [
"cnam",
Expand Down Expand Up @@ -40,8 +40,8 @@
"vuetify": "^2.3.0"
},
"devDependencies": {
"@cnamts/cli-helpers": "^2.0.0",
"@cnamts/vue-dot": "^2.0.0",
"@cnamts/cli-helpers": "^2.1.0",
"@cnamts/vue-dot": "^2.1.0",
"@vue/cli-plugin-babel": "4.5.14",
"@vue/cli-plugin-eslint": "4.5.14",
"@vue/cli-plugin-typescript": "4.5.14",
Expand Down
10 changes: 5 additions & 5 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.0.0",
"version": "2.1.0",
"description": "Vue CLI plugin to scaffold front-end projects",
"keywords": [
"cnam",
Expand All @@ -23,15 +23,15 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@cnamts/cli-helpers": "^2.0.0",
"@cnamts/cli-helpers": "^2.1.0",
"dayjs": "^1.8.34",
"fs-extra": "^10.0.0",
"superb": "^4.0.0"
},
"devDependencies": {
"@cnamts/design-tokens": "^2.0.0",
"@cnamts/form-builder": "^2.0.0",
"@cnamts/vue-dot": "^2.0.0"
"@cnamts/design-tokens": "^2.1.0",
"@cnamts/form-builder": "^2.1.0",
"@cnamts/vue-dot": "^2.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "2.1.0",
"description": "Implementation of our Design System for the French Health Insurance",
"keywords": [
"cnam",
Expand Down Expand Up @@ -54,7 +54,7 @@
"vuex": "^3.5.0"
},
"devDependencies": {
"@cnamts/cli-helpers": "^2.0.0",
"@cnamts/cli-helpers": "^2.1.0",
"@vue/cli-plugin-babel": "4.5.14",
"@vue/cli-plugin-eslint": "4.5.14",
"@vue/cli-plugin-typescript": "4.5.14",
Expand Down

0 comments on commit 7a22dfa

Please sign in to comment.