Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Feb 2, 2018
1 parent bb0b3d0 commit 4135617
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true
Expand Down
4 changes: 2 additions & 2 deletions packages/@stimulus/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stimulus JavaScript framework: Core library",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand All @@ -22,7 +22,7 @@
"access": "public"
},
"devDependencies": {
"@stimulus/test": "^1.0.0",
"@stimulus/test": "^1.0.1",
"@types/webpack-env": "^1.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/@stimulus/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/test",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stimulus JavaScript framework: Test helpers",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand All @@ -18,6 +18,6 @@
"access": "public"
},
"dependencies": {
"@stimulus/core": "^1.0.0"
"@stimulus/core": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/stimulus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stimulus JavaScript framework",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand All @@ -13,7 +13,7 @@
"module": "index.js",
"license": "MIT",
"dependencies": {
"@stimulus/core": "^1.0.0",
"@stimulus/core": "^1.0.1",
"@stimulus/webpack-helpers": "^1.0.0"
},
"scripts": {
Expand Down

0 comments on commit 4135617

Please sign in to comment.