Skip to content

Commit f7654e3

Browse files
v2.0.4
1 parent e385327 commit f7654e3

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
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.4 (2024-07-17)
7+
8+
**Note:** Version bump only for package laverve-monorepo
9+
610
## 2.0.3 (2024-07-17)
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.4 (2024-07-17)
7+
8+
**Note:** Version bump only for package @laverve/storybook
9+
610
## 2.0.3 (2024-07-17)
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
@@ -4,7 +4,7 @@
44
"url": "https://github.com/laverve/fusion/issues"
55
},
66
"dependencies": {
7-
"@laverve/timer": "^2.0.3",
7+
"@laverve/timer": "^2.0.4",
88
"@nextui-org/react": "^2.1.13",
99
"framer-motion": "^10.16.4",
1010
"react": "^18.2.0"
@@ -43,5 +43,5 @@
4343
"lint:staged": "lint-staged",
4444
"start:dev": "sb dev --port 9000"
4545
},
46-
"version": "2.0.3"
46+
"version": "2.0.4"
4747
}

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.3"
32+
"version": "2.0.4"
3333
}

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.

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.4 (2024-07-17)
7+
8+
**Note:** Version bump only for package @laverve/timer
9+
610
## 2.0.3 (2024-07-17)
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
@@ -40,6 +40,6 @@
4040
"test": "jest --passWithNoTests",
4141
"build": "tsc"
4242
},
43-
"version": "2.0.3",
43+
"version": "2.0.4",
4444
"webpack": "./src/index.ts"
4545
}

0 commit comments

Comments
 (0)