Skip to content

Commit 46f5851

Browse files
author
chungheon_yi
committed
build: version up
1 parent 15c1c3b commit 46f5851

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

apps/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lodado/react-namespace-storybook-docs
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @lodado/react-namespace@0.1.4
9+
310
## 0.0.4
411

512
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodado/react-namespace-storybook-docs",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"scripts": {
66
"dev": "storybook dev -p 6006",

apps/react-namespace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lodado/react-namespace
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- some bug fixes, localStore and globalStore are optional.
8+
39
## 0.1.3
410

511
### Patch Changes

apps/react-namespace/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodado/react-namespace",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"sideEffects": false,
55
"license": "MIT",
66
"exports": {
@@ -25,7 +25,6 @@
2525
"manual-release": "pnpm run build && pnpm publish --no-git-checks"
2626
},
2727
"devDependencies": {
28-
2928
"@types/lodash-es": "^4.17.12",
3029
"@types/node": "^20.12.7",
3130
"@types/react": "^18.3.12",

0 commit comments

Comments
 (0)