Commit 4796a44 1 parent 40e5992 commit 4796a44 Copy full SHA for 4796a44
File tree 4 files changed +28
-1
lines changed
4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @fabrix-framework/graphql-config " : minor
3
+ " @fabrix-framework/chakra-ui " : minor
4
+ " @fabrix-framework/fabrix " : minor
5
+ ---
6
+
7
+ Update meta fields in package.json
Original file line number Diff line number Diff line change 3
3
"private" : false ,
4
4
"version" : " 0.3.0" ,
5
5
"description" : " Chakra UI components for Fabrix" ,
6
+ "homepage" : " https://fabrix-framework.github.io/docs/" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/fabrix-framework/fabrix.git"
10
+ },
6
11
"exports" : {
7
12
"." : {
8
13
"types" : " ./dist/index.d.mts" ,
Original file line number Diff line number Diff line change 3
3
"private" : false ,
4
4
"version" : " 0.3.0" ,
5
5
"description" : " schema-driven UI packages" ,
6
+ "homepage" : " https://fabrix-framework.github.io/docs/" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/fabrix-framework/fabrix.git"
10
+ },
6
11
"exports" : {
7
12
"." : {
8
13
"types" : " ./dist/fabrix.d.mts" ,
23
28
"type-check" : " tsc --noEmit --incremental --pretty" ,
24
29
"test" : " vitest run"
25
30
},
26
- "keywords" : [],
31
+ "keywords" : [
32
+ " react" ,
33
+ " graphql" ,
34
+ " codegen" ,
35
+ " generator"
36
+ ],
27
37
"author" : " " ,
28
38
"license" : " MIT" ,
29
39
"dependencies" : {
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"version" : " 0.2.0" ,
6
6
"description" : " GraphQL configuration for fabrix" ,
7
+ "homepage" : " https://fabrix-framework.github.io/docs/" ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/fabrix-framework/fabrix.git"
11
+ },
7
12
"exports" : {
8
13
"." : {
9
14
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments