Skip to content

Commit 26a7da0

Browse files
committed
v1.0.1
1 parent b78833f commit 26a7da0

File tree

11 files changed

+76
-27
lines changed

11 files changed

+76
-27
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)
7+
8+
9+
### Features
10+
11+
* **useLocalStorage:** useLocalStorage mixin now listens for `storage` events and updates the key accordingly. ([b78833f](https://github.com/Sub-Xaero/stimulus-library/commit/b78833f3609f43eda92c9d143bc204b0ee2b40b1))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.8](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-08-17)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.1",
44
"changelog": true,
55
"conventionalCommits": true
66
}

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/controllers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)
7+
8+
9+
### Features
10+
11+
* **useLocalStorage:** useLocalStorage mixin now listens for `storage` events and updates the key accordingly. ([b78833f](https://github.com/Sub-Xaero/stimulus-library/commit/b78833f3609f43eda92c9d143bc204b0ee2b40b1))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.8](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-08-17)
718

819
**Note:** Version bump only for package @stimulus-library/controllers

packages/controllers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ruby on rails",
1010
"ruby-on-rails"
1111
],
12-
"version": "1.0.0-alpha.8",
12+
"version": "1.0.1",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -33,8 +33,8 @@
3333
"test:treeshake": "agadoo dist"
3434
},
3535
"dependencies": {
36-
"@stimulus-library/mixins": "^1.0.0-alpha.8",
37-
"@stimulus-library/utilities": "^1.0.0-alpha.3",
36+
"@stimulus-library/mixins": "^1.0.1",
37+
"@stimulus-library/utilities": "^1.0.1",
3838
"date-fns": "^2.29.3"
3939
},
4040
"devDependencies": {

packages/mixins/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)
7+
8+
9+
### Features
10+
11+
* **useLocalStorage:** useLocalStorage mixin now listens for `storage` events and updates the key accordingly. ([b78833f](https://github.com/Sub-Xaero/stimulus-library/commit/b78833f3609f43eda92c9d143bc204b0ee2b40b1))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.8](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-08-17)
718

819

packages/mixins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ruby on rails",
1010
"ruby-on-rails"
1111
],
12-
"version": "1.0.0-alpha.8",
12+
"version": "1.0.1",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@hotwired/stimulus": "^3.0.0",
38-
"@stimulus-library/utilities": "^1.0.0-alpha.3"
38+
"@stimulus-library/utilities": "^1.0.1"
3939
},
4040
"devDependencies": {
4141
"@types/chai": "^4.3.5",

packages/stimulus-library/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)
7+
8+
**Note:** Version bump only for package stimulus-library
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.8](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-08-17)
715

816
**Note:** Version bump only for package stimulus-library

packages/stimulus-library/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ruby on rails",
1010
"ruby-on-rails"
1111
],
12-
"version": "1.0.0-alpha.8",
12+
"version": "1.0.1",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -37,9 +37,9 @@
3737
},
3838
"dependencies": {
3939
"@hotwired/stimulus": "^3.2.1",
40-
"@stimulus-library/controllers": "^1.0.0-alpha.8",
41-
"@stimulus-library/mixins": "^1.0.0-alpha.8",
42-
"@stimulus-library/utilities": "^1.0.0-alpha.3"
40+
"@stimulus-library/controllers": "^1.0.1",
41+
"@stimulus-library/mixins": "^1.0.1",
42+
"@stimulus-library/utilities": "^1.0.1"
4343
},
4444
"devDependencies": {
4545
"agadoo": "^3.0.0",

packages/utilities/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)
7+
8+
**Note:** Version bump only for package @stimulus-library/utilities
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.3](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.0...v1.0.0-alpha.3) (2023-06-10)
715

816
**Note:** Version bump only for package @stimulus-library/utilities

0 commit comments

Comments
 (0)