Skip to content

Commit ab7f12d

Browse files
committed
chore: initial release changeset
1 parent c0860fd commit ab7f12d

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["web", "api"]
10+
"ignore": ["@flagix/web", "@flagix/api"]
1111
}

.changeset/legal-days-invent.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@flagix/js-sdk": minor
3+
"@flagix/react": minor
4+
"@flagix/evaluation-core": minor
5+
---
6+
7+
initial release

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
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 }}

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "web",
2+
"name": "@flagix/web",
33
"version": "0.1.0",
44
"type": "module",
55
"private": true,

sdk/javascript/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"@types/node": "^22.15.3",
4040
"tsup": "^8.5.1",
4141
"typescript": "^5.9.3"
42+
},
43+
"publishConfig": {
44+
"access": "public"
4245
}
4346
}

sdk/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"react-dom": "^18.0.0",
4545
"tsup": "^8.0.0",
4646
"typescript": "^5.0.0"
47+
},
48+
"publishConfig": {
49+
"access": "public"
4750
}
4851
}

0 commit comments

Comments
 (0)