Skip to content

Commit 927ae11

Browse files
authored
chore: release main (#19)
1 parent 4f7f1a9 commit 927ae11

File tree

8 files changed

+65
-11
lines changed

8 files changed

+65
-11
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
".": "2.0.15",
3-
"packages/components/timer": "2.0.15"
2+
".": "2.0.16",
3+
"packages/components/timer": "3.0.0",
4+
"apps/apps-storybook": "1.0.0"
45
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.16](https://github.com/laverve/ui-toolbox/compare/laverve-monorepo-v2.0.15...laverve-monorepo-v2.0.16) (2024-09-02)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* first available for public use version
12+
* fixes deploy gh pages script ([#2](https://github.com/laverve/ui-toolbox/issues/2))
13+
14+
### Bug Fixes
15+
16+
* breaking change ([a6f87f3](https://github.com/laverve/ui-toolbox/commit/a6f87f3a879e45a59b48a66b2a5de57217642fb7))
17+
* do not reset timer start and end time when stopping counting ([f7e173c](https://github.com/laverve/ui-toolbox/commit/f7e173cf5326e3afb537014810fceff3465a44f8))
18+
* fixes deploy gh pages script ([#2](https://github.com/laverve/ui-toolbox/issues/2)) ([951a870](https://github.com/laverve/ui-toolbox/commit/951a870b6fdad83fd61a2a5dd0ad1ca4e21cf378))
19+
* fixes styles ([c96b880](https://github.com/laverve/ui-toolbox/commit/c96b88020b9176af56f20681482c34fcf7689d54))
20+
* improves timer's state calculation ([7776f4d](https://github.com/laverve/ui-toolbox/commit/7776f4d57cc2eaa31acc9e2acc952d044b7065ea))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* switch to moduleResolution=Node ([#16](https://github.com/laverve/ui-toolbox/issues/16)) ([5634c9f](https://github.com/laverve/ui-toolbox/commit/5634c9fe65dbfb58b35e4e59fe431d4799c0039e))
26+
627
## 2.0.15 (2024-08-31)
728

829
**Note:** Version bump only for package laverve-monorepo

apps/apps-storybook/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0 (2024-09-02)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* first available for public use version
12+
13+
### Bug Fixes
14+
15+
* breaking change ([a6f87f3](https://github.com/laverve/ui-toolbox/commit/a6f87f3a879e45a59b48a66b2a5de57217642fb7))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @laverve/timer bumped from ^2.0.15 to ^3.0.0
23+
624
## 2.0.15 (2024-08-31)
725

826
**Note:** Version bump only for package @laverve/storybook

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": "^2.0.15",
8+
"@laverve/timer": "^3.0.0",
99
"react": "^18.2.0"
1010
},
1111
"description": "Component documentation via Storybook",
@@ -42,5 +42,5 @@
4242
"lint:staged": "lint-staged",
4343
"start:dev": "sb dev --port 9000"
4444
},
45-
"version": "2.0.15"
45+
"version": "1.0.0"
4646
}

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
@@ -47,7 +47,7 @@
4747
"test": "lerna run test",
4848
"test:staged": "lerna run test --since=origin/main"
4949
},
50-
"version": "1.0.0",
50+
"version": "2.0.16",
5151
"workspaces": [
5252
"packages/components/*",
5353
"apps/*"

packages/components/timer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/laverve/ui-toolbox/compare/timer-v2.0.15...timer-v3.0.0) (2024-09-02)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* first available for public use version
12+
13+
### Bug Fixes
14+
15+
* breaking change ([a6f87f3](https://github.com/laverve/ui-toolbox/commit/a6f87f3a879e45a59b48a66b2a5de57217642fb7))
16+
* do not reset timer start and end time when stopping counting ([f7e173c](https://github.com/laverve/ui-toolbox/commit/f7e173cf5326e3afb537014810fceff3465a44f8))
17+
* fixes styles ([c96b880](https://github.com/laverve/ui-toolbox/commit/c96b88020b9176af56f20681482c34fcf7689d54))
18+
* improves timer's state calculation ([7776f4d](https://github.com/laverve/ui-toolbox/commit/7776f4d57cc2eaa31acc9e2acc952d044b7065ea))
19+
620
## 2.0.15 (2024-08-31)
721

822
**Note:** Version bump only for package @laverve/timer

packages/components/timer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"test": "jest --passWithNoTests",
4242
"build": "rimraf ./dist && tsc"
4343
},
44-
"version": "2.0.15",
44+
"version": "3.0.0",
4545
"webpack": "./src/index.ts"
4646
}

0 commit comments

Comments
 (0)