Skip to content

Commit 3776d73

Browse files
Version Packages (#145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4796a44 commit 3776d73

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/many-candles-raise.md

-7
This file was deleted.

packages/chakra-ui/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @fabrix-framework/chakra-ui
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#143](https://github.com/fabrix-framework/fabrix/pull/143) [`4796a44`](https://github.com/fabrix-framework/fabrix/commit/4796a4427c768f4a9b414d99d3161645026c76d4) Thanks [@IzumiSy](https://github.com/IzumiSy)! - Update meta fields in package.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4796a44`](https://github.com/fabrix-framework/fabrix/commit/4796a4427c768f4a9b414d99d3161645026c76d4)]:
12+
- @fabrix-framework/fabrix@0.4.0
13+
314
## 0.3.0
415

516
### Minor Changes

packages/chakra-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fabrix-framework/chakra-ui",
33
"private": false,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"description": "Chakra UI components for Fabrix",
66
"homepage": "https://fabrix-framework.github.io/docs/",
77
"repository": {

packages/fabrix/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fabrix-framework/fabrix
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#143](https://github.com/fabrix-framework/fabrix/pull/143) [`4796a44`](https://github.com/fabrix-framework/fabrix/commit/4796a4427c768f4a9b414d99d3161645026c76d4) Thanks [@IzumiSy](https://github.com/IzumiSy)! - Update meta fields in package.json
8+
39
## 0.3.0
410

511
### Minor Changes

packages/fabrix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fabrix-framework/fabrix",
33
"private": false,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"description": "schema-driven UI packages",
66
"homepage": "https://fabrix-framework.github.io/docs/",
77
"repository": {

packages/graphql-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fabrix-framework/graphql-config
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#143](https://github.com/fabrix-framework/fabrix/pull/143) [`4796a44`](https://github.com/fabrix-framework/fabrix/commit/4796a4427c768f4a9b414d99d3161645026c76d4) Thanks [@IzumiSy](https://github.com/IzumiSy)! - Update meta fields in package.json
8+
39
## 0.2.0
410

511
### Minor Changes

packages/graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fabrix-framework/graphql-config",
33
"private": false,
44
"type": "module",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"description": "GraphQL configuration for fabrix",
77
"homepage": "https://fabrix-framework.github.io/docs/",
88
"repository": {

0 commit comments

Comments
 (0)