Skip to content

Commit 18fc993

Browse files
Github CI build: __run_2 v3.20.8 [ci skip]
1 parent e1b1c36 commit 18fc993

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "3.20.7",
7+
"version": "3.20.8",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/root",
3-
"version": "3.20.7",
3+
"version": "3.20.8",
44
"description": "Vuepress theme for tsed.io",
55
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
66
"author": "Romain Lenzotti",

packages/markdown-it-symbols/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/markdown-it-symbols",
3-
"version": "3.20.7",
3+
"version": "3.20.8",
44
"description": "Markdown it plugin",
55
"main": "./src/index.js",
66
"repository": "https://github.com/tsedio/vuepress-theme-tsed",

packages/storybook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@tsed/vuepress-storybook",
3-
"version": "3.20.7",
3+
"version": "3.20.8",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"@tsed/vuepress-tailwind-config": "3.20.7",
8+
"@tsed/vuepress-tailwind-config": "3.20.8",
99
"vue": "2.6.12"
1010
},
1111
"scripts": {
@@ -25,7 +25,7 @@
2525
"@storybook/addon-postcss": "^2.0.0",
2626
"@storybook/addon-viewport": "6.5.5",
2727
"@storybook/vue": "^6.5.5",
28-
"@tsed/vuepress-common": "3.20.7",
28+
"@tsed/vuepress-common": "3.20.8",
2929
"autoprefixer": "9.8.0",
3030
"babel-loader": "^8.1.0",
3131
"babel-preset-vue": "^2.0.2",

packages/tailwind-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/vuepress-tailwind-config",
3-
"version": "3.20.7",
3+
"version": "3.20.8",
44
"main": "./tailwind.config.js",
55
"license": "MIT",
66
"scripts": {},

packages/vuepress-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsed/vuepress-common",
3-
"version": "3.20.7",
3+
"version": "3.20.8",
44
"description": "Shared components and utils",
55
"main": "./src/index.js",
66
"repository": "https://github.com/tsedio/vuepress-theme-tsed",

packages/vuepress-theme-tsed/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-theme-tsed",
3-
"version": "3.20.7",
3+
"version": "3.20.8",
44
"description": "Vuepress theme for tsed.io",
55
"main": "./src/index.js",
66
"repository": "https://github.com/tsedio/vuepress-theme-tsed",
@@ -19,9 +19,9 @@
1919
"@docsearch/react": "^3.3.0",
2020
"@sass-collective/sass-rem": "^1.7.0",
2121
"@silvanite/vuepress-plugin-tailwind": "^1.3.0",
22-
"@tsed/markdown-it-symbols": "3.20.7",
23-
"@tsed/vuepress-common": "3.20.7",
24-
"@tsed/vuepress-tailwind-config": "3.20.7",
22+
"@tsed/markdown-it-symbols": "3.20.8",
23+
"@tsed/vuepress-common": "3.20.8",
24+
"@tsed/vuepress-tailwind-config": "3.20.8",
2525
"@vuepress/markdown": "^1.9.7",
2626
"@vuepress/plugin-active-header-links": "^1.9.7",
2727
"@vuepress/plugin-medium-zoom": "^1.9.7",

0 commit comments

Comments
 (0)