Skip to content

chore(release): publish v4.2.0 #268

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

Merged
merged 1 commit into from
Nov 26, 2024
Merged

chore(release): publish v4.2.0 #268

merged 1 commit into from
Nov 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2024

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 master, this PR will be updated.

Releases

@bbob/cli@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/core@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/html@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/parser@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/plugin-helper@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/preset@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/preset-html5@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/preset-react@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/preset-vue@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/react@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

  • #267 8a9cfd6 Thanks @JiLiZART! - Fix types for BbobCoreOptions

  • Updated dependencies [ccab54a, 8a9cfd6]:

    • @bbob/types@4.2.0
    • @bbob/core@4.2.0
    • @bbob/html@4.2.0
    • @bbob/plugin-helper@4.2.0

@bbob/types@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

@bbob/vue2@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

  • #267 8a9cfd6 Thanks @JiLiZART! - Fix types for BbobCoreOptions

  • Updated dependencies [ccab54a, 8a9cfd6]:

    • @bbob/types@4.2.0
    • @bbob/core@4.2.0
    • @bbob/html@4.2.0
    • @bbob/plugin-helper@4.2.0

@bbob/vue3@4.2.0

Minor Changes

  • #251 ccab54a Thanks @JiLiZART! - New option flag caseFreeTags has been added

    This flag allows to parse case insensitive tags like [h1]some[/H1] -> <h1>some</h1>

    import html from "@bbob/html";
    import presetHTML5 from "@bbob/preset-html5";
    
    const processed = html(`[h1]some[/H1]`, presetHTML5(), {
      caseFreeTags: true,
    });
    
    console.log(processed); // <h1>some</h1>

    Also now you can pass caseFreeTags to parse function

    import { parse } from "@bbob/parser";
    
    const ast = parse("[h1]some[/H1]", {
      caseFreeTags: true,
    });

    BREAKING CHANGE: isTokenNested function now accepts string tokenValue instead of token

    Changed codecov.io to coveralls.io for test coverage

Patch Changes

  • #267 8a9cfd6 Thanks @JiLiZART! - Fix types for BbobCoreOptions

  • Updated dependencies [ccab54a, 8a9cfd6]:

    • @bbob/types@4.2.0
    • @bbob/core@4.2.0
    • @bbob/html@4.2.0
    • @bbob/plugin-helper@4.2.0

@github-actions github-actions bot force-pushed the changeset-release/master branch from c8a1cd9 to 1e262a9 Compare November 26, 2024 10:11
@JiLiZART JiLiZART changed the title chore(release): publish chore(release): publish v4.2.0 Nov 26, 2024
@JiLiZART JiLiZART merged commit b09f4fa into master Nov 26, 2024
@JiLiZART JiLiZART deleted the changeset-release/master branch November 26, 2024 11:34
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.

1 participant