File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "access" : " public" ,
88 "baseBranch" : " main" ,
99 "updateInternalDependencies" : " patch" ,
10- "ignore" : [" web" , " api" ]
10+ "ignore" : [" @flagix/ web" , " @flagix/ api" ]
1111}
Original file line number Diff line number Diff line change 1+ ---
2+ " @flagix/js-sdk " : minor
3+ " @flagix/react " : minor
4+ " @flagix/evaluation-core " : minor
5+ ---
6+
7+ initial release
Original file line number Diff line number Diff line change 4242 id : changesets
4343 uses : changesets/action@v1
4444 with :
45- publish : pnpm changeset publish
46- commit : ' chore: release SDKs '
47- title : ' chore: release SDKs '
45+ publish : pnpm release
46+ commit : ' chore: version packages '
47+ title : ' chore: version packages '
4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "name" : " web" ,
2+ "name" : " @flagix/ web" ,
33 "version" : " 0.1.0" ,
44 "type" : " module" ,
55 "private" : true ,
Original file line number Diff line number Diff line change 3939 "@types/node" : " ^22.15.3" ,
4040 "tsup" : " ^8.5.1" ,
4141 "typescript" : " ^5.9.3"
42+ },
43+ "publishConfig" : {
44+ "access" : " public"
4245 }
4346}
Original file line number Diff line number Diff line change 4444 "react-dom" : " ^18.0.0" ,
4545 "tsup" : " ^8.0.0" ,
4646 "typescript" : " ^5.0.0"
47+ },
48+ "publishConfig" : {
49+ "access" : " public"
4750 }
4851}
You can’t perform that action at this time.
0 commit comments