Skip to content

Commit

Permalink
chore: release main (#31)
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 Oct 18, 2023
1 parent 2dd3857 commit 0353749
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/client-http": "0.0.2",
"packages/integration-react": "0.0.4",
"packages/openfeature-server-provider": "0.0.3",
"packages/integration-react": "0.0.5",
"packages/openfeature-server-provider": "0.0.4",
"packages/openfeature-web-provider": "0.0.3"
}
7 changes: 7 additions & 0 deletions packages/integration-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.5](https://github.com/spotify/confidence-openfeature-provider-js/compare/integration-react-v0.0.4...integration-react-v0.0.5) (2023-10-18)


### 🐛 Bug Fixes

* **react:** issue with multiple context updates ([2dd3857](https://github.com/spotify/confidence-openfeature-provider-js/commit/2dd385764bd9c01b3f88f34b2da80b023b52cad1))

## [0.0.4](https://github.com/spotify/confidence-openfeature-provider-js/compare/integration-react-v0.0.3...integration-react-v0.0.4) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/integration-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/integration-react",
"license": "Apache-2.0",
"version": "0.0.4",
"version": "0.0.5",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
Expand Down
21 changes: 20 additions & 1 deletion packages/openfeature-server-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Change Log (Old)
# Changelog

## [0.0.4](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.0.3...openfeature-server-provider-v0.0.4) (2023-10-18)


### 🐛 Bug Fixes

* **server:** do not cache request ([#26](https://github.com/spotify/confidence-openfeature-provider-js/issues/26)) ([8205694](https://github.com/spotify/confidence-openfeature-provider-js/commit/82056948938a0d47418cb437bc1319ddd5ff10f7))


### ✨ New Features

* **examples:** add node js commonjs example ([9e9b2ad](https://github.com/spotify/confidence-openfeature-provider-js/commit/9e9b2add53ac26276d890d77f113c2e61d953ff6))


### 📚 Documentation

* **server:** update docs with correct example ([ff794fa](https://github.com/spotify/confidence-openfeature-provider-js/commit/ff794fadf2eb942622e4b0eaf9666b5db0059625))

## Change Log (Old)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
Expand Down
2 changes: 1 addition & 1 deletion packages/openfeature-server-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/openfeature-server-provider",
"license": "Apache-2.0",
"version": "0.0.3",
"version": "0.0.4",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
Expand Down

0 comments on commit 0353749

Please sign in to comment.