From 5ce2106e15239f41ae0f97c11b60215886d4680a Mon Sep 17 00:00:00 2001
From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Date: Tue, 29 Oct 2024 11:36:41 -0400
Subject: [PATCH] chore(main): release web-sdk 1.3.0 (#1038)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
:robot: I have created a release *beep* *boop*
---
##
[1.3.0](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.4...web-sdk-v1.3.0)
(2024-10-29)
### โจ New Features
* implement tracking as per spec
([#1020](https://github.com/open-feature/js-sdk/issues/1020))
([80f182e](https://github.com/open-feature/js-sdk/commit/80f182e1afbd3a705bf3de6a0d9886ccb3424b44))
### ๐งน Chore
* import type lint rule and fixes
([#1039](https://github.com/open-feature/js-sdk/issues/1039))
([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))
* **main:** release core 1.5.0
([#1040](https://github.com/open-feature/js-sdk/issues/1040))
([fe3ad8e](https://github.com/open-feature/js-sdk/commit/fe3ad8eeb9219ff08ba287cab228016da0b88e88))
### ๐ Documentation
* update domain context terminology
([#1037](https://github.com/open-feature/js-sdk/issues/1037))
([924802b](https://github.com/open-feature/js-sdk/commit/924802b21d70889631e1fb0fb02225a7f8d2638d))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
packages/web/CHANGELOG.md | 18 ++++++++++++++++++
packages/web/README.md | 4 ++--
packages/web/package.json | 2 +-
4 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 580e03058..3caec89dc 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -2,7 +2,7 @@
"packages/nest": "0.2.1-experimental",
"packages/react": "0.4.6",
"packages/angular": "0.0.1-experimental",
- "packages/web": "1.2.4",
+ "packages/web": "1.3.0",
"packages/server": "1.15.1",
"packages/shared": "1.5.0",
"packages/angular/projects/angular-sdk": "0.0.6-experimental"
diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md
index c4bf2db6e..874d1f777 100644
--- a/packages/web/CHANGELOG.md
+++ b/packages/web/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
+## [1.3.0](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.4...web-sdk-v1.3.0) (2024-10-29)
+
+
+### โจ New Features
+
+* implement tracking as per spec ([#1020](https://github.com/open-feature/js-sdk/issues/1020)) ([80f182e](https://github.com/open-feature/js-sdk/commit/80f182e1afbd3a705bf3de6a0d9886ccb3424b44))
+
+
+### ๐งน Chore
+
+* import type lint rule and fixes ([#1039](https://github.com/open-feature/js-sdk/issues/1039)) ([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))
+* **main:** release core 1.5.0 ([#1040](https://github.com/open-feature/js-sdk/issues/1040)) ([fe3ad8e](https://github.com/open-feature/js-sdk/commit/fe3ad8eeb9219ff08ba287cab228016da0b88e88))
+
+
+### ๐ Documentation
+
+* update domain context terminology ([#1037](https://github.com/open-feature/js-sdk/issues/1037)) ([924802b](https://github.com/open-feature/js-sdk/commit/924802b21d70889631e1fb0fb02225a7f8d2638d))
+
## [1.2.4](https://github.com/open-feature/js-sdk/compare/web-sdk-v1.2.3...web-sdk-v1.2.4) (2024-09-20)
diff --git a/packages/web/README.md b/packages/web/README.md
index 7873df0a3..8de41c730 100644
--- a/packages/web/README.md
+++ b/packages/web/README.md
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/packages/web/package.json b/packages/web/package.json
index 61f77888c..0eaa7c7dc 100644
--- a/packages/web/package.json
+++ b/packages/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@openfeature/web-sdk",
- "version": "1.2.4",
+ "version": "1.3.0",
"description": "OpenFeature SDK for Web",
"main": "./dist/cjs/index.js",
"files": [