Skip to content

Commit b3ac2fe

Browse files
committed
update to latest pharus, update versions for package.json and docker-compose
1 parent dc3bfce commit b3ac2fe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5-
## [0.1.0-beta.2] - 2021-03-09
5+
## [0.1.0-beta.2] - 2021-03-11
66
### Added
77
- Added case insensitive behavior to schema and table search box (#99) PR #102
88
- CSS for making the primary keys look disabled/readonly for update mode PR #105

docker-compose-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.1 docker-compose -f docker-compose-deploy.yaml pull
2-
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.1 docker-compose -f docker-compose-deploy.yaml up -d
1+
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.2 docker-compose -f docker-compose-deploy.yaml pull
2+
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.2 docker-compose -f docker-compose-deploy.yaml up -d
33
#
44
# Intended for production deployment.
55
# Note: You must run both commands above for minimal outage.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datajoint-labbook",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "A frontend with graphical user interface for DataJoint pipelines built using React.",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)