Skip to content

Commit

Permalink
chore: release main (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
1 parent f838752 commit eb79750
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/openfeature-server-provider": "0.2.11",
"packages/openfeature-web-provider": "0.2.11",
"packages/sdk": "0.1.6",
"packages/react": "0.0.6"
"packages/openfeature-server-provider": "0.2.12",
"packages/openfeature-web-provider": "0.2.12",
"packages/sdk": "0.2.0",
"packages/react": "0.0.7"
}
6 changes: 6 additions & 0 deletions packages/openfeature-server-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
* devDependencies
* @spotify-confidence/sdk bumped from 0.1.4 to 0.1.5

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @spotify-confidence/sdk bumped to 0.2.0

## [0.2.11](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.10...openfeature-server-provider-v0.2.11) (2024-08-20)


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.2.11",
"version": "0.2.12",
"types": "build/types/index.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/openfeature-web-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
* devDependencies
* @spotify-confidence/sdk bumped from 0.1.4 to 0.1.5

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @spotify-confidence/sdk bumped to 0.2.0

## [0.2.11](https://github.com/spotify/confidence-sdk-js/compare/openfeature-web-provider-v0.2.10...openfeature-web-provider-v0.2.11) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/openfeature-web-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/openfeature-web-provider",
"license": "Apache-2.0",
"version": "0.2.11",
"version": "0.2.12",
"types": "build/types/index.d.ts",
"dependencies": {
"fast-deep-equal": "^3.1.3"
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
* devDependencies
* @spotify-confidence/sdk bumped from 0.1.3 to 0.1.4

## [0.0.7](https://github.com/spotify/confidence-sdk-js/compare/react-v0.0.6...react-v0.0.7) (2024-09-12)


### 🔄 Refactoring

* remove the widen type ([#193](https://github.com/spotify/confidence-sdk-js/issues/193)) ([99c9659](https://github.com/spotify/confidence-sdk-js/commit/99c9659e857ad862f6273fe2209abdd47073440c))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @spotify-confidence/sdk bumped to 0.2.0

## [0.0.6](https://github.com/spotify/confidence-sdk-js/compare/react-v0.0.5...react-v0.0.6) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotify-confidence/react",
"license": "Apache-2.0",
"version": "0.0.6",
"version": "0.0.7",
"types": "build/types/index.d.ts",
"files": [
"dist/index.*"
Expand Down
29 changes: 29 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.2.0](https://github.com/spotify/confidence-sdk-js/compare/sdk-v0.1.6...sdk-v0.2.0) (2024-09-12)


### ⚠ BREAKING CHANGES

* visitor id disabled by default ([#199](https://github.com/spotify/confidence-sdk-js/issues/199))
* mark Confidence constructor as internal ([#195](https://github.com/spotify/confidence-sdk-js/issues/195))

### 🐛 Bug Fixes

* mark Confidence constructor as internal ([#195](https://github.com/spotify/confidence-sdk-js/issues/195)) ([1eb79c0](https://github.com/spotify/confidence-sdk-js/commit/1eb79c039dfcde30dd4a279f96b8b903e5b356ff))
* visitor id disabled by default ([#199](https://github.com/spotify/confidence-sdk-js/issues/199)) ([aea60c4](https://github.com/spotify/confidence-sdk-js/commit/aea60c466f9780e0fb252a74dd80a2834230a0b1))


### ✨ New Features

* add a custom baseURL for sidecar resolves ([#200](https://github.com/spotify/confidence-sdk-js/issues/200)) ([f838752](https://github.com/spotify/confidence-sdk-js/commit/f838752046abb0afa383dc2c8d421f196fddf8c7))


### 📚 Documentation

* clarify importance of withContext in server usage ([#197](https://github.com/spotify/confidence-sdk-js/issues/197)) ([57aad0a](https://github.com/spotify/confidence-sdk-js/commit/57aad0a31cf14fd0e97f606630a2ac8d056d9fe4))
* fix styling of alert box ([#198](https://github.com/spotify/confidence-sdk-js/issues/198)) ([935a195](https://github.com/spotify/confidence-sdk-js/commit/935a19548b462dd886a5128f30b7b61559dbfdc3))


### 🔄 Refactoring

* remove the widen type ([#193](https://github.com/spotify/confidence-sdk-js/issues/193)) ([99c9659](https://github.com/spotify/confidence-sdk-js/commit/99c9659e857ad862f6273fe2209abdd47073440c))

## [0.1.6](https://github.com/spotify/confidence-sdk-js/compare/sdk-v0.1.5...sdk-v0.1.6) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.6",
"version": "0.2.0",
"types": "build/types/index.d.ts",
"engineStrict": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/Confidence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export class Confidence implements EventSender, Trackable, FlagResolver {
}: ConfidenceOptions): Confidence {
const sdk = {
id: SdkId.SDK_ID_JS_CONFIDENCE,
version: '0.1.6', // x-release-please-version
version: '0.2.0', // x-release-please-version
} as const;
let flagResolverClient: FlagResolverClient = new FetchingFlagResolverClient({
clientSecret,
Expand Down

0 comments on commit eb79750

Please sign in to comment.