diff --git a/packages/core/package.json b/packages/core/package.json index 199e333..9b5aba6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/draftjs-core/package.json b/packages/draftjs-core/package.json index b7e761e..0c1448b 100644 --- a/packages/draftjs-core/package.json +++ b/packages/draftjs-core/package.json @@ -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 (http://linkedin.com/in/max-ott)", @@ -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", diff --git a/packages/draftjs-plugins/package.json b/packages/draftjs-plugins/package.json index 2fcbbff..868f605 100644 --- a/packages/draftjs-plugins/package.json +++ b/packages/draftjs-plugins/package.json @@ -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 (http://linkedin.com/in/max-ott)", @@ -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" @@ -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", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 498c7b5..16fe860 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -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", @@ -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", diff --git a/packages/material/package.json b/packages/material/package.json index 5c65952..0911e67 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -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", @@ -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",