Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Apr 15, 2019
1 parent 7e80aa5 commit 80fccd9
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 7 deletions.
10 changes: 10 additions & 0 deletions packages/create-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.2](https://github.com/egoist/saber/compare/[email protected]@0.2.2) (2019-04-15)

### Features

- add create-site ([3414b84](https://github.com/egoist/saber/commit/3414b84))
4 changes: 2 additions & 2 deletions packages/create-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-blog",
"version": "0.2.1",
"version": "0.2.2",
"bin": "cli.js",
"files": [
"cli.js"
],
"dependencies": {
"create-site": "^0.2.1"
"create-site": "^0.2.2"
},
"license": "MIT",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.2 (2019-04-15)

### Features

- add create-site ([3414b84](https://github.com/egoist/saber/commit/3414b84))
- **create-site:** detect yarn ([7e80aa5](https://github.com/egoist/saber/commit/7e80aa5))

## [0.2.1](https://github.com/egoist/saber/compare/[email protected]@0.2.1) (2019-04-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-site",
"version": "0.2.1",
"version": "0.2.2",
"bin": "cli.js",
"files": [
"cli.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/saber-plugin-meta-redirect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2019-04-15)

### Features

- redirect support ([#56](https://github.com/egoist/saber/issues/56)) ([48c913f](https://github.com/egoist/saber/commit/48c913f))
2 changes: 1 addition & 1 deletion packages/saber-plugin-meta-redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-meta-redirect",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generates meta redirect html files for redirecting on any static file host",
"license": "MIT",
"main": "lib/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/saber-plugin-netlify-redirect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2019-04-15)

### Features

- add saber-plugin-netlify-redirect ([#62](https://github.com/egoist/saber/issues/62)) ([7cbf21a](https://github.com/egoist/saber/commit/7cbf21a)), closes [/github.com/egoist/saber/pull/56#issuecomment-482812163](https://github.com//github.com/egoist/saber/pull/56/issues/issuecomment-482812163)
2 changes: 1 addition & 1 deletion packages/saber-plugin-netlify-redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-netlify-redirect",
"version": "0.0.1",
"version": "0.0.2",
"description": "Automatically generate or update `_redirects` file in your public folder for Netlify.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/saber-plugin-query-posts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/egoist/saber/compare/[email protected]@0.1.1) (2019-04-15)

### Bug Fixes

- **plugin-query-posts:** typo ([#60](https://github.com/egoist/saber/issues/60)) ([830aea4](https://github.com/egoist/saber/commit/830aea4))
- **query-posts:** inject createdAt updatedAt to page attributes, closes [#61](https://github.com/egoist/saber/issues/61) ([6d1d685](https://github.com/egoist/saber/commit/6d1d685))

# [0.1.0](https://github.com/egoist/saber/compare/[email protected]@0.1.0) (2019-04-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-query-posts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-query-posts",
"version": "0.1.0",
"version": "0.1.1",
"files": [
"lib"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/saber/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.4.3](https://github.com/egoist/saber/compare/[email protected]@0.4.3) (2019-04-15)

### Bug Fixes

- return the link directly in getPageLink if it's not a page ([da876de](https://github.com/egoist/saber/commit/da876de))
- simplify the default layout ([8480b74](https://github.com/egoist/saber/commit/8480b74))
- **css:** set font-size for highlight mask ([bdb761e](https://github.com/egoist/saber/commit/bdb761e))
- **vue-renderer:** fix scrollBehavior for page transition ([f3445d6](https://github.com/egoist/saber/commit/f3445d6))
- **vue-renderer:** set transition after extendBrowserApi ([9499b12](https://github.com/egoist/saber/commit/9499b12))

### Features

- redirect support ([#56](https://github.com/egoist/saber/issues/56)) ([48c913f](https://github.com/egoist/saber/commit/48c913f))
- resolve .vue files automatically ([186cb29](https://github.com/egoist/saber/commit/186cb29))
- support page transition ([5af96c7](https://github.com/egoist/saber/commit/5af96c7))

## [0.4.2](https://github.com/egoist/saber/compare/[email protected]@0.4.2) (2019-04-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.4.2",
"version": "0.4.3",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit 80fccd9

Please sign in to comment.