diff --git a/CHANGELOG.md b/CHANGELOG.md index da8f5968e..924466acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.26.260](https://github.com/aquariuslt/blog/compare/v6.26.259...v6.26.260) (2021-09-04) + + +### Bug Fixes + +* **deps:** update dependency axios to v0.21.3 ([2fea6a9](https://github.com/aquariuslt/blog/commit/2fea6a95d791a004f1725fde0d4182acafc26a33)) + ## [6.26.259](https://github.com/aquariuslt/blog/compare/v6.26.258...v6.26.259) (2021-09-04) diff --git a/lerna.json b/lerna.json index 99f868898..ada77a5ef 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "service/", "themes/*" ], - "version": "6.26.259", + "version": "6.26.260", "npmClient": "yarn" } diff --git a/package.json b/package.json index 3d7ae0fcd..b6c7fc328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zexo.dev", - "version": "6.26.259", + "version": "6.26.260", "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 8254132e1..e51a477ec 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@blog/api", - "version": "6.26.259", + "version": "6.26.260", "description": "> TODO: description", "author": "Aquariuslt ", "homepage": "https://github.com/aquariuslt/blog#readme", @@ -21,9 +21,9 @@ "build:lib": "tsc" }, "dependencies": { - "@blog/article": "^6.26.259", - "@blog/common": "^6.26.259", - "@blog/router": "^6.26.259", + "@blog/article": "^6.26.260", + "@blog/common": "^6.26.260", + "@blog/router": "^6.26.260", "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 719bb1e7f..b37233ab9 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@blog/article", - "version": "6.26.259", + "version": "6.26.260", "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.259", - "@blog/markdown": "^6.26.259", + "@blog/common": "^6.26.260", + "@blog/markdown": "^6.26.260", "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 6189bae6f..779e77ea4 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@blog/common", - "version": "6.26.259", + "version": "6.26.260", "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 fdfca0065..c4e9ba000 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@blog/config", - "version": "6.26.259", + "version": "6.26.260", "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 27be93ab9..626ef0ac6 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@blog/editor", - "version": "6.26.259", + "version": "6.26.260", "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 238b468f4..f0d799abf 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@blog/markdown", - "version": "6.26.259", + "version": "6.26.260", "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.259", + "@blog/common": "^6.26.260", "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 e9ae64ef3..b0e2b3de5 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@blog/pwa", - "version": "6.26.259", + "version": "6.26.260", "description": "progressive web application tools including workbox + precaching", "keywords": [ "pwa", @@ -28,7 +28,7 @@ "postinstall": "patch-package" }, "dependencies": { - "@blog/common": "^6.26.259", + "@blog/common": "^6.26.260", "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 bb5e7e3cb..5c48dc8aa 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@blog/router", - "version": "6.26.259", + "version": "6.26.260", "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.259", - "@blog/common": "^6.26.259", - "@blog/config": "^6.26.259", + "@blog/article": "^6.26.260", + "@blog/common": "^6.26.260", + "@blog/config": "^6.26.260", "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 cbc22a1b1..5b44cf9d4 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "@blog/service", - "version": "6.26.259", + "version": "6.26.260", "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.259", - "@blog/article": "^6.26.259", - "@blog/common": "^6.26.259", - "@blog/config": "^6.26.259", - "@blog/markdown": "^6.26.259", - "@blog/pwa": "^6.26.259", - "@blog/router": "^6.26.259", + "@blog/api": "^6.26.260", + "@blog/article": "^6.26.260", + "@blog/common": "^6.26.260", + "@blog/config": "^6.26.260", + "@blog/markdown": "^6.26.260", + "@blog/pwa": "^6.26.260", + "@blog/router": "^6.26.260", "@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 f2e2f396c..af0a91460 100644 --- a/themes/theme-react/package.json +++ b/themes/theme-react/package.json @@ -1,6 +1,6 @@ { "name": "@blog/theme-react", - "version": "6.26.259", + "version": "6.26.260", "private": true, "license": "MIT", "scripts": { @@ -10,8 +10,8 @@ "serve": "gulp serve" }, "dependencies": { - "@blog/common": "^6.26.259", - "@blog/config": "^6.26.259", + "@blog/common": "^6.26.260", + "@blog/config": "^6.26.260", "@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 bb478f8c4..e1b9ce5c0 100644 --- a/themes/theme-vue/package.json +++ b/themes/theme-vue/package.json @@ -1,6 +1,6 @@ { "name": "@blog/theme-vue", - "version": "6.26.259", + "version": "6.26.260", "private": true, "scripts": { "clean": "rimraf dist", @@ -13,9 +13,9 @@ "debug:webpack": "vue inspect | tee > webpack.config.js" }, "dependencies": { - "@blog/common": "^6.26.259", - "@blog/config": "^6.26.259", - "@blog/router": "^6.26.259", + "@blog/common": "^6.26.260", + "@blog/config": "^6.26.260", + "@blog/router": "^6.26.260", "@mdi/font": "5.9.55", "axios": "0.21.3", "date-fns": "2.23.0",