From c59040f196f40b5943c2c7ceabe123a1039f87e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Aug 2021 04:17:12 +0000 Subject: [PATCH] chore(release): 6.26.255 [skip ci] ## [6.26.255](https://github.com/aquariuslt/blog/compare/v6.26.254...v6.26.255) (2021-08-22) ### Bug Fixes * **deps:** update dependency schema-dts to v0.11.0 ([c523fb5](https://github.com/aquariuslt/blog/commit/c523fb5f5babe6d54cd8306150fc5068d5dd7600)) --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- package.json | 2 +- packages/api/package.json | 8 ++++---- packages/article/package.json | 6 +++--- packages/common/package.json | 2 +- packages/config/package.json | 2 +- packages/editor/package.json | 2 +- packages/markdown/package.json | 4 ++-- packages/pwa/package.json | 4 ++-- packages/router/package.json | 8 ++++---- service/package.json | 16 ++++++++-------- themes/theme-react/package.json | 6 +++--- themes/theme-vue/package.json | 8 ++++---- 14 files changed, 42 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636b45f54..39262ddbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.26.255](https://github.com/aquariuslt/blog/compare/v6.26.254...v6.26.255) (2021-08-22) + + +### Bug Fixes + +* **deps:** update dependency schema-dts to v0.11.0 ([c523fb5](https://github.com/aquariuslt/blog/commit/c523fb5f5babe6d54cd8306150fc5068d5dd7600)) + ## [6.26.254](https://github.com/aquariuslt/blog/compare/v6.26.253...v6.26.254) (2021-08-22) diff --git a/lerna.json b/lerna.json index 7930bee40..d440fcb9c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "service/", "themes/*" ], - "version": "6.26.254", + "version": "6.26.255", "npmClient": "yarn" } diff --git a/package.json b/package.json index 675fc703f..be6ebe265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zexo.dev", - "version": "6.26.254", + "version": "6.26.255", "private": true, "description": "source code of https://zexo.dev", "repository": "https://github.com/aquariuslt/blog", diff --git a/packages/api/package.json b/packages/api/package.json index f4f6be6e4..6306e3b33 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@blog/api", - "version": "6.26.254", + "version": "6.26.255", "description": "> TODO: description", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", @@ -21,9 +21,9 @@ "build:lib": "tsc" }, "dependencies": { - "@blog/article": "^6.26.254", - "@blog/common": "^6.26.254", - "@blog/router": "^6.26.254", + "@blog/article": "^6.26.255", + "@blog/common": "^6.26.255", + "@blog/router": "^6.26.255", "date-fns": "2.23.0", "mkdirp": "1.0.4", "uslug": "1.0.4" diff --git a/packages/article/package.json b/packages/article/package.json index 8a2847c80..5c7d9988b 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@blog/article", - "version": "6.26.254", + "version": "6.26.255", "description": "blog markdown article tools", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", @@ -21,8 +21,8 @@ "build:lib": "tsc" }, "dependencies": { - "@blog/common": "^6.26.254", - "@blog/markdown": "^6.26.254", + "@blog/common": "^6.26.255", + "@blog/markdown": "^6.26.255", "highlight.js": "10.7.3", "lodash": "4.17.21", "markdown-it": "12.0.3", diff --git a/packages/common/package.json b/packages/common/package.json index 3a1d09bfe..4cb62a715 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@blog/common", - "version": "6.26.254", + "version": "6.26.255", "description": "common instance and constants", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", diff --git a/packages/config/package.json b/packages/config/package.json index 68c364f8c..02860cd11 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@blog/config", - "version": "6.26.254", + "version": "6.26.255", "description": "configuration module", "author": "aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", diff --git a/packages/editor/package.json b/packages/editor/package.json index 4b63688cd..511c94353 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@blog/editor", - "version": "6.26.254", + "version": "6.26.255", "description": "online editor for blog", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 08e89ad33..e246f9a1b 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@blog/markdown", - "version": "6.26.254", + "version": "6.26.255", "description": "markdown utils for parsing blog articles", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", @@ -21,7 +21,7 @@ "build:lib": "tsc" }, "dependencies": { - "@blog/common": "^6.26.254", + "@blog/common": "^6.26.255", "cheerio": "1.0.0-rc.10", "gray-matter": "4.0.3", "lodash": "4.17.21", diff --git a/packages/pwa/package.json b/packages/pwa/package.json index c6c86c532..be475807a 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@blog/pwa", - "version": "6.26.254", + "version": "6.26.255", "description": "progressive web application tools including workbox + precaching", "keywords": [ "pwa", @@ -28,7 +28,7 @@ "postinstall": "patch-package" }, "dependencies": { - "@blog/common": "^6.26.254", + "@blog/common": "^6.26.255", "lodash": "4.17.21", "patch-package": "6.4.7", "postinstall-postinstall": "2.1.0", diff --git a/packages/router/package.json b/packages/router/package.json index 801a5231d..23725ffb5 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@blog/router", - "version": "6.26.254", + "version": "6.26.255", "description": "routing generator tools", "author": "aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", @@ -21,9 +21,9 @@ "build:lib": "tsc" }, "dependencies": { - "@blog/article": "^6.26.254", - "@blog/common": "^6.26.254", - "@blog/config": "^6.26.254", + "@blog/article": "^6.26.255", + "@blog/common": "^6.26.255", + "@blog/config": "^6.26.255", "date-fns": "2.23.0", "lodash": "4.17.21", "path-to-regexp": "6.2.0", diff --git a/service/package.json b/service/package.json index 71dc17788..e4e86c59e 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "@blog/service", - "version": "6.26.254", + "version": "6.26.255", "description": "core build service", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog", @@ -21,13 +21,13 @@ "test:cov": "jest --coverage" }, "dependencies": { - "@blog/api": "^6.26.254", - "@blog/article": "^6.26.254", - "@blog/common": "^6.26.254", - "@blog/config": "^6.26.254", - "@blog/markdown": "^6.26.254", - "@blog/pwa": "^6.26.254", - "@blog/router": "^6.26.254", + "@blog/api": "^6.26.255", + "@blog/article": "^6.26.255", + "@blog/common": "^6.26.255", + "@blog/config": "^6.26.255", + "@blog/markdown": "^6.26.255", + "@blog/pwa": "^6.26.255", + "@blog/router": "^6.26.255", "@nestjs/common": "7.6.18", "@nestjs/core": "7.6.18", "@nestjs/platform-express": "7.6.18", diff --git a/themes/theme-react/package.json b/themes/theme-react/package.json index 63ac1fa62..740c1ab0d 100644 --- a/themes/theme-react/package.json +++ b/themes/theme-react/package.json @@ -1,6 +1,6 @@ { "name": "@blog/theme-react", - "version": "6.26.254", + "version": "6.26.255", "private": true, "license": "MIT", "scripts": { @@ -10,8 +10,8 @@ "serve": "gulp serve" }, "dependencies": { - "@blog/common": "^6.26.254", - "@blog/config": "^6.26.254", + "@blog/common": "^6.26.255", + "@blog/config": "^6.26.255", "@loadable/component": "5.15.0", "@material-ui/core": "4.12.3", "@material-ui/icons": "4.11.2", diff --git a/themes/theme-vue/package.json b/themes/theme-vue/package.json index 3043e58e5..dad3146b3 100644 --- a/themes/theme-vue/package.json +++ b/themes/theme-vue/package.json @@ -1,6 +1,6 @@ { "name": "@blog/theme-vue", - "version": "6.26.254", + "version": "6.26.255", "private": true, "scripts": { "clean": "rimraf dist", @@ -13,9 +13,9 @@ "debug:webpack": "vue inspect | tee > webpack.config.js" }, "dependencies": { - "@blog/common": "^6.26.254", - "@blog/config": "^6.26.254", - "@blog/router": "^6.26.254", + "@blog/common": "^6.26.255", + "@blog/config": "^6.26.255", + "@blog/router": "^6.26.255", "@mdi/font": "5.9.55", "axios": "0.21.1", "date-fns": "2.23.0",