From 4e6356a1e289ac441e72205bbca072f81b623154 Mon Sep 17 00:00:00 2001 From: "@yeshamavani" Date: Mon, 5 Aug 2024 14:25:40 +0000 Subject: [PATCH] chore(release): publish - @arc-saas/orchestrator-service@0.1.0 - @sourceloop/ctrl-plane-subscription-service@0.2.0 - @sourceloop/ctrl-plane-tenant-management-service@0.2.0 --- package-lock.json | 6 +++--- services/orchestrator-service/CHANGELOG.md | 15 ++++++++++++++ services/orchestrator-service/package.json | 20 +++++++++---------- services/subscription-service/CHANGELOG.md | 8 ++++++++ services/subscription-service/package.json | 2 +- .../tenant-management-service/CHANGELOG.md | 10 ++++++++++ .../tenant-management-service/package.json | 4 ++-- 7 files changed, 49 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1be3f73..3f7adf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19988,7 +19988,7 @@ }, "services/orchestrator-service": { "name": "@arc-saas/orchestrator-service", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" @@ -20146,7 +20146,7 @@ }, "services/subscription-service": { "name": "@sourceloop/ctrl-plane-subscription-service", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "@loopback/boot": "^7.0.2", @@ -20223,7 +20223,7 @@ }, "services/tenant-management-service": { "name": "@sourceloop/ctrl-plane-tenant-management-service", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "@loopback/boot": "^7.0.2", diff --git a/services/orchestrator-service/CHANGELOG.md b/services/orchestrator-service/CHANGELOG.md index 420e6f2..99696dc 100644 --- a/services/orchestrator-service/CHANGELOG.md +++ b/services/orchestrator-service/CHANGELOG.md @@ -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 diff --git a/services/orchestrator-service/package.json b/services/orchestrator-service/package.json index ca61a27..48f8f16 100644 --- a/services/orchestrator-service/package.json +++ b/services/orchestrator-service/package.json @@ -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", @@ -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" } -} \ No newline at end of file +} diff --git a/services/subscription-service/CHANGELOG.md b/services/subscription-service/CHANGELOG.md index c709668..2ddd303 100644 --- a/services/subscription-service/CHANGELOG.md +++ b/services/subscription-service/CHANGELOG.md @@ -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) diff --git a/services/subscription-service/package.json b/services/subscription-service/package.json index 33714e7..4288c54 100644 --- a/services/subscription-service/package.json +++ b/services/subscription-service/package.json @@ -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", diff --git a/services/tenant-management-service/CHANGELOG.md b/services/tenant-management-service/CHANGELOG.md index c819dd4..f39210f 100644 --- a/services/tenant-management-service/CHANGELOG.md +++ b/services/tenant-management-service/CHANGELOG.md @@ -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) diff --git a/services/tenant-management-service/package.json b/services/tenant-management-service/package.json index eb7f756..62c7912 100644 --- a/services/tenant-management-service/package.json +++ b/services/tenant-management-service/package.json @@ -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", @@ -126,4 +126,4 @@ ] } } -} \ No newline at end of file +}