Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Jan 7, 2019
1 parent 88229fd commit 3b30d61
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.1.0",
"version": "1.1.1",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
8 changes: 4 additions & 4 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.1.0",
"version": "1.1.1",
"description": "Stimulus JavaScript framework: Core library",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand All @@ -13,7 +13,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@stimulus/mutation-observers": "^1.1.0"
"@stimulus/mutation-observers": "^1.1.1"
},
"files": [
"dist/index*",
Expand All @@ -23,8 +23,8 @@
"access": "public"
},
"devDependencies": {
"@stimulus/polyfills": "^1.1.0",
"@stimulus/test": "^1.1.0"
"@stimulus/polyfills": "^1.1.1",
"@stimulus/test": "^1.1.1"
},
"scripts": {
"clean": "rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@stimulus/multimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/multimap",
"version": "1.1.0",
"version": "1.1.1",
"description": "Multimap maps one key to a set of many values",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand Down
6 changes: 3 additions & 3 deletions packages/@stimulus/mutation-observers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/mutation-observers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Practical wrappers around DOM MutationObserver",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand All @@ -12,10 +12,10 @@
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@stimulus/multimap": "^1.1.0"
"@stimulus/multimap": "^1.1.1"
},
"devDependencies": {
"@stimulus/test": "^1.1.0"
"@stimulus/test": "^1.1.1"
},
"files": [
"dist/index*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@stimulus/polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/polyfills",
"version": "1.1.0",
"version": "1.1.1",
"description": "Polyfills to support Stimulus in older browsers",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand Down
2 changes: 1 addition & 1 deletion packages/@stimulus/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/test",
"version": "1.1.0",
"version": "1.1.1",
"description": "Stimulus JavaScript framework: Test helpers",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand Down
2 changes: 1 addition & 1 deletion packages/@stimulus/webpack-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus/webpack-helpers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Stimulus JavaScript framework: webpack helpers",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand Down
6 changes: 3 additions & 3 deletions packages/stimulus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus",
"version": "1.1.0",
"version": "1.1.1",
"description": "Stimulus JavaScript framework",
"repository": "https://github.com/stimulusjs/stimulus",
"author": "Basecamp, LLC",
Expand All @@ -13,8 +13,8 @@
"module": "index.js",
"license": "MIT",
"dependencies": {
"@stimulus/core": "^1.1.0",
"@stimulus/webpack-helpers": "^1.1.0"
"@stimulus/core": "^1.1.1",
"@stimulus/webpack-helpers": "^1.1.1"
},
"scripts": {
"prepack": "cp ../../README.md .",
Expand Down

0 comments on commit 3b30d61

Please sign in to comment.