Skip to content

Commit

Permalink
chore: release main (open-feature#94)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 15, 2022
1 parent 935ae80 commit 3bc8799
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"libs/hooks/open-telemetry": "1.2.3",
"libs/providers/go-feature-flag": "0.1.3",
"libs/providers/flagd": "0.3.0"
"libs/hooks/open-telemetry": "2.0.0",
"libs/providers/go-feature-flag": "0.2.0",
"libs/providers/flagd": "0.4.0"
}
19 changes: 19 additions & 0 deletions libs/hooks/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://github.com/open-feature/node-sdk-contrib/compare/open-telemetry-hook-v1.2.3...open-telemetry-hook-v2.0.0) (2022-08-15)


### ⚠ BREAKING CHANGES

* set openfeature sdk min version to 0.2.0 (#93)

### Features

* Update OTel hook to latest semantic convention ([#65](https://github.com/open-feature/node-sdk-contrib/issues/65)) ([0dd7802](https://github.com/open-feature/node-sdk-contrib/commit/0dd780271fabd7aa7c503a48bff75bebb63b46b9))


### Bug Fixes

* add test ([#71](https://github.com/open-feature/node-sdk-contrib/issues/71)) ([080fc4b](https://github.com/open-feature/node-sdk-contrib/commit/080fc4b3c926728361ad34d6763df7bc2d5ab023))
* change test name ([#75](https://github.com/open-feature/node-sdk-contrib/issues/75)) ([abac20d](https://github.com/open-feature/node-sdk-contrib/commit/abac20d29f54865a18662baacaeb60fb5d8c8175))
* set openfeature sdk min version to 0.2.0 ([#93](https://github.com/open-feature/node-sdk-contrib/issues/93)) ([a733102](https://github.com/open-feature/node-sdk-contrib/commit/a733102f523f9289fdce356a342828cc2e020f48))
* shell scripts in templates ([#73](https://github.com/open-feature/node-sdk-contrib/issues/73)) ([89c8cfe](https://github.com/open-feature/node-sdk-contrib/commit/89c8cfe981348376995f50ca757299077249544e))

## [1.2.3-alpha](https://github.com/open-feature/node-sdk-contrib/compare/open-telemetry-hook-v1.2.2-alpha...open-telemetry-hook-v1.2.3-alpha) (2022-07-21)


Expand Down
2 changes: 1 addition & 1 deletion libs/hooks/open-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/open-telemetry-hook",
"version": "1.2.3",
"version": "2.0.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libs/hooks/open-telemetry/src/lib/open-telemetry-hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class OpenTelemetryHook implements Hook {
constructor() {
this.tracer = trace.getTracer(
'@openfeature/open-telemetry-hook',
'1.2.3-alpha' // x-release-please-version
'2.0.0' // x-release-please-version
);
}

Expand Down
11 changes: 11 additions & 0 deletions libs/providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.0](https://github.com/open-feature/node-sdk-contrib/compare/flagd-provider-v0.3.0...flagd-provider-v0.4.0) (2022-08-15)


### ⚠ BREAKING CHANGES

* set openfeature sdk min version to 0.2.0 (#93)

### Bug Fixes

* set openfeature sdk min version to 0.2.0 ([#93](https://github.com/open-feature/node-sdk-contrib/issues/93)) ([a733102](https://github.com/open-feature/node-sdk-contrib/commit/a733102f523f9289fdce356a342828cc2e020f48))

## [0.3.0](https://github.com/open-feature/node-sdk-contrib/compare/flagd-provider-v0.2.1...flagd-provider-v0.3.0) (2022-08-09)


Expand Down
4 changes: 2 additions & 2 deletions libs/providers/flagd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/providers/flagd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagd-provider",
"version": "0.3.0",
"version": "0.4.0",
"type": "commonjs",
"scripts": {
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
Expand Down
11 changes: 11 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/open-feature/node-sdk-contrib/compare/go-feature-flag-provider-v0.1.3...go-feature-flag-provider-v0.2.0) (2022-08-15)


### ⚠ BREAKING CHANGES

* set openfeature sdk min version to 0.2.0 (#93)

### Bug Fixes

* set openfeature sdk min version to 0.2.0 ([#93](https://github.com/open-feature/node-sdk-contrib/issues/93)) ([a733102](https://github.com/open-feature/node-sdk-contrib/commit/a733102f523f9289fdce356a342828cc2e020f48))

## [0.1.3](https://github.com/open-feature/node-sdk-contrib/compare/go-feature-flag-provider-v0.1.2...go-feature-flag-provider-v0.1.3) (2022-07-23)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/go-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/go-feature-flag-provider",
"version": "0.1.3",
"version": "0.2.0",
"type": "commonjs",
"peerDependencies": {
"@openfeature/nodejs-sdk": "^0.2.0"
Expand Down

0 comments on commit 3bc8799

Please sign in to comment.