theatre/theatre
Aria Minaei f562d225c6 WIP: Upgrade to react 18
At this point, the studio and core work with react 18, but r3f doesn't.
2023-08-03 20:42:40 +02:00
..
core Remove dangling debuggers 2023-08-03 11:44:54 +02:00
devEnv Fix the dangling promises 2023-08-03 10:52:10 +02:00
shared Fix the dangling promises 2023-08-03 10:52:10 +02:00
studio WIP: Upgrade to react 18 2023-08-03 20:42:40 +02:00
.eslintrc.js Initial OSS commit 2021-06-18 13:05:06 +02:00
.gitignore Initial OSS commit 2021-06-18 13:05:06 +02:00
globals.d.ts WIP: Upgrade to react 18 2023-08-03 20:42:40 +02:00
package.json WIP: Upgrade to react 18 2023-08-03 20:42:40 +02:00
README.md Create color prop (#64) 2022-02-19 17:54:19 +01:00
tsconfig.json dev: Remove unnecessary "files" field in tsconfig which screws with "Move to new file" refactor 2022-06-13 15:07:22 +02:00

How to release

Simply update the version of theatre/package.json, then run $ yarn run release. This script will:

  1. Update the version of @theatre/core and @theatre/studio and other dependencies.
  2. Bundle the .js and .dts files.
  3. Publish all packages to npm.

Packages added to theatre/package.json will be bundled with studio, packages added to package.json of sub-packages will be treated as their externals.