Skip to content

Commit 0adf20f

Browse files
committed
version
1 parent f1d66a0 commit 0adf20f

File tree

6 files changed

+34
-2
lines changed

6 files changed

+34
-2
lines changed

.changeset/pre.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"mode": "pre",
3+
"tag": "v2-fork",
4+
"initialVersions": {
5+
"@moblin/chakra-ui": "3.0.0",
6+
"@moblin/core": "0.2.0",
7+
"@moblin/dev": "0.1.0",
8+
"@moblin/storybook-chakra-ui": "1.2.3",
9+
"@moblin/storybook-indexer": "0.2.0"
10+
},
11+
"changesets": [
12+
"solid-mugs-guess"
13+
]
14+
}

.changeset/solid-mugs-guess.md

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

packages/chakra-ui/CHANGELOG.md

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

3+
## 4.0.0-v2-fork.0
4+
5+
### Major Changes
6+
7+
- replace chakra-ui with chakra-v2 fork
8+
39
## 3.0.0
410

511
### Major 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": "3.0.0",
3+
"version": "4.0.0-v2-fork.0",
44
"description": "Moblin layout system for chakra-ui",
55
"author": "Anil Anar",
66
"license": "MIT",

packages/storybook-chakra-ui/CHANGELOG.md

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

3+
## 1.2.4-v2-fork.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @moblin/chakra-ui@4.0.0-v2-fork.0
9+
310
## 1.2.3
411

512
### Patch 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.3",
4+
"version": "1.2.4-v2-fork.0",
55
"type": "module",
66
"scripts": {
77
"storybook": "storybook dev --no-open -p 6006",

0 commit comments

Comments
 (0)