Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @arc-saas/orchestrator-service@0.1.0
 - @sourceloop/ctrl-plane-subscription-service@0.2.0
 - @sourceloop/ctrl-plane-tenant-management-service@0.2.0
  • Loading branch information
yeshamavani committed Aug 5, 2024
1 parent 12ebca9 commit 4e6356a
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions services/orchestrator-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2024-08-05)

* feat(subscription-service): add feature toggle service (#37) ([12ebca9](https://github.com/sourcefuse/arc-saas/commit/12ebca9)), closes [#37](https://github.com/sourcefuse/arc-saas/issues/37) [#26](https://github.com/sourcefuse/arc-saas/issues/26) [#36](https://github.com/sourcefuse/arc-saas/issues/36)
* feat(tenant-management): decouple the event processing using a connector and an orchestrator service ([29dba9d](https://github.com/sourcefuse/arc-saas/commit/29dba9d)), closes [#33](https://github.com/sourcefuse/arc-saas/issues/33) [#17](https://github.com/sourcefuse/arc-saas/issues/17) [#17](https://github.com/sourcefuse/arc-saas/issues/17)
* refactor(deps): move loopback deps to dev dependencies ([524e1f0](https://github.com/sourcefuse/arc-saas/commit/524e1f0)), closes [#0](https://github.com/sourcefuse/arc-saas/issues/0)





# Change Log
20 changes: 10 additions & 10 deletions services/orchestrator-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arc-saas/orchestrator-service",
"private": "true",
"version": "0.0.1",
"version": "0.1.0",
"description": "ARC SaaS Orchestrator service",
"keywords": [
"loopback-microservice",
Expand Down Expand Up @@ -56,30 +56,30 @@
"@loopback/core": "^6.0.2"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@loopback/boot": "^7.0.2",
"@loopback/build": "^11.0.2",
"@loopback/context": "^7.0.2",
"@loopback/core": "^6.0.2",
"@loopback/eslint-config": "^15.0.2",
"@loopback/logging": "^0.12.2",
"@loopback/openapi-v3": "^10.0.2",
"@loopback/repository": "^7.0.2",
"@loopback/rest": "^14.0.2",
"@loopback/rest-explorer": "^7.0.2",
"@loopback/service-proxy": "^7.0.2",
"@loopback/testlab": "^7.0.2",
"@types/aws-lambda": "^8.10.110",
"@types/i18n": "^0.13.6",
"@types/node": "^18.11.9",
"@vendia/serverless-express": "^4.10.1",
"dotenv": "^16.0.3",
"dotenv-extended": "^2.9.0",
"swagger-stats": "^0.99.5",
"symlink-resolver": "0.2.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@loopback/build": "^11.0.2",
"@loopback/eslint-config": "^15.0.2",
"@loopback/testlab": "^7.0.2",
"@types/i18n": "^0.13.6",
"@types/node": "^18.11.9",
"nodemon": "^2.0.21",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"swagger-stats": "^0.99.5",
"symlink-resolver": "0.2.1",
"typescript": "~5.2.2"
}
}
}
8 changes: 8 additions & 0 deletions services/subscription-service/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.2.0 (2024-08-05)

* feat(subscription-service): add feature toggle service (#37) ([12ebca9](https://github.com/sourcefuse/arc-saas/commit/12ebca9)), closes [#37](https://github.com/sourcefuse/arc-saas/issues/37) [#26](https://github.com/sourcefuse/arc-saas/issues/26) [#36](https://github.com/sourcefuse/arc-saas/issues/36)





## 0.1.0 (2024-06-27)

* chore(ci-cd): change the folder name for workflows (#25) ([e3af5c5](https://github.com/sourcefuse/arc-saas/commit/e3af5c5)), closes [#25](https://github.com/sourcefuse/arc-saas/issues/25) [#00](https://github.com/sourcefuse/arc-saas/issues/00)
Expand Down
2 changes: 1 addition & 1 deletion services/subscription-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/ctrl-plane-subscription-service",
"version": "0.1.0",
"version": "0.2.0",
"description": "Subscription management microservice for SaaS control plane",
"keywords": [
"loopback-microservice",
Expand Down
10 changes: 10 additions & 0 deletions services/tenant-management-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.0 (2024-08-05)

* feat(subscription-service): add feature toggle service (#37) ([12ebca9](https://github.com/sourcefuse/arc-saas/commit/12ebca9)), closes [#37](https://github.com/sourcefuse/arc-saas/issues/37) [#26](https://github.com/sourcefuse/arc-saas/issues/26) [#36](https://github.com/sourcefuse/arc-saas/issues/36)
* feat(tenant-management): decouple the event processing using a connector and an orchestrator service ([29dba9d](https://github.com/sourcefuse/arc-saas/commit/29dba9d)), closes [#33](https://github.com/sourcefuse/arc-saas/issues/33) [#17](https://github.com/sourcefuse/arc-saas/issues/17) [#17](https://github.com/sourcefuse/arc-saas/issues/17)
* fix(tenant-management): provide context to the event connector ([647c8af](https://github.com/sourcefuse/arc-saas/commit/647c8af)), closes [#0](https://github.com/sourcefuse/arc-saas/issues/0)





## 0.1.0 (2024-06-27)

* chore(ci-cd): change the folder name for workflows (#25) ([e3af5c5](https://github.com/sourcefuse/arc-saas/commit/e3af5c5)), closes [#25](https://github.com/sourcefuse/arc-saas/issues/25) [#00](https://github.com/sourcefuse/arc-saas/issues/00)
Expand Down
4 changes: 2 additions & 2 deletions services/tenant-management-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/ctrl-plane-tenant-management-service",
"version": "0.1.0",
"version": "0.2.0",
"description": "Tenant Management microservice for SaaS control plane",
"keywords": [
"loopback-microservice",
Expand Down Expand Up @@ -126,4 +126,4 @@
]
}
}
}
}

0 comments on commit 4e6356a

Please sign in to comment.