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 and publish packages #719

Merged
merged 2 commits into from Apr 29, 2024
Merged

Version and publish packages #719

merged 2 commits into from Apr 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 4, 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 main, this PR will be updated.

Releases

@makeswift/prop-controllers@0.1.0

Minor Changes

  • cf79dcb: Add data type to legacy ResponsiveLength prop controller and move it to @makeswift/prop-controllers.
  • 89a6d77: Add data type to legacy BorderRadius prop controller and move it to @makeswift/prop-controllers.
  • 5bd9b5f: Add data type to legacy Shadows prop controller and move it to @makeswift/prop-controllers.
  • 0a9a89c: Add data type to legacy ResponsiveColor prop controller and move it to @makeswift/prop-controllers.
  • 4847f1b: Add data type to legacy Checkbox prop controller and move it to @makeswift/prop-controllers.
  • 38f8798: Add data type to legacy Border prop controller and move it to @makeswift/prop-controllers.
  • b5fe83a: Add data type to legacy Date prop controller and move it to @makeswift/prop-controllers.
  • c37a850: Add data type to legacy Number prop controller and move it to @makeswift/prop-controllers.
  • 6b62ab6: Add Zod to @makeswift/prop-controllers and schemas for legacy Shadows prop controller.

Patch Changes

  • 24f76a8: Add data type to legacy TextStyle prop controller and move it to @makeswift/prop-controllers.
  • 6bab3df: Add data type to legacy GapY prop controller and move it to @makeswift/prop-controllers.
  • 9b61ad8: Add data type to legacy NavigationLinks prop controller and move it to @makeswift/prop-controllers.
  • 2602000: Add data type to LinkPropController.
  • 045799d: Add data type to legacy Width prop controller and move it to @makeswift/prop-controllers.
  • abf95d6: Add data type to legacy Margin prop controller and move it to @makeswift/prop-controllers.
  • bc036af: Add data type to legacy Font prop controller and move it to @makeswift/prop-controllers.
  • f377f89: Add data type to legacy Table prop controller and move it to @makeswift/prop-controllers.
  • fe5c346: Add data type to legacy GapX prop controller and move it to @makeswift/prop-controllers.
  • 6e48054: Add data type to legacy Video prop controller and move it to @makeswift/prop-controllers.
  • a909fa1: Add a new @makeswift/prop-controllers package that contains deprecated prop-controllers. This package is intended for internal use only.
  • f7fc53e: Add data type to legacy Padding prop controller and move it to @makeswift/prop-controllers.
  • df976f6: Add data type to legacy TextArea prop controller and move it to @makeswift/prop-controllers.

@makeswift/runtime@0.16.0

Minor Changes

  • cf79dcb: Add data type to legacy ResponsiveLength prop controller and move it to @makeswift/prop-controllers.

  • defb8d9: Next.js 14.2 compatibility fix: decouple PreviewProvider's message channel setup from the middleware creation to make store initialization compatible with React's strict mode.

  • 89a6d77: Add data type to legacy BorderRadius prop controller and move it to @makeswift/prop-controllers.

  • 5bd9b5f: Add data type to legacy Shadows prop controller and move it to @makeswift/prop-controllers.

  • 0a9a89c: Add data type to legacy ResponsiveColor prop controller and move it to @makeswift/prop-controllers.

  • 4847f1b: Add data type to legacy Checkbox prop controller and move it to @makeswift/prop-controllers.

  • 38f8798: Add data type to legacy Border prop controller and move it to @makeswift/prop-controllers.

  • b5fe83a: Add data type to legacy Date prop controller and move it to @makeswift/prop-controllers.

  • c37a850: Add data type to legacy Number prop controller and move it to @makeswift/prop-controllers.

  • 56343d0: BREAKING CHANGE: Remove deprecated List, Shape, and Typeahead PropControllers from @makeswift/runtime/prop-controllers.

    This breaking change only affects a minority of users who are upgrading from versions older than 0.0.7.

    To migrate to the new version: update your components to use List, Shape, and Combobox from @makeswift/runtime/controls instead of @makeswift/runtime/prop-controllers.

    Example migration:

    - import { List, Shape } from '@makeswift/runtime/prop-controllers';
    + import { List, Shape } from '@makeswift/runtime/controls';
  • a909fa1: Use the @makeswift/prop-controllers package, and migrate LinkPropController.

Patch Changes

  • 24f76a8: Add data type to legacy TextStyle prop controller and move it to @makeswift/prop-controllers.
  • 6bab3df: Add data type to legacy GapY prop controller and move it to @makeswift/prop-controllers.
  • 9b61ad8: Add data type to legacy NavigationLinks prop controller and move it to @makeswift/prop-controllers.
  • 045799d: Add data type to legacy Width prop controller and move it to @makeswift/prop-controllers.
  • abf95d6: Add data type to legacy Margin prop controller and move it to @makeswift/prop-controllers.
  • bc036af: Add data type to legacy Font prop controller and move it to @makeswift/prop-controllers.
  • f377f89: Add data type to legacy Table prop controller and move it to @makeswift/prop-controllers.
  • 66c8c6c: Fix "function components cannot be given refs" warning on the built-in Text component
  • fe5c346: Add data type to legacy GapX prop controller and move it to @makeswift/prop-controllers.
  • 6e48054: Add data type to legacy Video prop controller and move it to @makeswift/prop-controllers.
  • f7fc53e: Add data type to legacy Padding prop controller and move it to @makeswift/prop-controllers.
  • 612a40b: Resolve occasional ERR_INVALID_ARG_TYPE error when previewing a site built using Next.js Pages router.
  • df976f6: Add data type to legacy TextArea prop controller and move it to @makeswift/prop-controllers.
  • 2602000: Handle the new data type for LinkPropController.
  • Updated dependencies [24f76a8]
  • Updated dependencies [cf79dcb]
  • Updated dependencies [6bab3df]
  • Updated dependencies [89a6d77]
  • Updated dependencies [9b61ad8]
  • Updated dependencies [2602000]
  • Updated dependencies [5bd9b5f]
  • Updated dependencies [045799d]
  • Updated dependencies [abf95d6]
  • Updated dependencies [0a9a89c]
  • Updated dependencies [4847f1b]
  • Updated dependencies [38f8798]
  • Updated dependencies [bc036af]
  • Updated dependencies [b5fe83a]
  • Updated dependencies [f377f89]
  • Updated dependencies [c37a850]
  • Updated dependencies [fe5c346]
  • Updated dependencies [6e48054]
  • Updated dependencies [a909fa1]
  • Updated dependencies [f7fc53e]
  • Updated dependencies [6b62ab6]
  • Updated dependencies [df976f6]
    • @makeswift/prop-controllers@0.1.0

Copy link

vercel bot commented Apr 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
makeswift-examples-bigcommerce ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 4:00pm
makeswift-examples-bigcommerce-catalyst ❌ Failed (Inspect) Apr 29, 2024 4:00pm
makeswift-nextjs-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 4:00pm
makeswift-nextjs-pages-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 4:00pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
makeswift-examples-basic-typescript ⬜️ Ignored (Inspect) Visit Preview Apr 29, 2024 4:00pm
makeswift-examples-shopify ⬜️ Ignored (Inspect) Visit Preview Apr 29, 2024 4:00pm
makeswift-examples-thirdweb ⬜️ Ignored (Inspect) Visit Preview Apr 29, 2024 4:00pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant