theatre/theatre
2022-07-26 10:22:08 -04:00
..
core docs: Use http for localhost example audio 2022-07-25 12:12:46 -04:00
devEnv dev: Build playground files much faster and add watch 2022-06-16 17:10:43 -04:00
shared Use "Theatre.js" for name consistency 2022-07-25 12:01:26 -04:00
studio Fix compound props showing wrong control indicator 2022-07-26 10:22:08 -04: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 Fix process.env.version in browser-bundles (#206) 2022-06-09 19:05:25 +02:00
package.json 0.5.0-rc.3 2022-07-12 18:37:04 +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.