Skip to content

Commit

Permalink
chore: release main (open-feature#374)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>web-sdk: 0.1.0-experimental</summary>

##
[0.1.0-experimental](open-feature/js-sdk@web-sdk-v0.0.2-experimental...web-sdk-v0.1.0-experimental)
(2023-03-13)


### ⚠ BREAKING CHANGES

* remove context from client interfaces
([open-feature#373](open-feature#373))

### Bug Fixes

* remove context from client interfaces
([open-feature#373](open-feature#373))
([a692a32](open-feature@a692a32))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 13, 2023
1 parent a692a32 commit f34676c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/server": "1.1.1",
"packages/client": "0.0.2-experimental",
"packages/client": "0.1.0-experimental",
"packages/shared": "0.0.2"
}
13 changes: 13 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0-experimental](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.0.2-experimental...web-sdk-v0.1.0-experimental) (2023-03-13)


### ⚠ BREAKING CHANGES

* remove context from client interfaces ([#373](https://github.com/open-feature/js-sdk/issues/373))

### Bug Fixes

* remove context from client interfaces ([#373](https://github.com/open-feature/js-sdk/issues/373)) ([a692a32](https://github.com/open-feature/js-sdk/commit/a692a329ac73f8c9e507dd58b8390533a7648375))

## Changelog

### Dependencies

* The following workspace dependencies were updated
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/web-sdk",
"version": "0.0.2-experimental",
"version": "0.1.0-experimental",
"description": "OpenFeature SDK for Web",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit f34676c

Please sign in to comment.