Skip to content

Commit

Permalink
Merge pull request #543 from openkfw/bump_to_v1.13.0
Browse files Browse the repository at this point in the history
Bump to v1.13.0
  • Loading branch information
Stezido authored Sep 16, 2020
2 parents 9b87d28 + e7166d4 commit 0d8e5c2
Show file tree
Hide file tree
Showing 15 changed files with 83 additions and 40 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- ## Unreleased -->

### Added

- Added confirmation dialog for disabling and enabling users [#537](https://github.com/openkfw/TruBudget/pull/537)
- Added table of user assignments for disable users dialog [#537](https://github.com/openkfw/TruBudget/pull/537)
<!-- ### Added -->

<!-- ### Changed -->

<!-- ### Deprecated -->

<!-- ### Removed -->

<!-- ### Fixed -->

<!-- ### Security -->

# [1.13.0] - 2020-09-16

### Added

- Added confirmation dialog for disabling and enabling users [#537](https://github.com/openkfw/TruBudget/pull/537)
- Added table of user assignments for disable users dialog [#537](https://github.com/openkfw/TruBudget/pull/537)

### Fixed

- Fixed the global permission list to set permissions to disable or enable users [#537](https://github.com/openkfw/TruBudget/pull/537)

<!-- ### Security -->

# [1.12.0] - 2020-08-10

### Added
Expand Down Expand Up @@ -493,7 +499,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated translation keys and language-specific formatting.
- Fixed bug where the subproject permissions dialog would break the details view of another project.

[unreleased]: https://github.com/openkfw/TruBudget/compare/v1.12.0...master
[unreleased]: https://github.com/openkfw/TruBudget/compare/v1.13.0...master
[1.13.0]: https://github.com/openkfw/TruBudget/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/openkfw/TruBudget/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/openkfw/TruBudget/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/openkfw/TruBudget/compare/v1.9.0...v1.10.0
Expand Down
32 changes: 16 additions & 16 deletions api/package-lock.json

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

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-api",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions blockchain/package-lock.json

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

2 changes: 1 addition & 1 deletion blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-blockchain",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion e2e-test/package-lock.json

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

2 changes: 1 addition & 1 deletion e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-e2e-test",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion email-notification/package-lock.json

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

2 changes: 1 addition & 1 deletion email-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "email-notification",
"description": "Sends notification-emails to provided SMTP server to identities saved in a database of choice.",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion excel-export/package-lock.json

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

2 changes: 1 addition & 1 deletion excel-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-export",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"description": "Export TruBudget data to Excel",
"main": "src/index.js",
Expand Down
44 changes: 40 additions & 4 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-frontend",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/package-lock.json

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

2 changes: 1 addition & 1 deletion provisioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-provisioning",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d8e5c2

Please sign in to comment.