From e0b37a4e736a1b59b06e23cadb0945331e91a67b Mon Sep 17 00:00:00 2001 From: David FYON Date: Mon, 8 Apr 2024 12:20:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.16.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 2 +- packages/docs/package.json | 4 ++-- packages/form-builder/package.json | 4 ++-- packages/vue-cli-plugin-vue-dash/package.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index 2fdd733dbf..8c220b1cf3 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ "message": "🔖 %s" } }, - "version": "2.16.1" + "version": "2.16.2" } diff --git a/packages/docs/package.json b/packages/docs/package.json index a9bdf10c19..feb1a98184 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -23,8 +23,8 @@ "dependencies": { "@cnamts/design-tokens": "^2.12.0", "@cnamts/eslint-config": "^2.12.0", - "@cnamts/form-builder": "^2.16.1", - "@cnamts/vue-dot": "^2.16.1", + "@cnamts/form-builder": "^2.16.2", + "@cnamts/vue-dot": "^2.16.2", "@docsearch/js": "3.6.0", "@netlify/functions": "1.6.0", "@nuxt/postcss8": "1.1.3", diff --git a/packages/form-builder/package.json b/packages/form-builder/package.json index 7974346c38..6c1782c2f6 100644 --- a/packages/form-builder/package.json +++ b/packages/form-builder/package.json @@ -1,6 +1,6 @@ { "name": "@cnamts/form-builder", - "version": "2.16.1", + "version": "2.16.2", "description": "FormBuilder for the French Health Insurance", "keywords": [ "cnam", @@ -41,7 +41,7 @@ "devDependencies": { "@cnamts/eslint-config-vue": "^2.14.1", "@cnamts/shared": "^2.12.0", - "@cnamts/vue-dot": "^2.16.1", + "@cnamts/vue-dot": "^2.16.2", "@vue/cli-plugin-babel": "4.5.19", "@vue/cli-plugin-eslint": "4.5.19", "@vue/cli-plugin-typescript": "4.5.19", diff --git a/packages/vue-cli-plugin-vue-dash/package.json b/packages/vue-cli-plugin-vue-dash/package.json index e715b41218..dd78bfd434 100755 --- a/packages/vue-cli-plugin-vue-dash/package.json +++ b/packages/vue-cli-plugin-vue-dash/package.json @@ -1,6 +1,6 @@ { "name": "@cnamts/vue-cli-plugin-vue-dash", - "version": "2.16.1", + "version": "2.16.2", "description": "Vue CLI plugin to scaffold front-end projects", "keywords": [ "cnam", @@ -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.16.1", - "@cnamts/vue-dot": "^2.16.1" + "@cnamts/form-builder": "^2.16.2", + "@cnamts/vue-dot": "^2.16.2" }, "publishConfig": { "access": "public"