0.7.0-dev.2

This commit is contained in:
Aria Minaei 2023-08-10 14:44:21 +02:00
parent 3b93370813
commit 22192de225
10 changed files with 15 additions and 16 deletions

View file

@ -230,13 +230,12 @@ prog
// }
console.log('Publishing to npm')
// await Promise.all(
// packagesToPublish.map(
// (workspace) =>
// $`yarn workspace ${workspace} npm publish --access public --tag ${npmTag}`,
// ),
// )
console.log('NOT!!')
await Promise.all(
packagesToPublish.map(
(workspace) =>
$`yarn workspace ${workspace} npm publish --access public --tag ${npmTag}`,
),
)
}
void release()

View file

@ -1,7 +1,7 @@
{
"name": "theatre-monorepo",
"license": "Apache-2.0",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"workspaces": [
"packages/*",
"examples/*",

View file

@ -1,6 +1,6 @@
{
"name": "@theatre/browser-bundles",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Aria Minaei",

View file

@ -1,6 +1,6 @@
{
"name": "@theatre/dataverse",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "Apache-2.0",
"author": {
"name": "Aria Minaei",

View file

@ -1,6 +1,6 @@
{
"name": "@theatre/r3f",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "Apache-2.0",
"authors": [
{

View file

@ -1,6 +1,6 @@
{
"name": "@theatre/react",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "Apache-2.0",
"author": {
"name": "Aria Minaei",

View file

@ -1,6 +1,6 @@
{
"name": "theatric",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "Apache-2.0",
"author": {
"name": "Andrew Prifer",

View file

@ -1,6 +1,6 @@
{
"name": "@theatre/core",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "Apache-2.0",
"description": "Motion design editor for the web",
"repository": {

View file

@ -1,7 +1,7 @@
{
"name": "theatre",
"private": true,
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"workspaces": [
"./shared",
"./core",

View file

@ -1,6 +1,6 @@
{
"name": "@theatre/studio",
"version": "0.7.0-dev.1",
"version": "0.7.0-dev.2",
"license": "AGPL-3.0-only",
"description": "Motion design editor for the web",
"repository": {