Skip to content

Commit 0fa574d

Browse files
v2.0.10
1 parent d7d0219 commit 0fa574d

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10 (2024-07-19)
7+
8+
**Note:** Version bump only for package laverve-monorepo
9+
610
## 2.0.9 (2024-07-19)
711

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

apps/apps-storybook/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10 (2024-07-19)
7+
8+
**Note:** Version bump only for package @laverve/storybook
9+
610
## 2.0.9 (2024-07-19)
711

812
**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.9",
8+
"@laverve/timer": "^2.0.10",
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.9"
45+
"version": "2.0.10"
4646
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"syncDistVersion": true
3030
}
3131
},
32-
"version": "2.0.9"
32+
"version": "2.0.10"
3333
}

package-lock.json

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

packages/components/timer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10 (2024-07-19)
7+
8+
**Note:** Version bump only for package @laverve/timer
9+
610
## 2.0.9 (2024-07-19)
711

812
**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": "tsc"
4343
},
44-
"version": "2.0.9",
44+
"version": "2.0.10",
4545
"webpack": "./src/index.ts"
4646
}

0 commit comments

Comments
 (0)