Skip to content

Commit

Permalink
update to latest pharus, update versions for package.json and docker-…
Browse files Browse the repository at this point in the history
…compose
  • Loading branch information
mahos committed Mar 11, 2021
1 parent dc3bfce commit b3ac2fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.1.0-beta.2] - 2021-03-09
## [0.1.0-beta.2] - 2021-03-11
### Added
- Added case insensitive behavior to schema and table search box (#99) PR #102
- CSS for making the primary keys look disabled/readonly for update mode PR #105
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.1 docker-compose -f docker-compose-deploy.yaml pull
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.1 docker-compose -f docker-compose-deploy.yaml up -d
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.2 docker-compose -f docker-compose-deploy.yaml pull
# PHARUS_VERSION=0.1.0b0 DJLABBOOK_VERSION=0.1.0-beta.2 docker-compose -f docker-compose-deploy.yaml up -d
#
# Intended for production deployment.
# Note: You must run both commands above for minimal outage.
Expand Down
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": "datajoint-labbook",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "A frontend with graphical user interface for DataJoint pipelines built using React.",
"private": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pharus

0 comments on commit b3ac2fe

Please sign in to comment.