Skip to content

Commit 2b15c98

Browse files
chore(release): 6.26.266 [skip ci]
## [6.26.266](v6.26.265...v6.26.266) (2021-09-19) ### Bug Fixes * **deps:** update dependency slate-react to v0.66.1 ([ab09cad](ab09cad))
1 parent ab09cad commit 2b15c98

File tree

14 files changed

+42
-35
lines changed

14 files changed

+42
-35
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.26.266](https://github.com/aquariuslt/blog/compare/v6.26.265...v6.26.266) (2021-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency slate-react to v0.66.1 ([ab09cad](https://github.com/aquariuslt/blog/commit/ab09cad4336e6b82d16b25940d0731d81049a72e))
7+
18
## [6.26.265](https://github.com/aquariuslt/blog/compare/v6.26.264...v6.26.265) (2021-09-18)
29

310

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"service/",
55
"themes/*"
66
],
7-
"version": "6.26.265",
7+
"version": "6.26.266",
88
"npmClient": "yarn"
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zexo.dev",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"private": true,
55
"description": "source code of https://zexo.dev",
66
"repository": "https://github.com/aquariuslt/blog",

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/api",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "> TODO: description",
55
"author": "Aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/aquariuslt/blog#readme",
@@ -21,9 +21,9 @@
2121
"build:lib": "tsc"
2222
},
2323
"dependencies": {
24-
"@blog/article": "^6.26.265",
25-
"@blog/common": "^6.26.265",
26-
"@blog/router": "^6.26.265",
24+
"@blog/article": "^6.26.266",
25+
"@blog/common": "^6.26.266",
26+
"@blog/router": "^6.26.266",
2727
"date-fns": "2.24.0",
2828
"mkdirp": "1.0.4",
2929
"uslug": "1.0.4"

packages/article/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/article",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "blog markdown article tools",
55
"author": "Aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/aquariuslt/blog#readme",
@@ -21,8 +21,8 @@
2121
"build:lib": "tsc"
2222
},
2323
"dependencies": {
24-
"@blog/common": "^6.26.265",
25-
"@blog/markdown": "^6.26.265",
24+
"@blog/common": "^6.26.266",
25+
"@blog/markdown": "^6.26.266",
2626
"highlight.js": "10.7.3",
2727
"lodash": "4.17.21",
2828
"markdown-it": "12.0.3",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/common",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "common instance and constants",
55
"author": "Aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/aquariuslt/blog#readme",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/config",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "configuration module",
55
"author": "aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/aquariuslt/blog#readme",

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/editor",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "online editor for blog",
55
"author": "Aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/aquariuslt/blog#readme",

packages/markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/markdown",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "markdown utils for parsing blog articles",
55
"author": "Aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/aquariuslt/blog#readme",
@@ -21,7 +21,7 @@
2121
"build:lib": "tsc"
2222
},
2323
"dependencies": {
24-
"@blog/common": "^6.26.265",
24+
"@blog/common": "^6.26.266",
2525
"cheerio": "1.0.0-rc.10",
2626
"gray-matter": "4.0.3",
2727
"lodash": "4.17.21",

packages/pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blog/pwa",
3-
"version": "6.26.265",
3+
"version": "6.26.266",
44
"description": "progressive web application tools including workbox + precaching",
55
"keywords": [
66
"pwa",
@@ -28,7 +28,7 @@
2828
"postinstall": "patch-package"
2929
},
3030
"dependencies": {
31-
"@blog/common": "^6.26.265",
31+
"@blog/common": "^6.26.266",
3232
"lodash": "4.17.21",
3333
"patch-package": "6.4.7",
3434
"postinstall-postinstall": "2.1.0",

0 commit comments

Comments
 (0)