Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsson committed Jul 27, 2019
1 parent cccfb0e commit 32b0e97
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papyrum-basic",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"homepage": "https://github.com/wilsson/papyrum#readme",
Expand All @@ -12,8 +12,8 @@
"build": "papyrum build"
},
"dependencies": {
"@papyrum/cli": "^0.1.3-alpha.0",
"@papyrum/ui-docs": "^0.1.3-alpha.0",
"@papyrum/cli": "^0.2.0",
"@papyrum/ui-docs": "^0.2.0",
"styled-components": "4.3.2"
}
}
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papyrum-hello-world",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@papyrum/cli": "^0.1.3-alpha.0"
"@papyrum/cli": "^0.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papyrum-example-typescript",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@papyrum/cli": "^0.1.3-alpha.0"
"@papyrum/cli": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.3-alpha.0"
"version": "0.2.0"
}
6 changes: 3 additions & 3 deletions packages/papyrum-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papyrum/cli",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "> TODO: description",
"author": "wilsson <[email protected]>",
"homepage": "https://github.com/wilsson/papyrum#readme",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@loadable/component": "^5.7.0",
"@papyrum/core": "^0.1.3-alpha.0",
"@papyrum/ui": "^0.1.3-alpha.0",
"@papyrum/core": "^0.2.0",
"@papyrum/ui": "^0.2.0",
"@sindresorhus/slugify": "0.9.1",
"fs-extra": "8.1.0",
"humanize-string": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/papyrum-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papyrum/core",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "> TODO: description",
"author": "wilsson <[email protected]>",
"homepage": "https://github.com/wilsson/papyrum#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/papyrum-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papyrum/ui-docs",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "> TODO: description",
"author": "wilsson <[email protected]>",
"homepage": "https://github.com/wilsson/papyrum#readme",
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/wilsson/papyrum/issues"
},
"dependencies": {
"@papyrum/ui": "^0.1.3-alpha.0",
"@papyrum/ui": "^0.2.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-live": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/papyrum-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papyrum/ui",
"version": "0.1.3-alpha.0",
"version": "0.2.0",
"description": "> TODO: description",
"author": "wilsson <[email protected]>",
"homepage": "https://github.com/wilsson/papyrum#readme",
Expand Down

0 comments on commit 32b0e97

Please sign in to comment.