Skip to content

Commit

Permalink
chore: release main (#178)
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 Aug 20, 2024
1 parent 5cc01b6 commit a35de03
Show file tree
Hide file tree
Showing 10 changed files with 101 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.10",
"packages/openfeature-web-provider": "0.2.10",
"packages/sdk": "0.1.5",
"packages/react": "0.0.5"
"packages/openfeature-server-provider": "0.2.11",
"packages/openfeature-web-provider": "0.2.11",
"packages/sdk": "0.1.6",
"packages/react": "0.0.6"
}
25 changes: 25 additions & 0 deletions packages/openfeature-server-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,31 @@
* devDependencies
* @spotify-confidence/sdk bumped from 0.1.4 to 0.1.5

## [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)


### 🐛 Bug Fixes

* use main&module instead of exports ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))
* workspace star and no amend ([#192](https://github.com/spotify/confidence-sdk-js/issues/192)) ([82c4f7d](https://github.com/spotify/confidence-sdk-js/commit/82c4f7d0d7fae558ac96617f6d51e29966e19400))


### 🧹 Chore

* update package json to expose both es and cjs ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))


### 📚 Documentation

* add documentation to the SDK to resolve MD warnings ([#177](https://github.com/spotify/confidence-sdk-js/issues/177)) ([956594b](https://github.com/spotify/confidence-sdk-js/commit/956594b3f666de3eb9567f7b4855d69a6057d2d0))


### Dependencies

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

## [0.2.9](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.8...openfeature-server-provider-v0.2.9) (2024-06-07)


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

## [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)


### 🐛 Bug Fixes

* use main&module instead of exports ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))
* workspace star and no amend ([#192](https://github.com/spotify/confidence-sdk-js/issues/192)) ([82c4f7d](https://github.com/spotify/confidence-sdk-js/commit/82c4f7d0d7fae558ac96617f6d51e29966e19400))


### 🧹 Chore

* update package json to expose both es and cjs ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))


### 📚 Documentation

* add documentation to the SDK to resolve MD warnings ([#177](https://github.com/spotify/confidence-sdk-js/issues/177)) ([956594b](https://github.com/spotify/confidence-sdk-js/commit/956594b3f666de3eb9567f7b4855d69a6057d2d0))


### Dependencies

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

## [0.2.9](https://github.com/spotify/confidence-sdk-js/compare/openfeature-web-provider-v0.2.8...openfeature-web-provider-v0.2.9) (2024-06-07)


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.10",
"version": "0.2.11",
"types": "build/types/index.d.ts",
"dependencies": {
"fast-deep-equal": "^3.1.3"
Expand Down
25 changes: 25 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@
* devDependencies
* @spotify-confidence/sdk bumped from 0.1.3 to 0.1.4

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


### 🐛 Bug Fixes

* use main&module instead of exports ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))
* workspace star and no amend ([#192](https://github.com/spotify/confidence-sdk-js/issues/192)) ([82c4f7d](https://github.com/spotify/confidence-sdk-js/commit/82c4f7d0d7fae558ac96617f6d51e29966e19400))


### 🧹 Chore

* update package json to expose both es and cjs ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))


### 📚 Documentation

* add documentation to the SDK to resolve MD warnings ([#177](https://github.com/spotify/confidence-sdk-js/issues/177)) ([956594b](https://github.com/spotify/confidence-sdk-js/commit/956594b3f666de3eb9567f7b4855d69a6057d2d0))


### Dependencies

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

## [0.0.5](https://github.com/spotify/confidence-sdk-js/compare/react-v0.0.4...react-v0.0.5) (2024-07-08)


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.5",
"version": "0.0.6",
"types": "build/types/index.d.ts",
"files": [
"dist/index.*"
Expand Down
17 changes: 17 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### 🐛 Bug Fixes

* use main&module instead of exports ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))


### 🧹 Chore

* update package json to expose both es and cjs ([5cc01b6](https://github.com/spotify/confidence-sdk-js/commit/5cc01b6c4f7cc9d0857e35ddfcca5cad3ae4d85b))


### 📚 Documentation

* add documentation to the SDK to resolve MD warnings ([#177](https://github.com/spotify/confidence-sdk-js/issues/177)) ([956594b](https://github.com/spotify/confidence-sdk-js/commit/956594b3f666de3eb9567f7b4855d69a6057d2d0))

## [0.1.5](https://github.com/spotify/confidence-sdk-js/compare/sdk-v0.1.4...sdk-v0.1.5) (2024-07-08)


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.5",
"version": "0.1.6",
"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 @@ -326,7 +326,7 @@ export class Confidence implements EventSender, Trackable, FlagResolver {
}: ConfidenceOptions): Confidence {
const sdk = {
id: SdkId.SDK_ID_JS_CONFIDENCE,
version: '0.1.5', // x-release-please-version
version: '0.1.6', // x-release-please-version
} as const;
let flagResolverClient: FlagResolverClient = new FetchingFlagResolverClient({
clientSecret,
Expand Down

0 comments on commit a35de03

Please sign in to comment.