Skip to content

Commit

Permalink
v0.0.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanMatthias committed Nov 24, 2018
1 parent 592b33d commit ecf736c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.1",
"version": "0.0.2-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/bird/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/bird",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"description": "Prints the Origami bird in the CLI",
"repository": "https://github.com/origami-cms/core/tree/master/packages/bird",
"homepage": "http://www.origami.so",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/cli",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"author": "Tristan Matthias <[email protected]>",
"bin": {
"origami": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/core-lib",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"description": "Core library for Origami",
"repository": "https://github.com/origami-cms/core/tree/master/packages/core-lib",
"homepage": "http://www.origami.so",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/core-server",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"description": "Core server for Origami",
"repository": "https://github.com/origami-cms/core/tree/master/packages/core-lib",
"homepage": "http://www.origami.so",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/core",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"description": "Core of Origami",
"repository": "https://github.com/origami-cms/core/tree/master/packages/core",
"homepage": "http://www.origami.so",
Expand Down
2 changes: 1 addition & 1 deletion packages/origami/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/origami",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"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 Down
2 changes: 1 addition & 1 deletion packages/plugin-core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@origami/plugin-core-api",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"description": "Origami plugin for the core API, routes, controllers and models",
"repository": "https://github.com/origami-cms/core/tree/master/packages/core-api",
"homepage": "http://www.origami.so",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@origami/tslint-config",
"description": "A TSLint config for Origami JavaScript Style. Based on Airbnb's JavaScript Style.",
"version": "0.0.0",
"version": "0.0.2-alpha.0",
"author": "Tristan Matthias <[email protected]>",
"dependencies": {
"tslint-config-airbnb": "^5.11.0",
Expand Down

0 comments on commit ecf736c

Please sign in to comment.