Skip to content

Commit

Permalink
feat: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monsagri committed Jun 27, 2023
1 parent 6771a1c commit 5506cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/vercel/examples/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@launchdarkly/vercel-server-sdk": "^0.4.0",
"@launchdarkly/vercel-server-sdk": "1.0.0",
"@vercel/edge-config": "0.1.10",
"launchdarkly-js-client-sdk": "^3.1.3",
"launchdarkly-react-client-sdk": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/vercel/examples/route-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@launchdarkly/vercel-server-sdk": "0.4.0",
"@launchdarkly/vercel-server-sdk": "1.0.0",
"@vercel/edge-config": "^0.2.1",
"next": "^13.4.4",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"extra-files": [
"src/createPlatformInfo.ts"
],
"bump-minor-pre-major": true
"release-as": "1.0.0"
},
"packages/sdk/akamai-base": {
"extra-files": [
Expand Down

0 comments on commit 5506cde

Please sign in to comment.