Skip to content

Commit

Permalink
chore(release): 6.26.257 [skip ci]
Browse files Browse the repository at this point in the history
## [6.26.257](v6.26.256...v6.26.257) (2021-08-28)

### Bug Fixes

* **deps:** update dependency react-router-dom to v5.2.1 ([5d43e92](5d43e92))
  • Loading branch information
semantic-release-bot committed Aug 28, 2021
1 parent 5d43e92 commit 60926aa
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 35 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.26.257](https://github.com/aquariuslt/blog/compare/v6.26.256...v6.26.257) (2021-08-28)


### Bug Fixes

* **deps:** update dependency react-router-dom to v5.2.1 ([5d43e92](https://github.com/aquariuslt/blog/commit/5d43e92277821cc05acccdf462b3140125151824))

## [6.26.256](https://github.com/aquariuslt/blog/compare/v6.26.255...v6.26.256) (2021-08-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"service/",
"themes/*"
],
"version": "6.26.256",
"version": "6.26.257",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zexo.dev",
"version": "6.26.256",
"version": "6.26.257",
"private": true,
"description": "source code of https://zexo.dev",
"repository": "https://github.com/aquariuslt/blog",
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/api",
"version": "6.26.256",
"version": "6.26.257",
"description": "> TODO: description",
"author": "Aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand All @@ -21,9 +21,9 @@
"build:lib": "tsc"
},
"dependencies": {
"@blog/article": "^6.26.256",
"@blog/common": "^6.26.256",
"@blog/router": "^6.26.256",
"@blog/article": "^6.26.257",
"@blog/common": "^6.26.257",
"@blog/router": "^6.26.257",
"date-fns": "2.23.0",
"mkdirp": "1.0.4",
"uslug": "1.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/article/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/article",
"version": "6.26.256",
"version": "6.26.257",
"description": "blog markdown article tools",
"author": "Aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand All @@ -21,8 +21,8 @@
"build:lib": "tsc"
},
"dependencies": {
"@blog/common": "^6.26.256",
"@blog/markdown": "^6.26.256",
"@blog/common": "^6.26.257",
"@blog/markdown": "^6.26.257",
"highlight.js": "10.7.3",
"lodash": "4.17.21",
"markdown-it": "12.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/common",
"version": "6.26.256",
"version": "6.26.257",
"description": "common instance and constants",
"author": "Aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/config",
"version": "6.26.256",
"version": "6.26.257",
"description": "configuration module",
"author": "aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/editor",
"version": "6.26.256",
"version": "6.26.257",
"description": "online editor for blog",
"author": "Aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/markdown",
"version": "6.26.256",
"version": "6.26.257",
"description": "markdown utils for parsing blog articles",
"author": "Aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand All @@ -21,7 +21,7 @@
"build:lib": "tsc"
},
"dependencies": {
"@blog/common": "^6.26.256",
"@blog/common": "^6.26.257",
"cheerio": "1.0.0-rc.10",
"gray-matter": "4.0.3",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/pwa",
"version": "6.26.256",
"version": "6.26.257",
"description": "progressive web application tools including workbox + precaching",
"keywords": [
"pwa",
Expand Down Expand Up @@ -28,7 +28,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@blog/common": "^6.26.256",
"@blog/common": "^6.26.257",
"lodash": "4.17.21",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/router",
"version": "6.26.256",
"version": "6.26.257",
"description": "routing generator tools",
"author": "aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog#readme",
Expand All @@ -21,9 +21,9 @@
"build:lib": "tsc"
},
"dependencies": {
"@blog/article": "^6.26.256",
"@blog/common": "^6.26.256",
"@blog/config": "^6.26.256",
"@blog/article": "^6.26.257",
"@blog/common": "^6.26.257",
"@blog/config": "^6.26.257",
"date-fns": "2.23.0",
"lodash": "4.17.21",
"path-to-regexp": "6.2.0",
Expand Down
16 changes: 8 additions & 8 deletions service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/service",
"version": "6.26.256",
"version": "6.26.257",
"description": "core build service",
"author": "Aquariuslt <[email protected]>",
"homepage": "https://github.com/aquariuslt/blog",
Expand All @@ -21,13 +21,13 @@
"test:cov": "jest --coverage"
},
"dependencies": {
"@blog/api": "^6.26.256",
"@blog/article": "^6.26.256",
"@blog/common": "^6.26.256",
"@blog/config": "^6.26.256",
"@blog/markdown": "^6.26.256",
"@blog/pwa": "^6.26.256",
"@blog/router": "^6.26.256",
"@blog/api": "^6.26.257",
"@blog/article": "^6.26.257",
"@blog/common": "^6.26.257",
"@blog/config": "^6.26.257",
"@blog/markdown": "^6.26.257",
"@blog/pwa": "^6.26.257",
"@blog/router": "^6.26.257",
"@nestjs/common": "7.6.18",
"@nestjs/core": "7.6.18",
"@nestjs/platform-express": "7.6.18",
Expand Down
6 changes: 3 additions & 3 deletions themes/theme-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/theme-react",
"version": "6.26.256",
"version": "6.26.257",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"serve": "gulp serve"
},
"dependencies": {
"@blog/common": "^6.26.256",
"@blog/config": "^6.26.256",
"@blog/common": "^6.26.257",
"@blog/config": "^6.26.257",
"@loadable/component": "5.15.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
Expand Down
8 changes: 4 additions & 4 deletions themes/theme-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blog/theme-vue",
"version": "6.26.256",
"version": "6.26.257",
"private": true,
"scripts": {
"clean": "rimraf dist",
Expand All @@ -13,9 +13,9 @@
"debug:webpack": "vue inspect | tee > webpack.config.js"
},
"dependencies": {
"@blog/common": "^6.26.256",
"@blog/config": "^6.26.256",
"@blog/router": "^6.26.256",
"@blog/common": "^6.26.257",
"@blog/config": "^6.26.257",
"@blog/router": "^6.26.257",
"@mdi/font": "5.9.55",
"axios": "0.21.1",
"date-fns": "2.23.0",
Expand Down

0 comments on commit 60926aa

Please sign in to comment.