Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 28 changed files with 95 additions and 16 deletions.
4 changes: 4 additions & 0 deletions packages/saber-highlight-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

**Note:** Version bump only for package saber-highlight-css

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

### Features
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.0.5",
"version": "0.1.0",
"description": "Default CSS for code highlighting in Saber",
"files": [
"*.css"
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

**Note:** Version bump only for package saber-markdown

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

**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.0.9",
"version": "0.1.0",
"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.0](https://github.com/saberland/saber/compare/[email protected]@0.4.0) (2019-07-27)

### Features

- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))

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

### 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.3.4",
"version": "0.4.0",
"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.0](https://github.com/saberland/saber/compare/saber-plugin-git-modification-time@[email protected]) (2019-07-27)

### Features

- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))

## [0.0.3](https://github.com/egoist/saber/compare/saber-plugin-git-modification-time@[email protected]) (2019-05-21)

### Bug Fixes
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.0.3",
"version": "0.1.0",
"description": "Use the author time of the last commit as page.updatedAt",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 4 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,10 @@
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/saberland/saber/compare/saber-plugin-google-analytics@[email protected]) (2019-07-27)

**Note:** Version bump only for package saber-plugin-google-analytics

## [0.0.6](https://github.com/egoist/saber/compare/saber-plugin-google-analytics@[email protected]) (2019-05-21)

### Bug Fixes
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.0.6",
"version": "0.1.0",
"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.1.0](https://github.com/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

### Bug Fixes

- **saber-plugin-image:** fix lazy load for images with `srcset` ([#264](https://github.com/saberland/saber/issues/264)) ([0cd1201](https://github.com/saberland/saber/commit/0cd1201))

## [0.0.4](https://github.com/egoist/saber/compare/[email protected]@0.0.4) (2019-05-21)

### 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.0.4",
"version": "0.1.0",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
4 changes: 4 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,10 @@
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/saberland/saber/compare/[email protected]@0.1.0) (2019-07-27)

**Note:** Version bump only for package saber-plugin-meta-redirect

## [0.0.5](https://github.com/egoist/saber/compare/[email protected]@0.0.5) (2019-05-21)

### Bug Fixes
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.0.5",
"version": "0.1.0",
"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.0](https://github.com/saberland/saber/compare/saber-plugin-netlify-redirect@[email protected]) (2019-07-27)

### Features

- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))

## [0.0.6](https://github.com/egoist/saber/compare/saber-plugin-netlify-redirect@[email protected]) (2019-05-21)

### Bug Fixes
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.0.6",
"version": "0.1.0",
"description": "Automatically generate or update `_redirects` file in your public folder for Netlify.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-plugin-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package saber-plugin-pwa

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

### Bug Fixes
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.3.3",
"version": "0.4.0",
"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.0](https://github.com/saberland/saber/compare/[email protected]@0.4.0) (2019-07-27)

### Features

- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))

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

### Features
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.3.2",
"version": "0.4.0",
"files": [
"lib"
],
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.0](https://github.com/saberland/saber/compare/saber-plugin-transformer-html@[email protected]) (2019-07-27)

### Features

- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))

## [0.0.5](https://github.com/egoist/saber/compare/saber-plugin-transformer-html@[email protected]) (2019-05-21)

### Bug Fixes
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.0.5",
"version": "0.1.0",
"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.0](https://github.com/saberland/saber/compare/saber-plugin-transformer-pug@[email protected]) (2019-07-27)

### Features

- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))

## [0.0.5](https://github.com/egoist/saber/compare/saber-plugin-transformer-pug@[email protected]) (2019-05-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-transformer-pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-plugin-transformer-pug",
"version": "0.0.5",
"version": "0.1.0",
"description": "Write pages in Pug and add support for importing Pug files",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package saber-utils

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

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

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

### Bug Fixes

- **regression:** only use server renderer in --ssr mode ([fc2a632](https://github.com/saberland/saber/commit/fc2a632))

### Features

- **cli:** Add --inspect-webpack flag ([#300](https://github.com/saberland/saber/issues/300)) ([6dd6832](https://github.com/saberland/saber/commit/6dd6832))
- **webpack:** add getWebpackConfig hook ([#297](https://github.com/saberland/saber/issues/297)) ([625c42a](https://github.com/saberland/saber/commit/625c42a))
- refactor page interface ([#345](https://github.com/saberland/saber/issues/345)) ([629c4a6](https://github.com/saberland/saber/commit/629c4a6))
- support --ssr flag in dev mode ([#302](https://github.com/saberland/saber/issues/302)) ([6605d53](https://github.com/saberland/saber/commit/6605d53))

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.6.10",
"version": "0.7.0",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -46,8 +46,8 @@
"pretty-ms": "^5.0.0",
"resolve-from": "^5.0.0",
"saber-log": "^0.2.0",
"saber-markdown": "^0.0.9",
"saber-utils": "^0.1.5",
"saber-markdown": "^0.1.0",
"saber-utils": "^0.2.0",
"serve-static": "^1.13.2",
"slugo": "^0.2.3",
"superstruct": "^0.6.0",
Expand Down

0 comments on commit 604fec8

Please sign in to comment.