Skip to content

Commit

Permalink
Github CI build: __run_2 v3.20.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 27, 2022
1 parent 3c91ee3 commit ebf9d6c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.20.2",
"version": "3.20.3",
"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.20.2",
"version": "3.20.3",
"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.20.2",
"version": "3.20.3",
"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.20.2",
"version": "3.20.3",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"@tsed/vuepress-tailwind-config": "3.20.2",
"@tsed/vuepress-tailwind-config": "3.20.3",
"vue": "2.6.12"
},
"scripts": {
Expand All @@ -25,7 +25,7 @@
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-viewport": "6.5.5",
"@storybook/vue": "^6.5.5",
"@tsed/vuepress-common": "3.20.2",
"@tsed/vuepress-common": "3.20.3",
"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.20.2",
"version": "3.20.3",
"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.20.2",
"version": "3.20.3",
"description": "Shared components and utils",
"main": "./src/index.js",
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
Expand Down
8 changes: 4 additions & 4 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.20.2",
"version": "3.20.3",
"description": "Vuepress theme for tsed.io",
"main": "./src/index.js",
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
Expand All @@ -18,9 +18,9 @@
"@docsearch/js": "3.1.0",
"@sass-collective/sass-rem": "^1.7.0",
"@silvanite/vuepress-plugin-tailwind": "^1.3.0",
"@tsed/markdown-it-symbols": "3.20.2",
"@tsed/vuepress-common": "3.20.2",
"@tsed/vuepress-tailwind-config": "3.20.2",
"@tsed/markdown-it-symbols": "3.20.3",
"@tsed/vuepress-common": "3.20.3",
"@tsed/vuepress-tailwind-config": "3.20.3",
"@vuepress/markdown": "^1.9.7",
"@vuepress/plugin-active-header-links": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
Expand Down

0 comments on commit ebf9d6c

Please sign in to comment.