From d47da7852fd0d40569606768d256c66ab18a2847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:37:40 -0500 Subject: [PATCH 1/2] chore(main): release flipt-web-provider 0.1.0 (#1066) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer --- libs/providers/flipt-web/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libs/providers/flipt-web/CHANGELOG.md b/libs/providers/flipt-web/CHANGELOG.md index 0382ae1b9..bc5dbb034 100644 --- a/libs/providers/flipt-web/CHANGELOG.md +++ b/libs/providers/flipt-web/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.0) (2024-10-29) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.18 ([#1000](https://github.com/open-feature/js-sdk-contrib/issues/1000)) ([27af7fe](https://github.com/open-feature/js-sdk-contrib/commit/27af7fe2abaf113d38078304fbb457333104ba0f)) +* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.19 ([#1038](https://github.com/open-feature/js-sdk-contrib/issues/1038)) ([46f69d3](https://github.com/open-feature/js-sdk-contrib/commit/46f69d3ccbbeb76f7ae207bc96ac23a99c241465)) + + +### ๐Ÿงน Chore + +* **main:** release flipt-web-provider 0.1.0 ([#1018](https://github.com/open-feature/js-sdk-contrib/issues/1018)) ([b0a3619](https://github.com/open-feature/js-sdk-contrib/commit/b0a36194969b882e0f98eff3707afd453de27242)) +* upgrade flipt-client-browser dep ([#1070](https://github.com/open-feature/js-sdk-contrib/issues/1070)) ([2d2f70d](https://github.com/open-feature/js-sdk-contrib/commit/2d2f70d56fdbf71e8f159a645ccd55e0a9055012)) + + +### ๐Ÿ“š Documentation + +* fix README.md for flipt-web provider ([#1053](https://github.com/open-feature/js-sdk-contrib/issues/1053)) ([29c3669](https://github.com/open-feature/js-sdk-contrib/commit/29c3669676fb4526feba1d51fd344a71247c4c3f)) + ## [0.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.0) (2024-10-04) From 9a4395b20692af6bd1d15b08552edadb8e33b4ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:53:28 +0000 Subject: [PATCH 2/2] chore(deps): update dependency @types/node to v20.17.6 (#1097) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37aa7b441..5f074d905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@types/jest": "29.5.14", "@types/lodash.isempty": "^4.4.7", "@types/lodash.isequal": "^4.5.6", - "@types/node": "20.17.3", + "@types/node": "20.17.6", "@types/object-hash": "^3.0.0", "@types/semver": "^7.5.4", "@typescript-eslint/eslint-plugin": "5.62.0", @@ -4688,9 +4688,9 @@ } }, "node_modules/@types/node": { - "version": "20.17.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.3.tgz", - "integrity": "sha512-tSQrmKKatLDGnG92h40GD7FzUt0MjahaHwOME4VAFeeA/Xopayq5qLyQRy7Jg/pjgKIFBXuKcGhJo+UdYG55jQ==", + "version": "20.17.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.6.tgz", + "integrity": "sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" diff --git a/package.json b/package.json index 811466b9d..1933015b3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/jest": "29.5.14", "@types/lodash.isempty": "^4.4.7", "@types/lodash.isequal": "^4.5.6", - "@types/node": "20.17.3", + "@types/node": "20.17.6", "@types/object-hash": "^3.0.0", "@types/semver": "^7.5.4", "@typescript-eslint/eslint-plugin": "5.62.0",