Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerna Publish Bot authored and Lerna Publish Bot committed Oct 30, 2023
1 parent da668f6 commit ace14e1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-frontend",
"private": true,
"version": "3.3.259",
"version": "3.3.260",
"workspaces": {
"packages": [
".",
Expand Down Expand Up @@ -155,8 +155,8 @@
"bootstrap-sass": "3.4.1",
"bowser": "^1.7.1",
"bundle-loader": "^0.5.4",
"cbioportal-clinical-timeline": "^0.3.70",
"cbioportal-frontend-commons": "^0.5.55",
"cbioportal-clinical-timeline": "^0.3.71",
"cbioportal-frontend-commons": "^0.5.56",
"cbioportal-ts-api-client": "^0.9.63",
"cbioportal-utils": "^0.3.35",
"chart.js": "^2.6.0",
Expand Down Expand Up @@ -269,7 +269,7 @@
"react-markdown": "^7.0.1",
"react-mfb": "^0.6.0",
"react-motion": "^0.4.7",
"react-mutation-mapper": "^0.8.98",
"react-mutation-mapper": "^0.8.99",
"react-overlays": "0.7.4",
"react-portal": "^4.2.0",
"react-rangeslider": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cbioportal-clinical-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-clinical-timeline",
"description": "cBioPortal Clinical Timeline",
"version": "0.3.70",
"version": "0.3.71",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.55",
"cbioportal-frontend-commons": "^0.5.56",
"lodash": "^4.17.11",
"react-bootstrap": "^0.31.5",
"react-overlays": "0.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cbioportal-frontend-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cbioportal-frontend-commons",
"description": "cBioPortal Frontend Modules",
"version": "0.5.55",
"version": "0.5.56",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-mutation-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mutation-mapper",
"version": "0.8.98",
"version": "0.8.99",
"description": "Generic Mutation Mapper",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.55",
"cbioportal-frontend-commons": "^0.5.56",
"cbioportal-utils": "^0.3.35",
"classnames": "^2.2.5",
"genome-nexus-ts-api-client": "^1.1.29",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-variant-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-variant-view",
"version": "0.3.99",
"version": "0.3.100",
"description": "cBioPortal Variant Viewer",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.55",
"cbioportal-frontend-commons": "^0.5.56",
"cbioportal-utils": "^0.3.35",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
Expand All @@ -53,7 +53,7 @@
"react-collapse": "4.0.3",
"react-if": "^2.1.0",
"react-motion": "^0.5.2",
"react-mutation-mapper": "^0.8.98",
"react-mutation-mapper": "^0.8.99",
"react-rangeslider": "^2.2.0",
"react-select": "^3.0.4",
"react-table": "^6.10.0",
Expand Down

0 comments on commit ace14e1

Please sign in to comment.