Skip to content

Commit 8be442a

Browse files
authored
chore: release main (#44)
1 parent 7ccf574 commit 8be442a

File tree

8 files changed

+31
-10
lines changed

8 files changed

+31
-10
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "3.0.1",
3-
"packages/timer": "4.0.0",
4-
"packages/use-parent-size": "2.0.0"
2+
".": "4.0.1",
3+
"packages/timer": "4.0.1",
4+
"packages/use-parent-size": "4.0.1"
55
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [4.0.1](https://github.com/laverve/ui-toolbox/compare/monorepo-v3.0.1...monorepo-v4.0.1) (2025-01-15)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* release 4.0.1 ([7ccf574](https://github.com/laverve/ui-toolbox/commit/7ccf574d6ce3c8c4c77bfd258def5feebeea4b4b))
12+
613
## [3.0.1](https://github.com/laverve/ui-toolbox/compare/monorepo-v3.0.1...monorepo-v3.0.1) (2024-10-20)
714

815

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test": "npm run test --workspaces",
4545
"test:staged": "npm run test --workspaces"
4646
},
47-
"version": "3.0.1",
47+
"version": "4.0.1",
4848
"workspaces": [
4949
"packages/*"
5050
]

packages/timer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [4.0.1](https://github.com/laverve/ui-toolbox/compare/timer-v4.0.0...timer-v4.0.1) (2025-01-15)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* release 4.0.1 ([7ccf574](https://github.com/laverve/ui-toolbox/commit/7ccf574d6ce3c8c4c77bfd258def5feebeea4b4b))
12+
613
## [4.0.0](https://github.com/laverve/ui-toolbox/compare/timer-v3.1.2...timer-v4.0.0) (2024-10-20)
714

815

packages/timer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"build": "rimraf ./dist && tsc",
4343
"build:dev": "tsc -w"
4444
},
45-
"version": "4.0.0",
45+
"version": "4.0.1",
4646
"webpack": "./src/index.ts"
4747
}

packages/use-parent-size/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.1](https://github.com/laverve/ui-toolbox/compare/use-parent-size-v2.0.0...use-parent-size-v4.0.1) (2025-01-15)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 4.0.1 ([7ccf574](https://github.com/laverve/ui-toolbox/commit/7ccf574d6ce3c8c4c77bfd258def5feebeea4b4b))
9+
310
## [2.0.0](https://github.com/laverve/ui-toolbox/compare/use-parent-size-v1.0.0...use-parent-size-v2.0.0) (2024-10-20)
411

512

packages/use-parent-size/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"build": "rimraf ./dist && tsc",
4141
"build:dev": "tsc -w"
4242
},
43-
"version": "2.0.0",
43+
"version": "4.0.1",
4444
"webpack": "./src/index.ts"
4545
}

0 commit comments

Comments
 (0)