Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release please for rn sdk alpha #331

Merged
merged 12 commits into from
Dec 27, 2023
4 changes: 2 additions & 2 deletions packages/sdk/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/react-native-client-sdk",
"version": "0.0.1",
"version": "0.1.0",
"description": "React Native LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-native": "*"
},
"dependencies": {
"@launchdarkly/js-client-sdk-common": "0.0.1",
"@launchdarkly/js-client-sdk-common": "0.1.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"base64-js": "^1.5.1",
"event-target-shim": "^6.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/sdk-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-client-sdk-common",
"version": "0.0.1",
"version": "0.1.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-sdk-common": "^2.0.0"
"@launchdarkly/js-sdk-common": "2.1.0"
},
"devDependencies": {
"@launchdarkly/private-js-mocks": "0.0.1",
Expand All @@ -52,7 +52,7 @@
"launchdarkly-js-test-helpers": "^2.2.0",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typedoc": "0.23.26",
"typescript": "^5.1.6"
"typedoc": "0.25.0",
"typescript": "5.1.6"
}
}
5 changes: 5 additions & 0 deletions packages/shared/sdk-client/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": ["../../../typedoc.base.json"],
"entryPoints": ["src/index.ts"],
"out": "docs"
}
10 changes: 9 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"packages": {
"packages/shared/common": {},
"packages/shared/sdk-client": {
"bump-minor-pre-major": true,
"release-as": "0.1.0"
},
"packages/shared/sdk-server": {},
"packages/shared/sdk-server-edge": {},
"packages/shared/akamai-edgeworker-sdk": {},
"packages/sdk/server-node": {},
"packages/sdk/cloudflare": {},
"packages/sdk/react-native": {
"bump-minor-pre-major": true,
"release-as": "0.1.0"
},
"packages/sdk/server-node": {},
"packages/sdk/vercel": {
"extra-files": ["src/createPlatformInfo.ts"]
},
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
{
"path": "./packages/shared/mocks/tsconfig.ref.json"
},
{
"path": "./packages/shared/sdk-client/tsconfig.ref.json"
},
{
"path": "./packages/shared/sdk-server/tsconfig.ref.json"
},
Expand Down