theatre/theatre
2021-12-17 17:38:29 +00:00
..
core 0.4.8-dev.2 2021-12-17 17:38:29 +00:00
devEnv Lint rule changes 2021-10-02 14:12:25 +02:00
shared Refactored getArrayOfValidSequenceTracks() 2021-11-14 17:09:21 +01:00
studio 0.4.8-dev.2 2021-12-17 17:38:29 +00: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 All prop sequencing (#48) 2021-11-02 14:50:08 +01:00
package.json 0.4.8-dev.2 2021-12-17 17:38:29 +00:00
README.md Renamed the script 'deploy' to 'release' 2021-10-04 14:25:11 +02:00
tsconfig.json Renamed @theatre/dataverse-react to @theatre/react 2021-09-05 23:07:02 +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.