Skip to content

Commit 8d3721c

Browse files
committed
version bump to 5.5.0
1 parent 844c5b8 commit 8d3721c

File tree

6 files changed

+94
-86
lines changed

6 files changed

+94
-86
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati
44

55
This is built on the Jupyter Notebook v6.5.7 and IPython 8.28.x (more notes will follow).
66

7+
## Version 5.5.0
8+
- UIP-52 - fix integration tests
9+
- PTV-1913 - force backup authentication cookie to reset on load
10+
- URO-362 - add text for DOI requests
11+
- URO-366 - users should be able to paste usernames into the share search field
12+
- URO-352 - add support for DTS manifest.json importer files for bulk import
13+
- adjust the readonly / writeable display toggle icon
14+
715
## Version 5.4.3
8-
URO-363 - add note to the sharing panel to contact KBase about DOIs
16+
- URO-363 - add note to the sharing panel to contact KBase about DOIs
917

1018
- Python `requirements-general.txt` and `requirements.txt` merged into a single file so that all runtime deps are installed in one place.
1119

package-lock.json

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kbase-narrative-core",
33
"description": "Core components for the KBase Narrative Interface",
4-
"version": "5.4.3",
4+
"version": "5.5.0",
55
"private": true,
66
"repository": "github.com/kbase/narrative",
77
"engines": {
@@ -21,8 +21,8 @@
2121
"autoprefixer": "^10.4.20",
2222
"axios": "^1.8.1",
2323
"bootstrap-sass": "^3.4.3",
24-
"chrome-launcher": "^1.1.2",
25-
"chromedriver": "^133.0.3",
24+
"chrome-launcher": "^1.2.0",
25+
"chromedriver": "^138.0.5",
2626
"commander": "^13.1.0",
2727
"cssnano": "^7.0.6",
2828
"ejs": "^3.1.10",
@@ -41,7 +41,7 @@
4141
"grunt-stylelint": "^0.20.1",
4242
"husky": "^9.1.7",
4343
"jasmine-ajax": "^4.0.0",
44-
"jasmine-core": "^5.6.0",
44+
"jasmine-core": "^5.8.0",
4545
"jasmine-jquery": "^2.1.1",
4646
"jquery-migrate": "^1.4.1",
4747
"karma": "^6.4.4",
@@ -65,11 +65,11 @@
6565
"postcss-scss": "^4.0.9",
6666
"postcss-unprefix": "^2.1.4",
6767
"prettier": "^3.5.2",
68-
"puppeteer": "^24.3.0",
68+
"puppeteer": "24.15.0",
6969
"requirejs": "^2.3.7",
7070
"sass": "^1.85.1",
7171
"selenium-standalone": "^10.0.1",
72-
"selenium-webdriver": "^4.29.0",
72+
"selenium-webdriver": "^4.34.0",
7373
"string-template": "^1.0.0",
7474
"string.prototype.endswith": "^1.0.2",
7575
"string.prototype.startswith": "^1.0.1",

src/biokbase/narrative/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"]
2-
__version__ = "5.4.3"
2+
__version__ = "5.5.0"
33

44

55
def version():

0 commit comments

Comments
 (0)