Skip to content

Commit

Permalink
chore(release): 2.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.14.0](2.13.2...2.14.0) (2020-06-27)

### Bug Fixes

* prevent error log message about serviceworker not available ([a2eebf9](a2eebf9))
* **dashboard:** improve styling of recent-notes dashboard widgets ([4355ea4](4355ea4))
* **note:** prevent disappearing of children linked in notes ([4aba52b](4aba52b))
* **notes:** add full width to notes table ([7eef007](7eef007)), closes [#457](#457) [#458](#458)
* **search:** improve search: loading indication and other hints ([6995476](6995476)), closes [#366](#366) [#456](#456)

### Features

* add pagination to tables ([87cddde](87cddde)), closes [#381](#381) [#445](#445)
* **conflict-resolution:** view and resolve pouchdb document conflicts ([2a84025](2a84025)), closes [#79](#79) [#393](#393)
* **latest-changes:** display changelog based on GitHub Release information ([7226f08](7226f08)), closes [#238](#238)
  • Loading branch information
semantic-release-bot committed Jun 27, 2020
1 parent 008b20e commit 7606aaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndb-core",
"version": "2.13.2",
"version": "2.14.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
*/
export const environment = {
production: true,
appVersion: "2.13.2", // replaced automatically by semantic-release
appVersion: "2.14.0", // replaced automatically by semantic-release
repositoryId: "Aam-Digital/ndb-core",
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
*/
export const environment = {
production: false,
appVersion: "2.13.2", // replaced automatically by semantic-release
appVersion: "2.14.0", // replaced automatically by semantic-release
repositoryId: "Aam-Digital/ndb-core",
};

0 comments on commit 7606aaf

Please sign in to comment.