Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub-Xaero committed Aug 17, 2023
1 parent b78833f commit 26a7da0
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 27 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)


### Features

* **useLocalStorage:** useLocalStorage mixin now listens for `storage` events and updates the key accordingly. ([b78833f](https://github.com/Sub-Xaero/stimulus-library/commit/b78833f3609f43eda92c9d143bc204b0ee2b40b1))





# [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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0-alpha.8",
"version": "1.0.1",
"changelog": true,
"conventionalCommits": true
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)


### Features

* **useLocalStorage:** useLocalStorage mixin now listens for `storage` events and updates the key accordingly. ([b78833f](https://github.com/Sub-Xaero/stimulus-library/commit/b78833f3609f43eda92c9d143bc204b0ee2b40b1))





# [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)

**Note:** Version bump only for package @stimulus-library/controllers
Expand Down
6 changes: 3 additions & 3 deletions packages/controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ruby on rails",
"ruby-on-rails"
],
"version": "1.0.0-alpha.8",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand All @@ -33,8 +33,8 @@
"test:treeshake": "agadoo dist"
},
"dependencies": {
"@stimulus-library/mixins": "^1.0.0-alpha.8",
"@stimulus-library/utilities": "^1.0.0-alpha.3",
"@stimulus-library/mixins": "^1.0.1",
"@stimulus-library/utilities": "^1.0.1",
"date-fns": "^2.29.3"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mixins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)


### Features

* **useLocalStorage:** useLocalStorage mixin now listens for `storage` events and updates the key accordingly. ([b78833f](https://github.com/Sub-Xaero/stimulus-library/commit/b78833f3609f43eda92c9d143bc204b0ee2b40b1))





# [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ruby on rails",
"ruby-on-rails"
],
"version": "1.0.0-alpha.8",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand All @@ -35,7 +35,7 @@
},
"dependencies": {
"@hotwired/stimulus": "^3.0.0",
"@stimulus-library/utilities": "^1.0.0-alpha.3"
"@stimulus-library/utilities": "^1.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/stimulus-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)

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





# [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)

**Note:** Version bump only for package stimulus-library
Expand Down
8 changes: 4 additions & 4 deletions packages/stimulus-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ruby on rails",
"ruby-on-rails"
],
"version": "1.0.0-alpha.8",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@stimulus-library/controllers": "^1.0.0-alpha.8",
"@stimulus-library/mixins": "^1.0.0-alpha.8",
"@stimulus-library/utilities": "^1.0.0-alpha.3"
"@stimulus-library/controllers": "^1.0.1",
"@stimulus-library/mixins": "^1.0.1",
"@stimulus-library/utilities": "^1.0.1"
},
"devDependencies": {
"agadoo": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (2023-08-17)

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





# [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)

**Note:** Version bump only for package @stimulus-library/utilities
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ruby on rails",
"ruby-on-rails"
],
"version": "1.0.0-alpha.3",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand Down

0 comments on commit 26a7da0

Please sign in to comment.