Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi committed Mar 9, 2020
1 parent 50d4fd3 commit ebc7b97
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 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.13](https://github.com/YvesCoding/antdsite/compare/v0.1.12...v0.1.13) (2020-03-09)


### Bug Fixes

* base not working in dev mode. ([50d4fd3](https://github.com/YvesCoding/antdsite/commit/50d4fd34e4e2467d09163030d9b12403617c40f8))





## [0.1.12](https://github.com/YvesCoding/antdsite/compare/v0.1.11...v0.1.12) (2020-03-05)


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.12"
"version": "0.1.13"
}
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.13](https://github.com/YvesCoding/antdsite/compare/v0.1.12...v0.1.13) (2020-03-09)

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





## [0.1.12](https://github.com/YvesCoding/antdsite/compare/v0.1.11...v0.1.12) (2020-03-05)

**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.12",
"version": "0.1.13",
"description": "Create a website based on Ant Design",
"keywords": [
"rcpress"
Expand All @@ -11,7 +11,7 @@
"rcpress": "index.js"
},
"dependencies": {
"@rcpress/core": "^0.1.10",
"@rcpress/core": "^0.1.13",
"@rcpress/theme-default": "^0.1.12",
"@rcpress/util": "^0.1.1",
"chalk": "2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/@rcpress/core/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.13](https://github.com/YvesCoding/rcpress/compare/v0.1.12...v0.1.13) (2020-03-09)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/@rcpress/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcpress/core",
"version": "0.1.10",
"version": "0.1.13",
"description": "A static website generator build with Ant Design",
"homepage": "https://github.com/YvesCoding/rcpress",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@loadable/server": "^5.10.2",
"@rcpress/markdown": "^0.1.1",
"@rcpress/util": "^0.1.1",
"@rcpress/webpack": "^0.1.8",
"@rcpress/webpack": "^0.1.13",
"@types/classnames": "^2.2.7",
"@types/react-dom": "^16.8.4",
"axios": "^0.18.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/@rcpress/webpack/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.13](https://github.com/YvesCoding/antdsite/compare/v0.1.12...v0.1.13) (2020-03-09)


### Bug Fixes

* base not working in dev mode. ([50d4fd3](https://github.com/YvesCoding/antdsite/commit/50d4fd34e4e2467d09163030d9b12403617c40f8))





## [0.1.8](https://github.com/YvesCoding/antdsite/compare/v0.1.7...v0.1.8) (2019-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/@rcpress/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcpress/webpack",
"version": "0.1.8",
"version": "0.1.13",
"main": "index.js",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
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.13](https://github.com/YvesCoding/antdsite/compare/v0.1.12...v0.1.13) (2020-03-09)

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





## [0.1.12](https://github.com/YvesCoding/antdsite/compare/v0.1.11...v0.1.12) (2020-03-05)

**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.12",
"version": "0.1.13",
"private": true,
"keywords": [],
"license": "MIT",
Expand All @@ -12,6 +12,6 @@
"serve": "rcpress serve"
},
"devDependencies": {
"@rcpress/cli": "^0.1.12"
"@rcpress/cli": "^0.1.13"
}
}

0 comments on commit ebc7b97

Please sign in to comment.