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

Version Packages #4713

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Version Packages #4713

merged 1 commit into from
Dec 7, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 4, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

slate-react@0.72.0

Minor Changes

Patch Changes

slate@0.72.0

Patch Changes

  • #4708 2fc7ad92 Thanks @bryanph! - Allow Operation type to be extended

    For example:

    import type { BaseOperation } from 'slate'
    
    type CustomOperation =
     | BaseOperation
     | YourCustomOperation
     | AnotherCustomOperation
    
    declare module 'slate' {
      interface CustomTypes {
        Operation: CustomOperation;
      }
    }
    

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 3051092 to c1d788b Compare December 4, 2021 16:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from c1d788b to ae740fe Compare December 5, 2021 11:39
@ahoisl
Copy link
Contributor

ahoisl commented Dec 6, 2021

Any idea, when this PR will be merged (=released)? Thx!

@dylans
Copy link
Collaborator

dylans commented Dec 6, 2021

Any idea, when this PR will be merged (=released)? Thx!

Sometime this week. Note you can always use a preliminary version until then, e.g. https://www.npmjs.com/package/slate/v/0.72.0-2021115114236 .

@dylans dylans merged commit dc2999a into main Dec 7, 2021
z2devil pushed a commit to z2devil/slate that referenced this pull request Dec 6, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
z2devil pushed a commit to z2devil/slate that referenced this pull request Dec 6, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants