Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 2, 2019
1 parent de1d17c commit 6c5be59
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
4 changes: 4 additions & 0 deletions other-packages/eslint-config-saber/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.0.2](https://github.com/saberland/saber/compare/[email protected]@0.0.2) (2019-12-02)

**Note:** Version bump only for package eslint-config-saber

## 0.0.1 (2019-11-03)

**Note:** Version bump only for package eslint-config-saber
2 changes: 1 addition & 1 deletion other-packages/eslint-config-saber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-saber",
"version": "0.0.1",
"version": "0.0.2",
"description": "ESLint config for core Saber repos",
"man": "index.js",
"files": [
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.3](https://github.com/saberland/saber/compare/saber-plugin-git-modification-time@[email protected]) (2019-12-02)

**Note:** Version bump only for package saber-plugin-git-modification-time

## [0.1.2](https://github.com/saberland/saber/compare/saber-plugin-git-modification-time@[email protected]) (2019-11-03)

**Note:** Version bump only for package saber-plugin-git-modification-time
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.2",
"version": "0.1.3",
"description": "Use the author time of the last commit as page.updatedAt",
"license": "MIT",
"main": "lib/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/saber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.4](https://github.com/saberland/saber/compare/[email protected]@0.11.4) (2019-12-02)

### Bug Fixes

- remove all invalid characters in component name ([de1d17c](https://github.com/saberland/saber/commit/de1d17c))

### Features

- add default document title and meta description ([#556](https://github.com/saberland/saber/issues/556)) ([54b5e9a](https://github.com/saberland/saber/commit/54b5e9a))

## [0.11.3](https://github.com/saberland/saber/compare/[email protected]@0.11.3) (2019-11-10)

### 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.11.3",
"version": "0.11.4",
"description": "A simple yet powerful static site generator",
"files": [
"/babel.js",
Expand Down

0 comments on commit 6c5be59

Please sign in to comment.