Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix peer dependencies. #40

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README_INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,20 @@ Create a release in GitHub and select a tag to create along with the release
(e.g. `1.0.0`), the tag must be equal to the version to be released. This will
trigger a GitHub action which will publish the release.

- Select: Set as the latest release

### Publish a Beta version

To publish a beta version the process is the same, just use a "beta" format for
the version string (e.g. `1.0.0-<beta>.1`), where `<beta>` can be any
alphabetical string (letters only).

- Name: e.g. 1.0.0-beta.1
- Description: The purpose of this beta and what features or changes does
it contain
- Unselect: Set as the latest release
- _(Do NOT mark it as pre-release)_

The `publish` workflow will automatically publish this package into
a `<beta>` (non-main) NPM channel.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@castlabs/prestoplay": "^6.6.0",
"@castlabs/prestoplay": "^6.11.1-beta.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
Loading