diff --git a/.changeset/standalone-auth-payment.md b/.changeset/standalone-auth-payment.md deleted file mode 100644 index 17e98e0..0000000 --- a/.changeset/standalone-auth-payment.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marketplaces/auth": minor -"@marketplaces/payment": minor ---- - -Add standalone central-API Angular auth and payment components with domain project context. diff --git a/package-lock.json b/package-lock.json index f184407..d777f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5161,7 +5161,7 @@ }, "packages/auth": { "name": "@marketplaces/auth", - "version": "0.1.0", + "version": "0.2.0", "license": "UNLICENSED", "dependencies": { "qrcode": "^1.5.4", @@ -5177,7 +5177,7 @@ }, "packages/payment": { "name": "@marketplaces/payment", - "version": "0.1.0", + "version": "0.2.0", "license": "UNLICENSED", "dependencies": { "qrcode": "^1.5.4", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md new file mode 100644 index 0000000..acf5482 --- /dev/null +++ b/packages/auth/CHANGELOG.md @@ -0,0 +1,7 @@ +# @marketplaces/auth + +## 0.2.0 + +### Minor Changes + +- 5ffc1b1: Add standalone central-API Angular auth and payment components with domain project context. diff --git a/packages/auth/package.json b/packages/auth/package.json index de48c21..e7b9d1c 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,10 +1,12 @@ { "name": "@marketplaces/auth", - "version": "0.1.0", + "version": "0.2.0", "description": "Standalone Angular authentication UI and client for marketplaces projects.", "module": "dist/fesm2022/marketplaces-auth.mjs", "typings": "dist/types/marketplaces-auth.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "ng-packagr -p ng-package.json -c tsconfig.json", "test": "node --test test/*.test.mjs" diff --git a/packages/payment/CHANGELOG.md b/packages/payment/CHANGELOG.md new file mode 100644 index 0000000..7157205 --- /dev/null +++ b/packages/payment/CHANGELOG.md @@ -0,0 +1,7 @@ +# @marketplaces/payment + +## 0.2.0 + +### Minor Changes + +- 5ffc1b1: Add standalone central-API Angular auth and payment components with domain project context. diff --git a/packages/payment/package.json b/packages/payment/package.json index b148f9a..0275f5a 100644 --- a/packages/payment/package.json +++ b/packages/payment/package.json @@ -1,10 +1,12 @@ { "name": "@marketplaces/payment", - "version": "0.1.0", + "version": "0.2.0", "description": "Standalone Angular payment UI and central payment API client.", "module": "dist/fesm2022/marketplaces-payment.mjs", "typings": "dist/types/marketplaces-payment.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "ng-packagr -p ng-package.json -c tsconfig.json", "test": "node --test test/*.test.mjs"