Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 40 changed files with 151 additions and 26 deletions.
6 changes: 6 additions & 0 deletions packages/create-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.8](https://github.com/saberland/saber/compare/[email protected]@0.2.8) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.2.7](https://github.com/saberland/saber/compare/[email protected]@0.2.7) (2019-06-21)

**Note:** Version bump only for package create-blog
Expand Down
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.7",
"version": "0.2.8",
"bin": "cli.js",
"files": [
"cli.js"
],
"dependencies": {
"create-site": "^0.3.1"
"create-site": "^0.3.2"
},
"license": "MIT",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/saberland/saber/compare/[email protected]@0.3.2) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.3.1](https://github.com/saberland/saber/compare/[email protected]@0.3.1) (2019-06-21)

**Note:** Version bump only for package create-site
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.3.1",
"version": "0.3.2",
"bin": "cli.js",
"files": [
"cli.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-highlight-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/[email protected]@0.1.1) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

**Note:** Version bump only for package saber-highlight-css
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-highlight-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-highlight-css",
"version": "0.1.0",
"version": "0.1.1",
"description": "Default CSS for code highlighting in Saber",
"files": [
"*.css"
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-highlighter-prism/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/saberland/saber/compare/[email protected]@0.3.2) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.3.1](https://github.com/saberland/saber/compare/[email protected]@0.3.1) (2019-05-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/saber-highlighter-prism/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "saber-highlighter-prism",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"files": [
"index.js",
"loadLanguages.js"
],
"main": "index.js",
"dependencies": {
"saber-log": "^0.2.0"
"saber-log": "^0.2.1"
},
"devDependencies": {
"prismjs": "1.16.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/saberland/saber/compare/[email protected]@0.2.1) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-log",
"version": "0.2.0",
"version": "0.2.1",
"files": [
"index.js",
"colors.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/[email protected]@0.1.1) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

**Note:** Version bump only for package saber-markdown
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-markdown",
"version": "0.1.0",
"version": "0.1.1",
"files": [
"dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/saberland/saber/compare/[email protected]@0.4.2) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.4.1](https://github.com/saberland/saber/compare/[email protected]@0.4.1) (2019-08-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-feed",
"version": "0.4.1",
"version": "0.4.2",
"description": "Generate Atom, RSS2, or JSON feed for your Saber app",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-git-modification-time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/saber-plugin-git-modification-time@[email protected]) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/saber-plugin-git-modification-time@[email protected]) (2019-07-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-git-modification-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-git-modification-time",
"version": "0.1.0",
"version": "0.1.1",
"description": "Use the author time of the last commit as page.updatedAt",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/saberland/saber/compare/saber-plugin-google-analytics@[email protected]) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.2.0](https://github.com/saberland/saber/compare/saber-plugin-google-analytics@[email protected]) (2019-08-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-google-analytics",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"files": [
"index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/saberland/saber/compare/[email protected]@0.2.1) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.2.0](https://github.com/saberland/saber/compare/[email protected]@0.2.0) (2019-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-image",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-meta-redirect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/[email protected]@0.1.1) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

**Note:** Version bump only for package saber-plugin-meta-redirect
Expand Down
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.1.0",
"version": "0.1.1",
"description": "Generates meta redirect html files for redirecting on any static file host",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-netlify-redirect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/saber-plugin-netlify-redirect@[email protected]) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/saber-plugin-netlify-redirect@[email protected]) (2019-07-27)

### Features
Expand Down
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.1.0",
"version": "0.1.1",
"description": "Automatically generate or update `_redirects` file in your public folder for Netlify.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-prismjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/[email protected]@0.2.2) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.2.1](https://github.com/saberland/saber/compare/[email protected]@0.2.1) (2019-05-29)

**Note:** Version bump only for package saber-plugin-prismjs
Expand Down
4 changes: 2 additions & 2 deletions packages/saber-plugin-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-prismjs",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"files": [
"index.js"
Expand All @@ -13,6 +13,6 @@
"prismjs": "^1.16.0"
},
"dependencies": {
"saber-highlighter-prism": "^0.3.1"
"saber-highlighter-prism": "^0.3.2"
}
}
6 changes: 6 additions & 0 deletions packages/saber-plugin-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/saberland/saber/compare/[email protected]@0.4.2) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.4.1](https://github.com/saberland/saber/compare/[email protected]@0.4.1) (2019-08-20)

**Note:** Version bump only for package saber-plugin-pwa
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-pwa",
"version": "0.4.1",
"version": "0.4.2",
"description": "Add PWA support for your Saber app.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/saberland/saber/compare/[email protected]@0.4.2) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

## [0.4.1](https://github.com/saberland/saber/compare/[email protected]@0.4.1) (2019-08-15)

**Note:** Version bump only for package saber-plugin-query-posts
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.4.1",
"version": "0.4.2",
"files": [
"lib"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/saber-plugin-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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

# 0.1.0 (2019-08-22)

### Features

- add saber-plugin-search ([#366](https://github.com/saberland/saber/issues/366)) ([aaf2d63](https://github.com/saberland/saber/commit/aaf2d63))
- add saber-plugin-search ([#366](https://github.com/saberland/saber/issues/366)) ([bcd0693](https://github.com/saberland/saber/commit/bcd0693))
2 changes: 1 addition & 1 deletion packages/saber-plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-search",
"version": "0.0.1",
"version": "0.1.0",
"description": "Add a fast search to your app.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-transformer-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/saber-plugin-transformer-html@[email protected]) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/saber-plugin-transformer-html@[email protected]) (2019-07-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-transformer-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-transformer-html",
"version": "0.1.0",
"version": "0.1.1",
"description": "Write pages in HTML",
"license": "MIT",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/saber-plugin-transformer-pug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/saberland/saber/compare/saber-plugin-transformer-pug@[email protected]) (2019-08-22)

### Bug Fixes

- **pkg:** add missing LICENSE in leaf packages ([9f73603](https://github.com/saberland/saber/commit/9f73603))

# [0.1.0](https://github.com/saberland/saber/compare/saber-plugin-transformer-pug@[email protected]) (2019-07-27)

### Features
Expand Down
Loading

0 comments on commit 9850f25

Please sign in to comment.