Skip to content

Commit

Permalink
Merge pull request #166 from folio-org/release-v1.2.1
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
aliaksei-chumakou authored Dec 12, 2019
2 parents 6b7f458 + d29899c commit d205ee0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for ui-invoice

## [1.2.1](https://github.com/folio-org/ui-invoice/tree/v1.2.1) (in progress)
## [1.2.1](https://github.com/folio-org/ui-invoice/tree/v1.2.1) (2019-12-12)
[Full Changelog](https://github.com/folio-org/ui-invoice/compare/v1.2.0...v1.2.1)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
developers *work* with your solution in the future.
-->

#### TODOS and Open Questions
<!-- OPTIONAL
#### TODOS and Open Questions
- [ ] Use GitHub checklists. When solved, check the box and explain the answer.
-->

## Learning
<!-- OPTIONAL
## Learning
Help out not only your reviewer, but also your fellow developer!
Sometimes there are key pieces of information that you used to come up
with your solution. Don't let all that hard work go to waste! A
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/invoice",
"version": "1.2.0",
"version": "1.2.1",
"description": "Invoice",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"sinon": "^6.3.4"
},
"dependencies": {
"@folio/stripes-acq-components": "^1.0.0",
"@folio/stripes-acq-components": "^1.3.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"prop-types": "^15.6.0",
Expand Down

0 comments on commit d205ee0

Please sign in to comment.