0.4.0-dev.5
This commit is contained in:
parent
5d315b8128
commit
efad07011a
7 changed files with 13 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "theatre-monorepo",
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"theatre"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/dataverse-react",
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
@ -54,4 +54,4 @@
|
|||
"raect-dom": "17.0.2",
|
||||
"react": "17.0.2"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/dataverse",
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
|
@ -46,4 +46,4 @@
|
|||
"dependencies": {
|
||||
"lodash-es": "^4.17.21"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/plugin-r3f",
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -56,4 +56,4 @@
|
|||
"three": "^0.130.1",
|
||||
"zustand": "^3.5.1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/core",
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Motion design editor for the web",
|
||||
"repository": {
|
||||
|
@ -42,4 +42,4 @@
|
|||
"dependencies": {
|
||||
"@theatre/dataverse": "workspace:*"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "theatre",
|
||||
"private": true,
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"workspaces": [
|
||||
"./shared",
|
||||
"./core",
|
||||
|
@ -88,4 +88,4 @@
|
|||
"url-loader": "^4.1.1",
|
||||
"uuid": "^8.3.2"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@theatre/studio",
|
||||
"version": "0.4.0-dev.4",
|
||||
"version": "0.4.0-dev.5",
|
||||
"license": "AGPL-3.0-only",
|
||||
"description": "Motion design editor for the web",
|
||||
"repository": {
|
||||
|
@ -42,4 +42,4 @@
|
|||
"peerDependencies": {
|
||||
"@theatre/core": "*"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue