From 6f3d0c4a432222623b3520a4df2d9fb327c96f3b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jan 2022 12:51:33 +0000 Subject: [PATCH] Github CI build: __run_2 v3.18.0 [ci skip] --- lerna.json | 2 +- package.json | 2 +- packages/markdown-it-symbols/package.json | 2 +- packages/storybook/package.json | 6 +++--- packages/tailwind-config/package.json | 2 +- packages/vuepress-common/package.json | 2 +- packages/vuepress-theme-tsed/package.json | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lerna.json b/lerna.json index 52c5559d..d6f0daad 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "3.17.1", + "version": "3.18.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index 1f95bb8a..37ee31d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "3.17.1", + "version": "3.18.0", "description": "Vuepress theme for tsed.io", "repository": "https://github.com/tsedio/vuepress-theme-tsed", "author": "Romain Lenzotti", diff --git a/packages/markdown-it-symbols/package.json b/packages/markdown-it-symbols/package.json index 49796014..d498507e 100644 --- a/packages/markdown-it-symbols/package.json +++ b/packages/markdown-it-symbols/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/markdown-it-symbols", - "version": "3.17.1", + "version": "3.18.0", "description": "Markdown it plugin", "main": "./src/index.js", "repository": "https://github.com/tsedio/vuepress-theme-tsed", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 6330f2e3..467e80fe 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,11 +1,11 @@ { "name": "@tsed/vuepress-storybook", - "version": "3.17.1", + "version": "3.18.0", "main": "index.js", "license": "MIT", "private": true, "dependencies": { - "@tsed/vuepress-tailwind-config": "3.17.1", + "@tsed/vuepress-tailwind-config": "3.18.0", "vue": "2.6.12" }, "scripts": { @@ -25,7 +25,7 @@ "@storybook/addon-notes": "5.3.21", "@storybook/addon-viewport": "6.1.3", "@storybook/vue": "^6.1.3", - "@tsed/vuepress-common": "3.17.1", + "@tsed/vuepress-common": "3.18.0", "autoprefixer": "9.8.0", "babel-loader": "^8.1.0", "babel-preset-vue": "^2.0.2", diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index 9a5c778d..2e55fe2a 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/vuepress-tailwind-config", - "version": "3.17.1", + "version": "3.18.0", "main": "./tailwind.config.js", "license": "MIT", "scripts": {}, diff --git a/packages/vuepress-common/package.json b/packages/vuepress-common/package.json index a2b15b7a..dc0c270a 100644 --- a/packages/vuepress-common/package.json +++ b/packages/vuepress-common/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/vuepress-common", - "version": "3.17.1", + "version": "3.18.0", "description": "Shared components and utils", "main": "./src/index.js", "repository": "https://github.com/tsedio/vuepress-theme-tsed", diff --git a/packages/vuepress-theme-tsed/package.json b/packages/vuepress-theme-tsed/package.json index 6a581cd7..de0966a3 100644 --- a/packages/vuepress-theme-tsed/package.json +++ b/packages/vuepress-theme-tsed/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-tsed", - "version": "3.17.1", + "version": "3.18.0", "description": "Vuepress theme for tsed.io", "main": "./src/index.js", "repository": "https://github.com/tsedio/vuepress-theme-tsed", @@ -19,8 +19,8 @@ "@sass-collective/sass-rem": "^1.4.1", "@silvanite/vuepress-plugin-tailwind": "^1.3.0", "@tsed/markdown-it-symbols": "2.15.0", - "@tsed/vuepress-common": "3.17.1", - "@tsed/vuepress-tailwind-config": "3.17.1", + "@tsed/vuepress-common": "3.18.0", + "@tsed/vuepress-tailwind-config": "3.18.0", "@vuepress/plugin-active-header-links": "1.7.1", "@vuepress/plugin-medium-zoom": "^1.8.0", "@vuepress/plugin-nprogress": "1.7.1",