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: version packages #271

Merged
merged 1 commit into from
Oct 20, 2024
Merged

chore: version packages #271

merged 1 commit into from
Oct 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

@reactive-dot/[email protected]

Minor Changes

  • #270 08e5517 Thanks @tien! - BREAKING: simplified chain type registration.

    Old approach:

    import type { config } from "./config.js";
    import type { InferChains } from "@reactive-dot/core";
    
    declare module "@reactive-dot/core" {
      export interface Chains extends InferChains<typeof config> {}
    }

    New approach:

    import type { config } from "./config.js";
    
    declare module "@reactive-dot/core" {
      export interface Register {
        config: typeof config;
      }
    }

@reactive-dot/[email protected]

Minor Changes

  • #270 08e5517 Thanks @tien! - BREAKING: simplified chain type registration.

    Old approach:

    import type { config } from "./config.js";
    import type { InferChains } from "@reactive-dot/core";
    
    declare module "@reactive-dot/core" {
      export interface Chains extends InferChains<typeof config> {}
    }

    New approach:

    import type { config } from "./config.js";
    
    declare module "@reactive-dot/core" {
      export interface Register {
        config: typeof config;
      }
    }

Patch Changes

@reactive-dot/[email protected]

Minor Changes

  • #270 08e5517 Thanks @tien! - BREAKING: simplified chain type registration.

    Old approach:

    import type { config } from "./config.js";
    import type { InferChains } from "@reactive-dot/core";
    
    declare module "@reactive-dot/core" {
      export interface Chains extends InferChains<typeof config> {}
    }

    New approach:

    import type { config } from "./config.js";
    
    declare module "@reactive-dot/core" {
      export interface Register {
        config: typeof config;
      }
    }

Patch Changes

@reactive-dot/[email protected]

Patch Changes

@reactive-dot/[email protected]

Patch Changes

@tien tien marked this pull request as draft October 20, 2024 10:34
@tien tien marked this pull request as ready for review October 20, 2024 10:34
@tien tien merged commit 0a1db00 into main Oct 20, 2024
3 checks passed
@tien tien deleted the changeset-release/main branch October 20, 2024 10: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.

1 participant