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

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Feb 4, 2020
1 parent f24368d commit c3c0e37
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/ng-web-apis/payment-request/compare/v1.0.0...v1.0.1) (2020-02-04)


### Bug Fixes

* **library-package-json:** add rxjs as a peer dependancy ([#8](https://github.com/ng-web-apis/payment-request/issues/8)) ([f24368d](https://github.com/ng-web-apis/payment-request/commit/f24368d))

## 1.0.0 (2020-01-29)

### Features
Expand Down
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.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-web-apis/payment-request",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a library for declarative use of Payment Request API with Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -50,7 +50,9 @@
"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",
Expand Down Expand Up @@ -123,7 +125,10 @@
}
},
"lint-staged": {
"*.{js,ts,html,md,less,json}": ["prettier --write", "git add"],
"*.{js,ts,html,md,less,json}": [
"prettier --write",
"git add"
],
"*.ts": "tslint"
},
"standard-version": {
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"ng": "ng",
Expand Down
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": "1.0.0",
"version": "1.0.1",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
Expand All @@ -24,8 +24,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 c3c0e37

Please sign in to comment.