Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Aug 10, 2019
1 parent 3ec0d15 commit 5822bd6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/antdsite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/YvesCoding/antdsite/compare/[email protected]@0.3.0) (2019-08-10)


### Features

* **antdsite:** add useCNDForLargeFiles that you can use cnd for those large files. ([0b9758a](https://github.com/YvesCoding/antdsite/commit/0b9758a))


### Performance Improvements

* **antdsite:** allow to set cdn link for production build. ([98a4b3b](https://github.com/YvesCoding/antdsite/commit/98a4b3b))





# [0.2.0](https://github.com/YvesCoding/antdsite/compare/[email protected]@0.2.0) (2019-08-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/antdsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antdsite",
"version": "0.2.0",
"version": "0.3.0",
"description": "A static docs generator based on Ant Design and GatsbyJs",
"homepage": "https://github.com/YvesCoding/antdsite",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/YvesCoding/antdsite/compare/[email protected]@0.1.0) (2019-08-10)


### Features

* **antdsite:** add useCNDForLargeFiles that you can use cnd for those large files. ([0b9758a](https://github.com/YvesCoding/antdsite/commit/0b9758a))


### Performance Improvements

* **antdsite:** allow to set cdn link for production build. ([98a4b3b](https://github.com/YvesCoding/antdsite/commit/98a4b3b))





## [0.0.10](https://github.com/YvesCoding/antdsite/compare/[email protected]@0.0.10) (2019-08-10)

**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,14 +1,14 @@
{
"name": "docs",
"private": true,
"version": "0.0.10",
"version": "0.1.0",
"scripts": {
"build": "yarn clean && gatsby build --prefix-paths",
"start": "yarn clean && gatsby develop",
"clean": "gatsby clean"
},
"dependencies": {
"antdsite": "^0.2.1",
"antdsite": "^0.3.0",
"gatsby": "^2.13.39",
"gatsby-plugin-netlify": "^2.0.0",
"react": "^16.8.0",
Expand Down

0 comments on commit 5822bd6

Please sign in to comment.