Skip to content

Commit

Permalink
v7.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-murphy committed Feb 13, 2019
1 parent f2f67b9 commit c3cff99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-rc.5",
"version": "7.0.0-rc.6",
"packages": [
"packages/*"
],
Expand Down
6 changes: 2 additions & 4 deletions packages/plugin-transform-classes/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-classes-ui5",
"version": "7.0.0-rc.5",
"version": "7.0.0-rc.6",
"description": "An unofficial babel plugin for SAP UI5.",
"main": "src/index.js",
"repository": "https://github.com/r-murphy/babel-plugin-ui5/tree/master/packages/plugin-transform-classes",
Expand All @@ -13,7 +13,5 @@
"bugs": {
"url": "https://github.com/r-murphy/babel-plugin-transform-modules-ui5/issues"
},
"homepage": "https://github.com/r-murphy/babel-plugin-transform-modules-ui5#readme",
"dependencies": {},
"devDependencies": {}
"homepage": "https://github.com/r-murphy/babel-plugin-transform-modules-ui5#readme"
}
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-modules-ui5",
"version": "7.0.0-rc.5",
"version": "7.0.0-rc.6",
"description": "An unofficial babel plugin for SAP UI5.",
"main": "dist/index.js",
"repository": "https://github.com/r-murphy/babel-plugin-ui5/tree/master/packages/plugin",
Expand Down
4 changes: 2 additions & 2 deletions packages/preset/package.json
@@ -1,11 +1,11 @@
{
"name": "babel-preset-transform-ui5",
"version": "7.0.0-rc.5",
"version": "7.0.0-rc.6",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/r-murphy/babel-plugin-ui5/tree/master/packages/preset",
"dependencies": {
"babel-plugin-transform-modules-ui5": "^7.0.0-rc.5"
"babel-plugin-transform-modules-ui5": "^7.0.0-rc.6"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit c3cff99

Please sign in to comment.