theatre/theatre
2021-10-04 20:10:16 +02:00
..
core Formatting changes for api docs 2021-10-04 10:39:12 +02:00
devEnv Lint rule changes 2021-10-02 14:12:25 +02:00
shared Formatting changes for api docs 2021-10-04 10:39:12 +02:00
studio Dragging on a numeric prop with a range now respects the range. 2021-10-04 20:10:16 +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) Switch the rest of the build setup to esbuild - 1 2021-06-18 21:03:44 +02:00
package.json Started adopting api-extractor 2021-10-02 13:48:02 +02: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.