Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
  • Loading branch information
shubhamp-sf committed Oct 6, 2023
1 parent 2913a65 commit 838bc28
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/feature-toggle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.6.0 (2023-10-06)

* feat(feature-toggle): Ability to pass multiple features in feature_flag decorator along with filter ([2913a65](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/2913a65)), closes [#1717](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1717)





## <small>0.5.4 (2023-09-01)</small>

**Note:** Version bump only for package @sourceloop/feature-toggle
Expand Down
4 changes: 2 additions & 2 deletions packages/feature-toggle/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 packages/feature-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/feature-toggle",
"version": "0.5.5",
"version": "0.6.0",
"description": "Package for feature toggle",
"keywords": [
"loopback-extension",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/feature-toggle-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.7.0 (2023-10-06)

* feat(feature-toggle): Ability to pass multiple features in feature_flag decorator along with filter ([2913a65](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/2913a65)), closes [#1717](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1717)





## <small>0.6.22 (2023-10-05)</small>

* refactor(all-services): remove redundant `posttest` script (#1677) ([4b252cf](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4b252cf)), closes [#1677](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1677) [#1657](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1657)
Expand Down
6 changes: 3 additions & 3 deletions sandbox/feature-toggle-example/package-lock.json

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

4 changes: 2 additions & 2 deletions sandbox/feature-toggle-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/feature-toggle-example",
"version": "0.6.22",
"version": "0.7.0",
"description": "An example for feature toggle service",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@loopback/rest-explorer": "^5.0.5",
"@loopback/service-proxy": "^5.0.5",
"@sourceloop/core": "^8.2.0",
"@sourceloop/feature-toggle": "^0.5.5",
"@sourceloop/feature-toggle": "^0.6.0",
"@sourceloop/feature-toggle-service": "^0.13.5",
"db-migrate": "^1.0.0-beta.21",
"db-migrate-pg": "^1.3.0",
Expand Down

0 comments on commit 838bc28

Please sign in to comment.