Skip to content

Commit

Permalink
Refactor modal to separate class and increase retrieve limit warning …
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
Anoop K. Chandran committed Jan 1, 2024
1 parent 0504be8 commit 8f4fdc4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reference-map

## 1.8.1

### Patch Changes

- Refactor modal to a separate class
- Add warning text to increaing the retrive limit

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "reference-map",
"name": "Reference Map",
"version": "1.8.0",
"version": "1.8.1",
"minAppVersion": "1.0",
"description": "Reference and citation map for literature review and discovery",
"author": "Anoop K. Chandran",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reference-map",
"version": "1.8.0",
"version": "1.8.1",
"description": "Reference and citation map for literature review and discovery",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@
"1.7.1": "1.0",
"1.7.2": "1.0",
"1.7.3": "1.0",
"1.8.0": "1.0"
"1.8.0": "1.0",
"1.8.1": "1.0"
}

0 comments on commit 8f4fdc4

Please sign in to comment.