Skip to content

Commit dc5ec20

Browse files
committed
version
1 parent 80fcd05 commit dc5ec20

File tree

7 files changed

+58
-2
lines changed

7 files changed

+58
-2
lines changed

.changeset/moody-games-stare.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moblin/storybook-chakra-ui": major
3+
"@moblin/chakra-ui": major
4+
---
5+
6+
replace chakra-ui v2 with its fork @chakra-v2/react

.changeset/pre.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mode": "pre",
3+
"tag": "v2-fork",
4+
"initialVersions": {
5+
"@moblin/chakra-ui": "2.3.0",
6+
"@moblin/core": "0.2.0",
7+
"@moblin/dev": "0.1.0",
8+
"@moblin/storybook-chakra-ui": "1.2.0",
9+
"@moblin/storybook-indexer": "0.2.0"
10+
},
11+
"changesets": [
12+
"moody-games-stare",
13+
"witty-books-search"
14+
]
15+
}

.changeset/witty-books-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@moblin/chakra-ui": patch
3+
---
4+
5+
force publish to fix empty pkg

packages/chakra-ui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @moblin/chakra-ui
22

3+
## 3.0.0-v2-fork.1
4+
5+
### Patch Changes
6+
7+
- force publish to fix empty pkg
8+
9+
## 3.0.0-v2-fork.0
10+
11+
### Major Changes
12+
13+
- 854367f: replace chakra-ui v2 with its fork @chakra-v2/react
14+
315
## 2.3.0
416

517
### Minor Changes

packages/chakra-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moblin/chakra-ui",
3-
"version": "2.3.0",
3+
"version": "3.0.0-v2-fork.1",
44
"description": "Moblin layout system for chakra-ui",
55
"author": "Anil Anar",
66
"license": "MIT",

packages/storybook-chakra-ui/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @moblin/storybook-chakra-ui
22

3+
## 2.0.0-v2-fork.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @moblin/chakra-ui@3.0.0-v2-fork.1
9+
10+
## 2.0.0-v2-fork.0
11+
12+
### Major Changes
13+
14+
- 854367f: replace chakra-ui v2 with its fork @chakra-v2/react
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [854367f]
19+
- @moblin/chakra-ui@3.0.0-v2-fork.0
20+
321
## 1.2.0
422

523
### Minor Changes

packages/storybook-chakra-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moblin/storybook-chakra-ui",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "2.0.0-v2-fork.1",
55
"type": "module",
66
"scripts": {
77
"storybook": "storybook dev --no-open -p 6006",

0 commit comments

Comments
 (0)