Skip to content

Commit 3b4c2c3

Browse files
committed
v1.3.0
1 parent d0bed9f commit 3b4c2c3

File tree

11 files changed

+81
-27
lines changed

11 files changed

+81
-27
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3.0](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.2...v1.3.0) (2025-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **ConfirmController:** All confirm on <button> elements ([b14a042](https://github.com/Sub-Xaero/stimulus-library/commit/b14a042eba57faef26ee1157bb2da579ab5c7900))
12+
13+
14+
### Features
15+
16+
* **DirtyTracking:** Allow tracking of multi-selects ([d0bed9f](https://github.com/Sub-Xaero/stimulus-library/commit/d0bed9fefb09657cb97b83780fbe1d875ae2e62f))
17+
18+
19+
20+
21+
622
## [1.2.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.1...v1.2.2) (2024-09-14)
723

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

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.2.2",
3+
"version": "1.3.0",
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.3.0](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.2...v1.3.0) (2025-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **ConfirmController:** All confirm on <button> elements ([b14a042](https://github.com/Sub-Xaero/stimulus-library/commit/b14a042eba57faef26ee1157bb2da579ab5c7900))
12+
13+
14+
15+
16+
617
## [1.2.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.1...v1.2.2) (2024-09-14)
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.2.2",
12+
"version": "1.3.0",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -35,8 +35,8 @@
3535
"test:treeshake": "agadoo dist"
3636
},
3737
"dependencies": {
38-
"@stimulus-library/mixins": "^1.2.2",
39-
"@stimulus-library/utilities": "^1.2.1",
38+
"@stimulus-library/mixins": "^1.3.0",
39+
"@stimulus-library/utilities": "^1.3.0",
4040
"date-fns": "^4.1.0"
4141
},
4242
"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.3.0](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.2...v1.3.0) (2025-04-02)
7+
8+
9+
### Features
10+
11+
* **DirtyTracking:** Allow tracking of multi-selects ([d0bed9f](https://github.com/Sub-Xaero/stimulus-library/commit/d0bed9fefb09657cb97b83780fbe1d875ae2e62f))
12+
13+
14+
15+
16+
617
## [1.2.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.1...v1.2.2) (2024-09-14)
718

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

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.2.2",
12+
"version": "1.3.0",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@hotwired/stimulus": "^3.0.0",
40-
"@stimulus-library/utilities": "^1.2.1"
40+
"@stimulus-library/utilities": "^1.3.0"
4141
},
4242
"devDependencies": {
4343
"@types/chai": "^5.0.1",

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.3.0](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.2...v1.3.0) (2025-04-02)
7+
8+
**Note:** Version bump only for package stimulus-library
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.1...v1.2.2) (2024-09-14)
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.2.2",
12+
"version": "1.3.0",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@hotwired/stimulus": "^3.2.1",
42-
"@stimulus-library/controllers": "^1.2.2",
43-
"@stimulus-library/mixins": "^1.2.2",
44-
"@stimulus-library/utilities": "^1.2.1"
42+
"@stimulus-library/controllers": "^1.3.0",
43+
"@stimulus-library/mixins": "^1.3.0",
44+
"@stimulus-library/utilities": "^1.3.0"
4545
},
4646
"devDependencies": {
4747
"@types/node": "^22.13.17",

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.3.0](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.2...v1.3.0) (2025-04-02)
7+
8+
**Note:** Version bump only for package @stimulus-library/utilities
9+
10+
11+
12+
13+
614
## [1.2.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.2.0...v1.2.1) (2024-08-14)
715

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

0 commit comments

Comments
 (0)