Skip to content

Commit

Permalink
chore: force RP package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-karlsson committed Jun 3, 2024
1 parent e76a841 commit d4776c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packages/openfeature-server-provider": "0.2.5",
"packages/openfeature-web-provider": "0.2.5",
"packages/sdk": "0.1.0"
"packages/sdk": "0.1.0",
"packages/react": "0.0.1"
}
24 changes: 21 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"path": "/examples/*/package.json",
"jsonpath": "$['dependencies']['@spotify-confidence/openfeature-server-provider']"
}
]
],
"release-as": "0.2.7"
},
"packages/openfeature-web-provider": {
"component": "openfeature-web-provider",
Expand All @@ -29,7 +30,23 @@
"path": "/examples/*/package.json",
"jsonpath": "$['dependencies']['@spotify-confidence/openfeature-web-provider']"
}
]
],
"release-as": "0.2.7"
},
"packages/react": {
"component": "react",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
{
"type": "json",
"glob": true,
"path": "/examples/*/package.json",
"jsonpath": "$['dependencies']['@spotify-confidence/react']"
}
],
"release-as": "0.0.2"
},
"packages/sdk": {
"component": "sdk",
Expand All @@ -44,7 +61,8 @@
"path": "/examples/*/package.json",
"jsonpath": "$['dependencies']['@spotify-confidence/sdk']"
}
]
],
"release-as": "0.1.2"
}
},
"changelog-sections": [
Expand Down

0 comments on commit d4776c3

Please sign in to comment.