chore(release): version packages at 0.2.0
This commit is contained in:
@@ -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
4
package-lock.json
generated
@@ -5161,7 +5161,7 @@
|
|||||||
},
|
},
|
||||||
"packages/auth": {
|
"packages/auth": {
|
||||||
"name": "@marketplaces/auth",
|
"name": "@marketplaces/auth",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
@@ -5177,7 +5177,7 @@
|
|||||||
},
|
},
|
||||||
"packages/payment": {
|
"packages/payment": {
|
||||||
"name": "@marketplaces/payment",
|
"name": "@marketplaces/payment",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
|
|||||||
7
packages/auth/CHANGELOG.md
Normal file
7
packages/auth/CHANGELOG.md
Normal 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.
|
||||||
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@marketplaces/auth",
|
"name": "@marketplaces/auth",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Standalone Angular authentication UI and client for marketplaces projects.",
|
"description": "Standalone Angular authentication UI and client for marketplaces projects.",
|
||||||
"module": "dist/fesm2022/marketplaces-auth.mjs",
|
"module": "dist/fesm2022/marketplaces-auth.mjs",
|
||||||
"typings": "dist/types/marketplaces-auth.d.ts",
|
"typings": "dist/types/marketplaces-auth.d.ts",
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
||||||
"test": "node --test test/*.test.mjs"
|
"test": "node --test test/*.test.mjs"
|
||||||
|
|||||||
7
packages/payment/CHANGELOG.md
Normal file
7
packages/payment/CHANGELOG.md
Normal 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.
|
||||||
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@marketplaces/payment",
|
"name": "@marketplaces/payment",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Standalone Angular payment UI and central payment API client.",
|
"description": "Standalone Angular payment UI and central payment API client.",
|
||||||
"module": "dist/fesm2022/marketplaces-payment.mjs",
|
"module": "dist/fesm2022/marketplaces-payment.mjs",
|
||||||
"typings": "dist/types/marketplaces-payment.d.ts",
|
"typings": "dist/types/marketplaces-payment.d.ts",
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
||||||
"test": "node --test test/*.test.mjs"
|
"test": "node --test test/*.test.mjs"
|
||||||
|
|||||||
Reference in New Issue
Block a user