Skip to content

Commit a831447

Browse files
authored
chore: release main (#21)
1 parent a411dfd commit a831447

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
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-
".": "2.0.16",
3-
"packages/components/timer": "3.0.0",
4-
"apps/apps-storybook": "1.0.0"
2+
".": "2.0.17",
3+
"packages/components/timer": "3.0.1",
4+
"apps/apps-storybook": "1.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+
## [2.0.17](https://github.com/laverve/ui-toolbox/compare/laverve-monorepo-v2.0.16...laverve-monorepo-v2.0.17) (2024-09-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **timer:** reset timer if type or timeout were changed ([#20](https://github.com/laverve/ui-toolbox/issues/20)) ([a411dfd](https://github.com/laverve/ui-toolbox/commit/a411dfd2112a0513ee3cde8e952e38f7cc92611a))
12+
613
## [2.0.16](https://github.com/laverve/ui-toolbox/compare/laverve-monorepo-v2.0.15...laverve-monorepo-v2.0.16) (2024-09-02)
714

815

apps/apps-storybook/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.1](https://github.com/laverve/ui-toolbox/compare/storybook-v1.0.0...storybook-v1.0.1) (2024-09-07)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @laverve/timer bumped from ^3.0.0 to ^3.0.1
14+
615
## 1.0.0 (2024-09-02)
716

817

apps/apps-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/laverve/fusion/issues"
66
},
77
"dependencies": {
8-
"@laverve/timer": "^3.0.0",
8+
"@laverve/timer": "^3.0.1",
99
"react": "^18.2.0"
1010
},
1111
"description": "Component documentation via Storybook",
@@ -44,5 +44,5 @@
4444
"lint:staged": "lint-staged",
4545
"start:dev": "sb dev --port 9000"
4646
},
47-
"version": "1.0.0"
47+
"version": "1.0.1"
4848
}

package-lock.json

Lines changed: 5 additions & 5 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
@@ -46,7 +46,7 @@
4646
"test": "npm run test --workspaces",
4747
"test:staged": "npm run test --workspaces"
4848
},
49-
"version": "2.0.16",
49+
"version": "2.0.17",
5050
"workspaces": [
5151
"packages/components/*",
5252
"apps/*"

packages/components/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+
## [3.0.1](https://github.com/laverve/ui-toolbox/compare/timer-v3.0.0...timer-v3.0.1) (2024-09-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **timer:** reset timer if type or timeout were changed ([#20](https://github.com/laverve/ui-toolbox/issues/20)) ([a411dfd](https://github.com/laverve/ui-toolbox/commit/a411dfd2112a0513ee3cde8e952e38f7cc92611a))
12+
613
## [3.0.0](https://github.com/laverve/ui-toolbox/compare/timer-v2.0.15...timer-v3.0.0) (2024-09-02)
714

815

packages/components/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"
4444
},
45-
"version": "3.0.0",
45+
"version": "3.0.1",
4646
"webpack": "./src/index.ts"
4747
}

0 commit comments

Comments
 (0)