chore(release): version packages#45
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
bcaf7a4 to
83a0e2f
Compare
83a0e2f to
f720e53
Compare
f720e53 to
bef956a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@dunky.dev/native-state-machine@0.3.0
Minor Changes
#49
521440eThanks @ivanbanov! - Breaking: remove theComponentEffects<M, P>type alias. It was a purealias for
ComponentEffect<M, P>[]— a second public name for the sameconcept, with no semantics of its own (it can't enforce the static-list rule
it documented). One concept, one export.
Migration is mechanical:
#43
58f9d7eThanks @ivanbanov! - Rename the framework adapters back to a*-state-machinesubstrate-prefix convention.We tried the
state-machine-*suffix convention (see the previous rename) tokeep the whole
@dunky.dev/*scope alphabetically consistent. In practice itproved ergonomically wrong once you picture it scaled to more than one
package family:
Picture browsing npm under
@dunky.dev/react-*— every React package forthis scope, together, in one look. That's the whole point of an org scope:
someone building a React app should be able to find everything React-related
under
@dunky.dev/react-*. The suffix form breaks that;button-react,dropdown-react, andstate-machine-reactdon't show up together anywhere,because "react" isn't what they're named by.
It reads backwards at the import site too —
import { useMachine } from '@dunky.dev/state-machine-react'names thelibrary before the framework, when every other adapter a React codebase
imports (
react-redux,react-query,react-hook-form) names the frameworkfirst.
@dunky.dev/state-machine-react→@dunky.dev/react-state-machine@dunky.dev/state-machine-native→@dunky.dev/native-state-machine@dunky.dev/state-machine-opentui→@dunky.dev/opentui-state-machineThe previous suffix-named packages are deprecated on npm in favor of these.
@dunky.dev/state-machine(core),@dunky.dev/state-machine-utils, and@dunky.dev/state-machine-bindingsare unchanged — they aren't tied to one substrate, so the prefix convention doesn't apply to them.Patch Changes
521440e,58f9d7e]:@dunky.dev/opentui-state-machine@0.3.0
Minor Changes
#43
58f9d7eThanks @ivanbanov! - Rename the framework adapters back to a*-state-machinesubstrate-prefix convention.We tried the
state-machine-*suffix convention (see the previous rename) tokeep the whole
@dunky.dev/*scope alphabetically consistent. In practice itproved ergonomically wrong once you picture it scaled to more than one
package family:
Picture browsing npm under
@dunky.dev/react-*— every React package forthis scope, together, in one look. That's the whole point of an org scope:
someone building a React app should be able to find everything React-related
under
@dunky.dev/react-*. The suffix form breaks that;button-react,dropdown-react, andstate-machine-reactdon't show up together anywhere,because "react" isn't what they're named by.
It reads backwards at the import site too —
import { useMachine } from '@dunky.dev/state-machine-react'names thelibrary before the framework, when every other adapter a React codebase
imports (
react-redux,react-query,react-hook-form) names the frameworkfirst.
@dunky.dev/state-machine-react→@dunky.dev/react-state-machine@dunky.dev/state-machine-native→@dunky.dev/native-state-machine@dunky.dev/state-machine-opentui→@dunky.dev/opentui-state-machineThe previous suffix-named packages are deprecated on npm in favor of these.
@dunky.dev/state-machine(core),@dunky.dev/state-machine-utils, and@dunky.dev/state-machine-bindingsare unchanged — they aren't tied to one substrate, so the prefix convention doesn't apply to them.Patch Changes
@dunky.dev/react-state-machine@0.3.0
Minor Changes
#49
521440eThanks @ivanbanov! - Breaking: remove theComponentEffects<M, P>type alias. It was a purealias for
ComponentEffect<M, P>[]— a second public name for the sameconcept, with no semantics of its own (it can't enforce the static-list rule
it documented). One concept, one export.
Migration is mechanical:
#43
58f9d7eThanks @ivanbanov! - Rename the framework adapters back to a*-state-machinesubstrate-prefix convention.We tried the
state-machine-*suffix convention (see the previous rename) tokeep the whole
@dunky.dev/*scope alphabetically consistent. In practice itproved ergonomically wrong once you picture it scaled to more than one
package family:
Picture browsing npm under
@dunky.dev/react-*— every React package forthis scope, together, in one look. That's the whole point of an org scope:
someone building a React app should be able to find everything React-related
under
@dunky.dev/react-*. The suffix form breaks that;button-react,dropdown-react, andstate-machine-reactdon't show up together anywhere,because "react" isn't what they're named by.
It reads backwards at the import site too —
import { useMachine } from '@dunky.dev/state-machine-react'names thelibrary before the framework, when every other adapter a React codebase
imports (
react-redux,react-query,react-hook-form) names the frameworkfirst.
@dunky.dev/state-machine-react→@dunky.dev/react-state-machine@dunky.dev/state-machine-native→@dunky.dev/native-state-machine@dunky.dev/state-machine-opentui→@dunky.dev/opentui-state-machineThe previous suffix-named packages are deprecated on npm in favor of these.
@dunky.dev/state-machine(core),@dunky.dev/state-machine-utils, and@dunky.dev/state-machine-bindingsare unchanged — they aren't tied to one substrate, so the prefix convention doesn't apply to them.Patch Changes
@dunky.dev/state-machine@0.3.0
@dunky.dev/state-machine-bindings@0.3.0
@dunky.dev/state-machine-utils@0.3.0
benchmark@0.1.3
Patch Changes
521440e,58f9d7e]:benchmark-demo@0.1.4
Patch Changes