Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Merge 5e176ec into e187122
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Jan 29, 2020
2 parents e187122 + 5e176ec commit 067991f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ==================================================================================
# ==================================================================================
#
# Configuration of code ownership and review approvals for the @ng-web-apis/audio repo.
# Configuration of code ownership and review approvals for the @ng-web-apis/payment-request repo.
#
# More info: https://help.github.com/articles/about-codeowners/
#
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2020-01-29)

### Features

- **payment:** implement declarative payments [#2](https://github.com/ng-web-apis/payment-request/issues/2) ([cda4e57](https://github.com/ng-web-apis/payment-request/commit/cda4e57))
- **payment-request:** `PaymentRequestService` add ([4c14da3](https://github.com/ng-web-apis/payment-request/commit/4c14da3))
- **tokens:** add payment methods and payment options ([aeb474d](https://github.com/ng-web-apis/payment-request/commit/aeb474d))
- **tokens:** add support token ([9014a33](https://github.com/ng-web-apis/payment-request/commit/9014a33))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/payment-request",
"version": "0.0.1",
"version": "1.0.0",
"description": "This is a library for declarative use of Payment Request API with Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test:payment-request": "ng run payment-request:test",
"test:payment-request:watch": "ng run payment-request:test --watch=true",
"prepublish": "npm run build && ng build demo --configuration=production",
"publish": "npm publish ./dist/audio"
"publish": "npm publish ./dist/payment-request"
},
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"tslint": "~5.11.0",
"typescript": "~3.4.5"
}
}
}
8 changes: 5 additions & 3 deletions projects/payment-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/payment-request",
"version": "0.0.1",
"version": "1.0.0",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
Expand All @@ -23,8 +23,10 @@
"email": "79601794011@ya.ru",
"url": "http://marsibarsi.me/"
},
"contributors": ["Alex Inkin <alexander@inkin.ru>"],
"contributors": [
"Alex Inkin <alexander@inkin.ru>"
],
"repository": "https://github.com/ng-web-apis/payment-request",
"bugs": "https://github.com/ng-web-apis/payment-request/issues",
"homepage": "https://github.com/ng-web-apis/payment-request#README"
}
}

0 comments on commit 067991f

Please sign in to comment.