Skip to content

Commit

Permalink
chore(main): release ofrep-web-provider 0.3.0 (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 11, 2024
1 parent 5495a25 commit e882ab3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"libs/shared/flagd-core": "0.2.3",
"libs/shared/ofrep-core": "0.2.0",
"libs/providers/ofrep": "0.1.3",
"libs/providers/ofrep-web": "0.2.0",
"libs/providers/ofrep-web": "0.3.0",
"libs/providers/flipt": "0.1.0",
"libs/providers/flagsmith-client": "0.1.2",
"libs/providers/flipt-web": "0.1.0",
Expand Down
11 changes: 11 additions & 0 deletions libs/providers/ofrep-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.2.0...ofrep-web-provider-v0.3.0) (2024-07-11)


### ⚠ BREAKING CHANGES

* use native headers, optional query params ([#1003](https://github.com/open-feature/js-sdk-contrib/issues/1003))

### ✨ New Features

* use native headers, optional query params ([#1003](https://github.com/open-feature/js-sdk-contrib/issues/1003)) ([383f4f3](https://github.com/open-feature/js-sdk-contrib/commit/383f4f310d0eeed8a72f73ed8a539aeab46e3177))

## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.1.5...ofrep-web-provider-v0.2.0) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/ofrep-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/ofrep-web-provider",
"version": "0.2.0",
"version": "0.3.0",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit e882ab3

Please sign in to comment.