Skip to content

Commit

Permalink
chore: prepare versions [skip ci]
Browse files Browse the repository at this point in the history
 - @spotify-confidence/[email protected]
 - @spotify-confidence/[email protected]
 - @spotify-confidence/[email protected]
 - @spotify-confidence/[email protected]
  • Loading branch information
Billlynch committed Aug 29, 2023
1 parent 3990909 commit c377e3d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/client-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.2 (2023-08-29)</small>

- fix: ensure the target output is esm or cjs ([3990909](https://github.com/spotify/confidence-openfeature-provider-js/commit/3990909))
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.0.1",
"version": "0.0.2",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/integration-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.3 (2023-08-29)</small>

- fix: ensure the target output is esm or cjs ([3990909](https://github.com/spotify/confidence-openfeature-provider-js/commit/3990909))

## <small>0.0.2 (2023-08-29)</small>

- fix: bump openfeature sdks ([0d01b77](https://github.com/spotify/confidence-openfeature-provider-js/commit/0d01b77)), closes [#5](https://github.com/spotify/confidence-openfeature-provider-js/issues/5)
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.0.2",
"version": "0.0.3",
"module": "build/esm/index.js",
"types": "build/types/index.d.ts",
"peerDependencies": {
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf build"
},
"devDependencies": {
"@spotify-confidence/openfeature-web-provider": "^0.0.2",
"@spotify-confidence/openfeature-web-provider": "^0.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node-fetch": "^2.6.4"
Expand Down
4 changes: 4 additions & 0 deletions packages/openfeature-server-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.3 (2023-08-29)</small>

- fix: ensure the target output is esm or cjs ([3990909](https://github.com/spotify/confidence-openfeature-provider-js/commit/3990909))

## <small>0.0.2 (2023-08-29)</small>

- fix: bump openfeature sdks ([0d01b77](https://github.com/spotify/confidence-openfeature-provider-js/commit/0d01b77)), closes [#5](https://github.com/spotify/confidence-openfeature-provider-js/issues/5)
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.0.2",
"version": "0.0.3",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
"dependencies": {
"@spotify-confidence/client-http": "^0.0.1",
"@spotify-confidence/client-http": "^0.0.2",
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/openfeature-web-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.0.3 (2023-08-29)</small>

- fix: ensure the target output is esm or cjs ([3990909](https://github.com/spotify/confidence-openfeature-provider-js/commit/3990909))

## <small>0.0.2 (2023-08-29)</small>

- fix: bump openfeature sdks ([0d01b77](https://github.com/spotify/confidence-openfeature-provider-js/commit/0d01b77)), closes [#5](https://github.com/spotify/confidence-openfeature-provider-js/issues/5)
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.0.2",
"version": "0.0.3",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
"dependencies": {
"@spotify-confidence/client-http": "^0.0.1",
"@spotify-confidence/client-http": "^0.0.2",
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
Expand Down

0 comments on commit c377e3d

Please sign in to comment.