Skip to content

Commit 87d6154

Browse files
committed
v1.0.3
1 parent d465934 commit 87d6154

File tree

11 files changed

+67
-27
lines changed

11 files changed

+67
-27
lines changed

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.3](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.2...v1.0.3) (2023-09-22)
7+
8+
**Note:** Version bump only for package stimulus-library
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)
715

816
**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.0.2",
3+
"version": "1.0.3",
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: 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.3](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.2...v1.0.3) (2023-09-22)
7+
8+
**Note:** Version bump only for package @stimulus-library/controllers
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)
715

816
**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.2",
12+
"version": "1.0.3",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -34,8 +34,8 @@
3434
"test:treeshake": "agadoo dist"
3535
},
3636
"dependencies": {
37-
"@stimulus-library/mixins": "^1.0.2",
38-
"@stimulus-library/utilities": "^1.0.2",
37+
"@stimulus-library/mixins": "^1.0.3",
38+
"@stimulus-library/utilities": "^1.0.3",
3939
"date-fns": "^2.29.3"
4040
},
4141
"devDependencies": {

packages/mixins/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.3](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.2...v1.0.3) (2023-09-22)
7+
8+
**Note:** Version bump only for package @stimulus-library/mixins
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)
715

816
**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.0.2",
12+
"version": "1.0.3",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@hotwired/stimulus": "^3.0.0",
39-
"@stimulus-library/utilities": "^1.0.2"
39+
"@stimulus-library/utilities": "^1.0.3"
4040
},
4141
"devDependencies": {
4242
"@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.3](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.2...v1.0.3) (2023-09-22)
7+
8+
**Note:** Version bump only for package stimulus-library
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (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.2",
12+
"version": "1.0.3",
1313
"license": "MIT",
1414
"author": {
1515
"name": "Sub-Xaero",
@@ -38,9 +38,9 @@
3838
},
3939
"dependencies": {
4040
"@hotwired/stimulus": "^3.2.1",
41-
"@stimulus-library/controllers": "^1.0.2",
42-
"@stimulus-library/mixins": "^1.0.2",
43-
"@stimulus-library/utilities": "^1.0.2"
41+
"@stimulus-library/controllers": "^1.0.3",
42+
"@stimulus-library/mixins": "^1.0.3",
43+
"@stimulus-library/utilities": "^1.0.3"
4444
},
4545
"devDependencies": {
4646
"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.3](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.2...v1.0.3) (2023-09-22)
7+
8+
**Note:** Version bump only for package @stimulus-library/utilities
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)
715

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

0 commit comments

Comments
 (0)