File tree 8 files changed +65
-11
lines changed
packages/components/timer 8 files changed +65
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
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"
4
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
27
## 2.0.15 (2024-08-31)
7
28
8
29
** Note:** Version bump only for package laverve-monorepo
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
24
## 2.0.15 (2024-08-31)
7
25
8
26
** Note:** Version bump only for package @laverve/storybook
Original file line number Diff line number Diff line change 5
5
"url" : " https://github.com/laverve/fusion/issues"
6
6
},
7
7
"dependencies" : {
8
- "@laverve/timer" : " ^2 .0.15 " ,
8
+ "@laverve/timer" : " ^3 .0.0 " ,
9
9
"react" : " ^18.2.0"
10
10
},
11
11
"description" : " Component documentation via Storybook" ,
42
42
"lint:staged" : " lint-staged" ,
43
43
"start:dev" : " sb dev --port 9000"
44
44
},
45
- "version" : " 2 .0.15 "
45
+ "version" : " 1 .0.0 "
46
46
}
Original file line number Diff line number Diff line change 47
47
"test" : " lerna run test" ,
48
48
"test:staged" : " lerna run test --since=origin/main"
49
49
},
50
- "version" : " 1 .0.0 " ,
50
+ "version" : " 2 .0.16 " ,
51
51
"workspaces" : [
52
52
" packages/components/*" ,
53
53
" apps/*"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
20
## 2.0.15 (2024-08-31)
7
21
8
22
** Note:** Version bump only for package @laverve/timer
Original file line number Diff line number Diff line change 41
41
"test" : " jest --passWithNoTests" ,
42
42
"build" : " rimraf ./dist && tsc"
43
43
},
44
- "version" : " 2 .0.15 " ,
44
+ "version" : " 3 .0.0 " ,
45
45
"webpack" : " ./src/index.ts"
46
46
}
You can’t perform that action at this time.
0 commit comments