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

chore: update version #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 21, 2021

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

Releases

@codewars/[email protected]

Minor Changes

  • 77597cc: Remove frontmatter extraction

  • c72e0e9: Remove unused extensions option

  • 2a125c2: Upgrade marked to 4.0.5

  • 27ec6ff: Remove broken filterLanguages option. Cannot be fixed because filtering by active language requires postprocessing HTML to avoid breaking many descriptions. The postprocessing depends on the languageWrapper and it's not easy to generalize.

  • 489ebd8: Automate release

    • Open and update a release PR when changes are merged
    • Release the package when a release PR is merged
    • Generate CHANGELOG.md based on changeset
    • Add prepare script so npm install builds the package
    • Remove dist/ which is now generated before release or locally when developing
    • BREAKING: Move the package under @codewars org
    • BREAKING: Remove dist/marked-extensions.js IIFE build
    • BREAKING: Update rollup and remove babel
      • The generated code is almost identical except for arrow functions and the use of const
  • 2a43960: Remove heading extensions

  • f0c6397: Remove class prefix from Kotlin

  • 2b3ee26: Clean up for v1

    • Removed CM support. Utilize highlight function with CM directly if you wish to use this.
    • Removed lineNumbers support, this may be added in later if a universal way of handling it is found
    • Simplified extensions, loadScript support was removed, extensions need to load their own resources
    • Removed Mermaid support, this can be added later as an external extension
    • Upgraded marked from 0.6.2 to 2.1.1 and added to peer dependencies
    • Removed findLanguage option, now just assumes anything unknown is a language

@github-actions github-actions bot force-pushed the changeset-release/master branch from cd389cf to 6cd7971 Compare October 21, 2021 20:54
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from b8c0b42 to c41aae5 Compare October 26, 2021 05:20
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from bd3f8dd to 4856934 Compare November 30, 2021 00:47
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from ba47b25 to dd70415 Compare February 17, 2022 00:38
@github-actions github-actions bot force-pushed the changeset-release/master branch from dd70415 to cf8c2da Compare February 17, 2022 00:39
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.

0 participants