Skip to content

Commit

Permalink
Merge pull request #508 from MetaCell/release/1.2.2
Browse files Browse the repository at this point in the history
Merge 1.2.2 back to development
  • Loading branch information
enicolasgomez authored Aug 9, 2023
2 parents 77f3837 + 776a6be commit e1eea07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions geppetto.js/geppetto-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metacell/geppetto-meta-client",
"version": "1.2.1",
"version": "1.2.2",
"description": "Geppetto web frontend. Geppetto is an open-source platform to build web-based tools to visualize and simulate neuroscience data and models.",
"keywords": [
"geppetto",
Expand Down Expand Up @@ -48,8 +48,8 @@
"less": "^3.9.0"
},
"peerDepedencies": {
"@metacell/geppetto-meta-core": "1.2.1",
"@metacell/geppetto-meta-ui": "1.2.1"
"@metacell/geppetto-meta-core": "1.2.2",
"@metacell/geppetto-meta-ui": "1.2.2"
},
"buildOptions": {
"emitEntryPoint": true,
Expand Down
2 changes: 1 addition & 1 deletion geppetto.js/geppetto-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metacell/geppetto-meta-core",
"version": "1.2.1",
"version": "1.2.2",
"description": "The core functionality of geppetto-meta to build and simulate neuroscience data and models.",
"keywords": [
"geppetto",
Expand Down
4 changes: 2 additions & 2 deletions geppetto.js/geppetto-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metacell/geppetto-meta-ui",
"version": "1.2.1",
"version": "1.2.2",
"description": "React components from geppetto-meta to create neuroscience applications and visualize data.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@fortawesome/fontawesome-free": "^6.4.0",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "^4.11.2",
"@metacell/geppetto-meta-core": "1.2.1",
"@metacell/geppetto-meta-core": "1.2.2",
"aframe": "<1.1.0",
"aframe-slice9-component": ">=1.0.0",
"ami.js": ">=0.32.0",
Expand Down

0 comments on commit e1eea07

Please sign in to comment.