Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and andreas-karlsson committed Apr 4, 2024
1 parent ac4a56b commit 86023f5
Show file tree
Hide file tree
Showing 18 changed files with 167 additions and 52 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/client-http": "0.1.4",
"packages/integration-react": "0.1.5",
"packages/openfeature-server-provider": "0.1.5",
"packages/openfeature-web-provider": "0.1.5",
"packages/sdk": "0.0.1"
"packages/client-http": "0.1.5",
"packages/integration-react": "0.2.0-rc.0",
"packages/openfeature-server-provider": "0.2.0-rc.0",
"packages/openfeature-web-provider": "0.2.0-rc.0",
"packages/sdk": "0.0.2"
}
4 changes: 2 additions & 2 deletions examples/next12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@openfeature/core": "^0.0.24",
"@openfeature/server-sdk": "^1.10.0",
"@openfeature/web-sdk": "^0.4.11",
"@spotify-confidence/openfeature-server-provider": "0.1.5",
"@spotify-confidence/openfeature-web-provider": "0.1.5",
"@spotify-confidence/openfeature-server-provider": "0.2.0-rc.0",
"@spotify-confidence/openfeature-web-provider": "0.2.0-rc.0",
"next": "13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/next13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@openfeature/core": "^0.0.24",
"@openfeature/server-sdk": "^1.10.0",
"@openfeature/web-sdk": "^0.4.11",
"@spotify-confidence/openfeature-server-provider": "0.1.5",
"@spotify-confidence/openfeature-web-provider": "0.1.5",
"@spotify-confidence/openfeature-server-provider": "0.2.0-rc.0",
"@spotify-confidence/openfeature-web-provider": "0.2.0-rc.0",
"@types/node": "20.6.5",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@openfeature/core": "^0.0.24",
"@openfeature/server-sdk": "^1.10.0",
"@spotify-confidence/openfeature-server-provider": "0.1.5"
"@spotify-confidence/openfeature-server-provider": "0.2.0-rc.0"
},
"scripts": {
"dev": "node src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion examples/nodeCJS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@openfeature/core": "^0.0.24",
"@openfeature/server-sdk": "^1.10.0",
"@spotify-confidence/openfeature-server-provider": "0.1.5"
"@spotify-confidence/openfeature-server-provider": "0.2.0-rc.0"
},
"scripts": {
"dev": "node src/index.js"
Expand Down
4 changes: 2 additions & 2 deletions examples/react18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@openfeature/core": "^0.0.24",
"@openfeature/web-sdk": "^0.4.11",
"@spotify-confidence/integration-react": "0.1.3",
"@spotify-confidence/openfeature-web-provider": "0.1.5",
"@spotify-confidence/integration-react": "0.2.0-rc.0",
"@spotify-confidence/openfeature-web-provider": "0.2.0-rc.0",
"@testing-library/dom": "^7.29.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/client-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.5](https://github.com/spotify/confidence-openfeature-provider-js/compare/client-http-v0.1.4...client-http-v0.1.5) (2024-04-04)


### 🐛 Bug Fixes

* **client-http:** do not retry aborted requests ([22c2e0d](https://github.com/spotify/confidence-openfeature-provider-js/commit/22c2e0d01a09acc512a334a70d386eb6cdb8e8e5))


### ✨ New Features

* **client-http:** improved request logic ([81aee93](https://github.com/spotify/confidence-openfeature-provider-js/commit/81aee937921d28851400d63284c0ab3a7a882ed1))
* send sdk info with apply events ([6b95d0e](https://github.com/spotify/confidence-openfeature-provider-js/commit/6b95d0ea90059cae6fd71882a13a65ee84eb0e2c))
* total confidence sdk ([fe6ae99](https://github.com/spotify/confidence-openfeature-provider-js/commit/fe6ae9979fba51886005542ab5f3cc06a392bcc3))

## [0.1.4](https://github.com/spotify/confidence-openfeature-provider-js/compare/client-http-v0.1.3...client-http-v0.1.4) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/client-http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/client-http",
"license": "Apache-2.0",
"version": "0.1.4",
"version": "0.1.5",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
Expand Down
28 changes: 28 additions & 0 deletions packages/integration-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,34 @@
* devDependencies
* @spotify-confidence/openfeature-web-provider bumped from ^0.1.4 to ^0.1.5

## [0.2.0-rc.0](https://github.com/spotify/confidence-openfeature-provider-js/compare/integration-react-v0.1.5...integration-react-v0.2.0-rc.0) (2024-04-04)


### ⚠ BREAKING CHANGES

* Since our peer dependency to `@openfeature/js-sdk` changed into `@openfeature/server-sdk`, users need to install the new package which is concidered a breaking change.

### ✨ New Features

* make provider fetchImplementation optional ([cd242a6](https://github.com/spotify/confidence-openfeature-provider-js/commit/cd242a60804d5565f69d12ec0d35acf8d980f11e))


### 🧹 Chore

* upgrade OpenFeature dependencies ([8f27a92](https://github.com/spotify/confidence-openfeature-provider-js/commit/8f27a924aa5eb7662fdf73be6564eb2e3580b2fc))


### 🔄 Refactoring

* providers depend on total confidence ([ac4a56b](https://github.com/spotify/confidence-openfeature-provider-js/commit/ac4a56be0e858cdccacd7fef248ebfec3a2e5dc0))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @spotify-confidence/openfeature-web-provider bumped from ^0.1.5 to ^0.2.0-rc.0

## [0.1.3](https://github.com/spotify/confidence-openfeature-provider-js/compare/integration-react-v0.1.2...integration-react-v0.1.3) (2024-01-05)


Expand Down
4 changes: 2 additions & 2 deletions 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.1.5",
"version": "0.2.0-rc.0",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@openfeature/core": "^0.0.24",
"@openfeature/web-sdk": "^0.4.11",
"@spotify-confidence/openfeature-web-provider": "^0.1.5",
"@spotify-confidence/openfeature-web-provider": "^0.2.0-rc.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/use-sync-external-store": "^0.0.4",
Expand Down
34 changes: 34 additions & 0 deletions packages/openfeature-server-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
* dependencies
* @spotify-confidence/client-http bumped from ^0.1.2 to ^0.1.3

## [0.2.0-rc.0](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.1.5...openfeature-server-provider-v0.2.0-rc.0) (2024-04-04)


### ⚠ BREAKING CHANGES

* Since our peer dependency to `@openfeature/js-sdk` changed into `@openfeature/server-sdk`, users need to install the new package which is concidered a breaking change.

### ✨ New Features

* make provider fetchImplementation optional ([cd242a6](https://github.com/spotify/confidence-openfeature-provider-js/commit/cd242a60804d5565f69d12ec0d35acf8d980f11e))
* send sdk info with apply events ([6b95d0e](https://github.com/spotify/confidence-openfeature-provider-js/commit/6b95d0ea90059cae6fd71882a13a65ee84eb0e2c))


### 🧹 Chore

* upgrade OpenFeature dependencies ([8f27a92](https://github.com/spotify/confidence-openfeature-provider-js/commit/8f27a924aa5eb7662fdf73be6564eb2e3580b2fc))


### 📚 Documentation

* update readme with setProviderAndWait ([6dd6847](https://github.com/spotify/confidence-openfeature-provider-js/commit/6dd6847ce513f31491ed88f75cd13d7f598bc366))


### 🔄 Refactoring

* providers depend on total confidence ([ac4a56b](https://github.com/spotify/confidence-openfeature-provider-js/commit/ac4a56be0e858cdccacd7fef248ebfec3a2e5dc0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @spotify-confidence/sdk bumped from 0.0.1 to 0.0.2

## [0.1.5](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.1.4...openfeature-server-provider-v0.1.5) (2024-02-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/openfeature-server-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@spotify-confidence/openfeature-server-provider",
"license": "Apache-2.0",
"version": "0.1.5",
"version": "0.2.0-rc.0",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
"dependencies": {
"@spotify-confidence/sdk": "0.0.1"
"@spotify-confidence/sdk": "0.0.2"
},
"devDependencies": {
"@openfeature/core": "^0.0.24",
Expand Down
35 changes: 35 additions & 0 deletions packages/openfeature-web-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,41 @@
* dependencies
* @spotify-confidence/client-http bumped from ^0.1.2 to ^0.1.3

## [0.2.0-rc.0](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-web-provider-v0.1.5...openfeature-web-provider-v0.2.0-rc.0) (2024-04-04)


### ⚠ BREAKING CHANGES

* Since our peer dependency to `@openfeature/js-sdk` changed into `@openfeature/server-sdk`, users need to install the new package which is concidered a breaking change.

### ✨ New Features

* **client-http:** improved request logic ([81aee93](https://github.com/spotify/confidence-openfeature-provider-js/commit/81aee937921d28851400d63284c0ab3a7a882ed1))
* make provider fetchImplementation optional ([cd242a6](https://github.com/spotify/confidence-openfeature-provider-js/commit/cd242a60804d5565f69d12ec0d35acf8d980f11e))
* send sdk info with apply events ([6b95d0e](https://github.com/spotify/confidence-openfeature-provider-js/commit/6b95d0ea90059cae6fd71882a13a65ee84eb0e2c))


### 🧹 Chore

* upgrade OpenFeature dependencies ([8f27a92](https://github.com/spotify/confidence-openfeature-provider-js/commit/8f27a924aa5eb7662fdf73be6564eb2e3580b2fc))


### 📚 Documentation

* update readme with setProviderAndWait ([6dd6847](https://github.com/spotify/confidence-openfeature-provider-js/commit/6dd6847ce513f31491ed88f75cd13d7f598bc366))


### 🔄 Refactoring

* providers depend on total confidence ([ac4a56b](https://github.com/spotify/confidence-openfeature-provider-js/commit/ac4a56be0e858cdccacd7fef248ebfec3a2e5dc0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @spotify-confidence/sdk bumped from 0.0.1 to 0.0.2

## [0.1.5](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-web-provider-v0.1.4...openfeature-web-provider-v0.1.5) (2024-02-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/openfeature-web-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@spotify-confidence/openfeature-web-provider",
"license": "Apache-2.0",
"version": "0.1.5",
"version": "0.2.0-rc.0",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
"dependencies": {
"@spotify-confidence/sdk": "0.0.1",
"@spotify-confidence/sdk": "0.0.2",
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog

## [0.0.2](https://github.com/spotify/confidence-openfeature-provider-js/compare/sdk-v0.0.1...sdk-v0.0.2) (2024-04-04)


### ✨ New Features

* total confidence sdk ([fe6ae99](https://github.com/spotify/confidence-openfeature-provider-js/commit/fe6ae9979fba51886005542ab5f3cc06a392bcc3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @spotify-confidence/client-http bumped from 0.1.4 to 0.1.5

## Changelog
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/sdk",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.0.2",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -19,6 +19,6 @@
"access": "public"
},
"dependencies": {
"@spotify-confidence/client-http": "0.1.4"
"@spotify-confidence/client-http": "0.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/src/Confidence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class Confidence implements EventSender {
}: ConfidenceOptions): Confidence {
const sdk = {
id: 'SDK_ID_JS_CONFIDENCE',
version: '0.0.1', // x-release-please-version
version: '0.0.2', // x-release-please-version
} as const;
const flagResolverClient = new FlagResolverClient({
clientSecret,
Expand Down
Loading

0 comments on commit 86023f5

Please sign in to comment.