Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 21, 2019
1 parent c94ae55 commit a43d720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "0.0.4",
"version": "0.0.5",
"description": "Backward compatibility layer for the Embroider build system.",
"main": "src/index.js",
"author": "Edward Faulkner",
Expand Down Expand Up @@ -51,6 +51,6 @@
"walk-sync": "^1.1.3"
},
"peerDependencies": {
"@embroider/core": "0.0.4"
"@embroider/core": "0.0.5"
}
}
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": "@embroider/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "A build system for EmberJS applications.",
"main": "src/index.js",
"author": "Edward Faulkner",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/webpack",
"version": "0.0.4",
"version": "0.0.5",
"description": "Builds EmberJS apps with Webpack",
"main": "src/ember-webpack.js",
"author": "Edward Faulkner",
Expand Down Expand Up @@ -38,6 +38,6 @@
"webpack": "^4.17.1"
},
"peerDependencies": {
"@embroider/core": "0.0.4"
"@embroider/core": "0.0.5"
}
}

0 comments on commit a43d720

Please sign in to comment.