Skip to content

Commit 6478a8e

Browse files
chore: release main (#372)
🤖 I have created a release *beep* *boop* --- <details><summary>@openfeature/js-sdk: 1.1.1</summary> ### Dependencies * The following workspace dependencies were updated * devDependencies * @openfeature/shared bumped from 0.0.1 to 0.0.2 </details> <details><summary>shared: 0.0.2</summary> ## [0.0.2](shared-v0.0.1...shared-v0.0.2) (2023-03-09) ### Bug Fixes * add docs to EventTypes ([e9f3d32](e9f3d32)) </details> <details><summary>@openfeature/web-sdk: 0.0.2-experimental</summary> ### Dependencies * The following workspace dependencies were updated * devDependencies * @openfeature/shared bumped from 0.0.1 to 0.0.2 </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>
1 parent e9f3d32 commit 6478a8e

File tree

7 files changed

+29
-8
lines changed

7 files changed

+29
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/server": "1.1.0",
3-
"packages/client": "0.0.1-experimental",
4-
"packages/shared": "0.0.1"
2+
"packages/server": "1.1.1",
3+
"packages/client": "0.0.2-experimental",
4+
"packages/shared": "0.0.2"
55
}

packages/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* devDependencies
7+
* @openfeature/shared bumped from 0.0.1 to 0.0.2

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/web-sdk",
3-
"version": "0.0.1-experimental",
3+
"version": "0.0.2-experimental",
44
"description": "OpenFeature SDK for Web",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -46,6 +46,6 @@
4646
},
4747
"homepage": "https://github.com/open-feature/js-sdk#readme",
4848
"devDependencies": {
49-
"@openfeature/shared": "0.0.1"
49+
"@openfeature/shared": "0.0.2"
5050
}
5151
}

packages/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* devDependencies
7+
* @openfeature/shared bumped from 0.0.1 to 0.0.2
8+
39
## [1.1.0](https://github.com/open-feature/js-sdk/compare/v1.0.1...v1.1.0) (2023-01-23)
410

511

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/js-sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "OpenFeature SDK for JavaScript",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -45,6 +45,6 @@
4545
},
4646
"homepage": "https://github.com/open-feature/js-sdk#readme",
4747
"devDependencies": {
48-
"@openfeature/shared": "0.0.1"
48+
"@openfeature/shared": "0.0.2"
4949
}
5050
}

packages/shared/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/open-feature/js-sdk/compare/shared-v0.0.1...shared-v0.0.2) (2023-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* add docs to EventTypes ([e9f3d32](https://github.com/open-feature/js-sdk/commit/e9f3d3209da35f77a93d601fa74be2872d405c40))

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/shared",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "src/index",
55
"description": "Shared js/web components",
66
"devDependencies": {},

0 commit comments

Comments
 (0)