Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub-Xaero committed Aug 17, 2023
1 parent 8ae3ae0 commit 0f6c6e0
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 27 deletions.
8 changes: 8 additions & 0 deletions 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.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)

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





## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (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.1",
"version": "1.0.2",
"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.

8 changes: 8 additions & 0 deletions packages/controllers/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.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)

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





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


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.1",
"version": "1.0.2",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand All @@ -33,8 +33,8 @@
"test:treeshake": "agadoo dist"
},
"dependencies": {
"@stimulus-library/mixins": "^1.0.1",
"@stimulus-library/utilities": "^1.0.1",
"@stimulus-library/mixins": "^1.0.2",
"@stimulus-library/utilities": "^1.0.2",
"date-fns": "^2.29.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mixins/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.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)

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





## [1.0.1](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.0-alpha.8...v1.0.1) (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.1",
"version": "1.0.2",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand All @@ -35,7 +35,7 @@
},
"dependencies": {
"@hotwired/stimulus": "^3.0.0",
"@stimulus-library/utilities": "^1.0.1"
"@stimulus-library/utilities": "^1.0.2"
},
"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.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)

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





## [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
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.1",
"version": "1.0.2",
"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.1",
"@stimulus-library/mixins": "^1.0.1",
"@stimulus-library/utilities": "^1.0.1"
"@stimulus-library/controllers": "^1.0.2",
"@stimulus-library/mixins": "^1.0.2",
"@stimulus-library/utilities": "^1.0.2"
},
"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.2](https://github.com/Sub-Xaero/stimulus-library/compare/v1.0.1...v1.0.2) (2023-08-17)

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





## [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
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.1",
"version": "1.0.2",
"license": "MIT",
"author": {
"name": "Sub-Xaero",
Expand Down

0 comments on commit 0f6c6e0

Please sign in to comment.