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 #193

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Version Packages #193

merged 1 commit into from
Nov 26, 2024

Conversation

claytercek
Copy link
Member

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

Releases

@bluecadet/[email protected]

Major Changes

  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:
    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Minor Changes

Patch Changes

@bluecadet/[email protected]

Major Changes

  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:

    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)
  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:

    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Minor Changes

Patch Changes

@bluecadet/[email protected]

Major Changes

  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:
    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)

Patch Changes

@bluecadet/[email protected]

Major Changes

  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:

    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)
  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:

    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Minor Changes

Patch Changes

@bluecadet/[email protected]

Major Changes

  • #179 9252b2489f1e7170223c2c2bfaffe2202d32b59a Thanks @claytercek! - Plugin API and Monitor Package Updates:

    • Refactor monitor package to use neverthrow for error handling.
    • Add tests for monitor package.
    • Add hooks for monitor events.
    • Add tests to utils package.
  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:

    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)
  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:

    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Minor Changes

Patch Changes

@bluecadet/[email protected]

Major Changes

  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:

    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)
  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:

    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Patch Changes

@bluecadet/[email protected]

Major Changes

  • #179 9252b2489f1e7170223c2c2bfaffe2202d32b59a Thanks @claytercek! - Plugin API and Monitor Package Updates:

    • Refactor monitor package to use neverthrow for error handling.
    • Add tests for monitor package.
    • Add hooks for monitor events.
    • Add tests to utils package.
  • #179 754ddd330f9e626b45a08bc7d6ce84f057bbb989 Thanks @claytercek! - Plugin API and Content Package Updates:

    • Add basic support for Plugin API across content, monitor, and core packages.
    • Implement full support for plugins in content package.
    • Refactor content sources to be functions.
    • Refactor content transforms and media-downloader to be plugins.
    • Implement neverthrow for error handling in content package.
    • Add unit tests for content package.
    • Fully remove credentials API (superseded by dotenv config)
  • #179 3dd25b3ff7d4636fab43812af2714db948f600e1 Thanks @claytercek! - New CLI Package:

    • Move CLI to separate package
    • Lazy import CLI commands to improve startup time
    • Move config and dotenv loading and parsing to CLI package
    • convert core package to have no code, just a shorthand for installing all sub-packages

Minor Changes

Patch Changes

@claytercek claytercek merged commit 97012a7 into develop Nov 26, 2024
3 checks passed
@claytercek claytercek deleted the changeset-release/develop branch November 26, 2024 21:03
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