Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi committed Mar 4, 2020
1 parent bdcb30c commit f895b14
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/YvesCoding/antdsite/compare/v0.1.10...v0.1.11) (2020-03-04)


### Bug Fixes

* update antd to 4.X.(close [#16](https://github.com/YvesCoding/antdsite/issues/16)) ([bdcb30c](https://github.com/YvesCoding/antdsite/commit/bdcb30c873c5a4ad6199ab4727accb1462f48c47))





## [0.1.10](https://github.com/YvesCoding/antdsite/compare/v0.1.9...v0.1.10) (2019-12-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.10"
"version": "0.1.11"
}
8 changes: 8 additions & 0 deletions packages/@rcpress/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/YvesCoding/antdsite/compare/v0.1.10...v0.1.11) (2020-03-04)

**Note:** Version bump only for package @rcpress/cli





## [0.1.10](https://github.com/YvesCoding/antdsite/compare/v0.1.9...v0.1.10) (2019-12-30)

**Note:** Version bump only for package @rcpress/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/@rcpress/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcpress/cli",
"version": "0.1.10",
"version": "0.1.11",
"description": "Create a website based on Ant Design",
"keywords": [
"rcpress"
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@rcpress/core": "^0.1.10",
"@rcpress/theme-default": "^0.1.5",
"@rcpress/theme-default": "^0.1.11",
"@rcpress/util": "^0.1.1",
"chalk": "2.4.2",
"commander": "2.19.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/@rcpress/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/YvesCoding/antdsite/compare/v0.1.10...v0.1.11) (2020-03-04)


### Bug Fixes

* update antd to 4.X.(close [#16](https://github.com/YvesCoding/antdsite/issues/16)) ([bdcb30c](https://github.com/YvesCoding/antdsite/commit/bdcb30c873c5a4ad6199ab4727accb1462f48c47))





## [0.1.5](https://github.com/YvesCoding/antdsite/compare/v0.1.4...v0.1.5) (2019-11-05)

**Note:** Version bump only for package @rcpress/theme-default
Expand Down
2 changes: 1 addition & 1 deletion packages/@rcpress/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcpress/theme-default",
"version": "0.1.5",
"version": "0.1.11",
"description": "The default theme of RcPress",
"dependencies": {
"antd": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.11](https://github.com/YvesCoding/antdsite/compare/v0.1.10...v0.1.11) (2020-03-04)

**Note:** Version bump only for package docs





## [0.1.10](https://github.com/YvesCoding/antdsite/compare/v0.1.9...v0.1.10) (2019-12-30)

**Note:** Version bump only for package docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"keywords": [],
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"serve": "rcpress serve"
},
"devDependencies": {
"@rcpress/cli": "^0.1.10"
"@rcpress/cli": "^0.1.11"
}
}

0 comments on commit f895b14

Please sign in to comment.