chore(release): version packages at 0.2.0
Some checks failed
Release / release-branches (auth) (push) Has been cancelled
Release / release-branches (payment) (push) Has been cancelled
Release / version-pr (push) Has been cancelled

This commit is contained in:
2026-08-21 08:14:06 +04:00
parent 5ffc1b1450
commit 3d8c2a3645
6 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
---
"@marketplaces/auth": minor
"@marketplaces/payment": minor
---
Add standalone central-API Angular auth and payment components with domain project context.

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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.

View File

@@ -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"

View File

@@ -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.

View File

@@ -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"