Skip to content

Commit

Permalink
Github CI build: __run_2 v3.18.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 15, 2022
1 parent dffaf27 commit 6f3d0c4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "3.17.1",
"version": "3.18.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-symbols/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/vuepress-tailwind-config",
"version": "3.17.1",
"version": "3.18.0",
"main": "./tailwind.config.js",
"license": "MIT",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/vuepress-theme-tsed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6f3d0c4

Please sign in to comment.