Skip to content

Commit

Permalink
v0.0.3-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanMatthias committed Dec 12, 2018
1 parent 65762b9 commit 9824759
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3-alpha.9](https://github.com/origami-cms/cms/compare/v0.0.3-alpha.8...v0.0.3-alpha.9) (2018-12-12)


### Features

* **plugin-auth:** added plugin auth ([65762b9](https://github.com/origami-cms/cms/commit/65762b9))





## [0.0.3-alpha.8](https://github.com/origami-cms/cms/compare/v0.0.3-alpha.7...v0.0.3-alpha.8) (2018-12-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.3-alpha.8",
"version": "0.0.3-alpha.9",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3-alpha.9](https://github.com/origami-cms/cms/compare/v0.0.3-alpha.8...v0.0.3-alpha.9) (2018-12-12)

**Note:** Version bump only for package @origami/cli





## [0.0.3-alpha.8](https://github.com/origami-cms/cms/compare/v0.0.3-alpha.7...v0.0.3-alpha.8) (2018-12-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/cli",
"version": "0.0.3-alpha.8",
"version": "0.0.3-alpha.9",
"author": "Tristan Matthias <[email protected]>",
"bin": {
"origami": "./bin/run"
Expand All @@ -14,7 +14,7 @@
"@origami/bird": "0.0.3-alpha.7",
"@origami/core": "0.0.3-alpha.7",
"@origami/core-lib": "0.0.3-alpha.7",
"@origami/origami": "0.0.3-alpha.7",
"@origami/origami": "0.0.3-alpha.9",
"@origami/tslint-config": "0.0.3-alpha.3",
"cli-ux": "^4.9.3",
"dot-object": "^1.7.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/origami/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.3-alpha.9](https://github.com/origami-cms/core/tree/master/packages/origami/compare/v0.0.3-alpha.8...v0.0.3-alpha.9) (2018-12-12)


### Features

* **plugin-auth:** added plugin auth ([65762b9](https://github.com/origami-cms/core/tree/master/packages/origami/commit/65762b9))





## [0.0.3-alpha.7](https://github.com/origami-cms/core/tree/master/packages/origami/compare/v0.0.3-alpha.6...v0.0.3-alpha.7) (2018-12-12)

**Note:** Version bump only for package @origami/origami
Expand Down
4 changes: 2 additions & 2 deletions packages/origami/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/origami",
"version": "0.0.3-alpha.7",
"version": "0.0.3-alpha.9",
"description": "The flexible, easy to use, and open-source CMS built for Node.js",
"repository": "https://github.com/origami-cms/core/tree/master/packages/origami",
"homepage": "http://www.origami.so",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@origami/bird": "0.0.3-alpha.7",
"@origami/core": "0.0.3-alpha.7",
"@origami/plugin-auth": "0.0.0",
"@origami/plugin-auth": "0.0.3-alpha.9",
"@origami/plugin-core-api": "0.0.3-alpha.7",
"@origami/plugin-default-pages": "0.0.3-alpha.7",
"@origami/plugin-setup": "0.0.3-alpha.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-auth/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.0.3-alpha.9](https://github.com/origami-cms/core/tree/master/packages/plugin-auth/compare/v0.0.3-alpha.8...v0.0.3-alpha.9) (2018-12-12)


### Features

* **plugin-auth:** added plugin auth ([65762b9](https://github.com/origami-cms/core/tree/master/packages/plugin-auth/commit/65762b9))
2 changes: 1 addition & 1 deletion packages/plugin-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/plugin-auth",
"version": "0.0.0",
"version": "0.0.3-alpha.9",
"description": "Authentication plugin for the Origami platform",
"repository": "https://github.com/origami-cms/core/tree/master/packages/plugin-auth",
"homepage": "http://www.origami.so",
Expand Down

0 comments on commit 9824759

Please sign in to comment.