Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 11, 2019
1 parent 800541f commit 78b1d6e
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 13 deletions.
4 changes: 4 additions & 0 deletions packages/saber-highlighter-prism/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.3.3](https://github.com/saberland/saber/compare/[email protected]@0.3.3) (2019-09-11)

**Note:** Version bump only for package saber-highlighter-prism

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

### 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.2",
"version": "0.3.3",
"license": "MIT",
"files": [
"index.js",
"loadLanguages.js"
],
"main": "index.js",
"dependencies": {
"saber-log": "^0.2.1"
"saber-log": "^0.3.0"
},
"devDependencies": {
"prismjs": "1.17.1"
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.3.0](https://github.com/saberland/saber/compare/[email protected]@0.3.0) (2019-09-11)

### Features

- **cli:** tweak logger style ([d90025d](https://github.com/saberland/saber/commit/d90025d))

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

### 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.1",
"version": "0.3.0",
"files": [
"index.js",
"colors.js"
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.2](https://github.com/saberland/saber/compare/[email protected]@0.1.2) (2019-09-11)

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

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

### Bug Fixes
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.1",
"version": "0.1.2",
"files": [
"dist"
],
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.2](https://github.com/saberland/saber/compare/[email protected]@0.2.2) (2019-09-11)

### Bug Fixes

- remove blendIn class when image is loaded ([#390](https://github.com/saberland/saber/issues/390)) ([72ccc7d](https://github.com/saberland/saber/commit/72ccc7d))

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

### 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.1",
"version": "0.2.2",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
4 changes: 4 additions & 0 deletions packages/saber-plugin-prismjs/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.3](https://github.com/saberland/saber/compare/[email protected]@0.2.3) (2019-09-11)

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

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

### Bug Fixes
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.2",
"version": "0.2.3",
"license": "MIT",
"files": [
"index.js"
Expand All @@ -13,6 +13,6 @@
"prismjs": "^1.16.0"
},
"dependencies": {
"saber-highlighter-prism": "^0.3.2"
"saber-highlighter-prism": "^0.3.3"
}
}
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.3](https://github.com/saberland/saber/compare/[email protected]@0.4.3) (2019-09-11)

### Bug Fixes

- **saber-plugin-pwa:** show notifier before downloading app updates ([#420](https://github.com/saberland/saber/issues/420)) ([46166e9](https://github.com/saberland/saber/commit/46166e9))

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

### 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.4.2",
"version": "0.4.3",
"description": "Add PWA support for your Saber app.",
"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.2](https://github.com/saberland/saber/compare/[email protected]@0.2.2) (2019-09-11)

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

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

### Bug Fixes
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.2.1",
"version": "0.2.2",
"files": [
"dist",
"index.js",
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.9.0](https://github.com/saberland/saber/compare/[email protected]@0.9.0) (2019-09-11)

### Bug Fixes

- generate unique client id ([#423](https://github.com/saberland/saber/issues/423)) ([cf85e81](https://github.com/saberland/saber/commit/cf85e81))
- render HTML when all compilers are ready in lazy mode ([#424](https://github.com/saberland/saber/issues/424)) ([12ce2a5](https://github.com/saberland/saber/commit/12ce2a5))

### Features

- Always enable SSR in dev ([#404](https://github.com/saberland/saber/issues/404)) ([442c990](https://github.com/saberland/saber/commit/442c990))
- **cli:** tweak logger style ([d90025d](https://github.com/saberland/saber/commit/d90025d))

### Performance Improvements

- **webpack:** enable cache for babel-loader ([f588674](https://github.com/saberland/saber/commit/f588674))

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

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber",
"version": "0.8.1",
"version": "0.9.0",
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -47,9 +47,9 @@
"prettier": "^1.17.0",
"pretty-ms": "^5.0.0",
"resolve-from": "^5.0.0",
"saber-log": "^0.2.1",
"saber-markdown": "^0.1.1",
"saber-utils": "^0.2.1",
"saber-log": "^0.3.0",
"saber-markdown": "^0.1.2",
"saber-utils": "^0.2.2",
"serve-static": "^1.13.2",
"slugo": "^0.2.3",
"superstruct": "^0.6.0",
Expand Down

0 comments on commit 78b1d6e

Please sign in to comment.