Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pihanga/[email protected]
 - @pihanga/[email protected]
 - @pihanga/[email protected]
 - @pihanga/[email protected]
 - @pihanga/[email protected]
  • Loading branch information
maxott committed Oct 8, 2020
1 parent d182179 commit 65a10ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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": "@pihanga/core",
"version": "0.4.19",
"version": "0.5.0",
"description": "Core module of the Pihanga framework",
"homepage": "https://github.com/n1analytics/pihanga#readme",
"main": "lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/draftjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pihanga/draftjs-core",
"version": "0.1.16",
"version": "0.2.0",
"description": "Wrapping and extending draft-js in the Pihanga framework",
"license": "MIT",
"author": "Max Ott <[email protected]> (http://linkedin.com/in/max-ott)",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@material-ui/core": "^4.6.0",
"@pihanga/core": "^0.4.19",
"@pihanga/material-ui": "^0.4.19",
"@pihanga/core": "^0.5.0",
"@pihanga/material-ui": "^0.5.0",
"@types/draft-js": "^0.10.37",
"@types/immutable": "^3.8.7",
"@types/jest": "^25.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/draftjs-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pihanga/draftjs-plugins",
"version": "0.1.17",
"version": "0.2.0",
"description": "A set of plugins for the Pihanga draft-js editor",
"license": "MIT",
"author": "Max Ott <[email protected]> (http://linkedin.com/in/max-ott)",
Expand All @@ -23,7 +23,7 @@
"x-preversion": "yarn lint"
},
"dependencies": {
"@pihanga/draftjs-core": "^0.1.16",
"@pihanga/draftjs-core": "^0.2.0",
"draftjs-utils": "^0.10.0",
"immutable": "^4.0.0-rc.12",
"valid-url": "^1.0.0"
Expand All @@ -39,8 +39,8 @@
"devDependencies": {
"@material-ui/core": "^4.6.0",
"@material-ui/lab": "^4.0.0-alpha.36",
"@pihanga/core": "^0.4.19",
"@pihanga/material-ui": "^0.4.19",
"@pihanga/core": "^0.5.0",
"@pihanga/material-ui": "^0.5.0",
"@types/draft-js": "^0.10.37",
"@types/immutable": "^3.8.7",
"@types/jest": "^25.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pihanga/graphql",
"version": "0.2.19",
"version": "0.3.0",
"description": "Implemnts a graphql based backend for local state management",
"homepage": "https://github.com/n1analytics/pihanga#readme",
"main": "lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@pihanga/core": "^0.4.19",
"@pihanga/core": "^0.5.0",
"babel-core": "^6.23.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pihanga/material-ui",
"version": "0.4.19",
"version": "0.5.0",
"description": "Various cards based on Material UI for the Pihanga framework",
"homepage": "https://github.com/n1analytics/pihanga-material-ui#readme",
"main": "lib/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@pihanga/core": "^0.4.19",
"@pihanga/core": "^0.5.0",
"babel-core": "^6.23.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.9.0",
Expand Down

0 comments on commit 65a10ec

Please sign in to comment.