Skip to content

Commit

Permalink
chore(release): update it on next
Browse files Browse the repository at this point in the history
  • Loading branch information
UberMouse committed Jan 10, 2024
1 parent 6513d95 commit 3eab46e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
23 changes: 0 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
# [5.0.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v5.0.0) (2024-01-09)


### feat

* **builders:** buildRoutingMachine ([4a522e7](https://github.com/koordinates/xstate-tree/commit/4a522e7a3934fdf2f3ae47ffde760755edd8d734)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
* **builders:** viewToMachine ([f02be21](https://github.com/koordinates/xstate-tree/commit/f02be2136f113351ada2fd3ed1d851d58c60f4c5)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
* **core:** xstate v5 support ([c143495](https://github.com/koordinates/xstate-tree/commit/c1434951fb581a69b578fddac2fd6bdd17ed956c)), closes [#58](https://github.com/koordinates/xstate-tree/issues/58)


### Breaking changes

* **core:** v1 style builders (buildView etc) have been removed, along with a handful of testing utilities and a behavioural change with children and final states. They will no longer be automatically from views and instead must be manually stopped using `stopChild`

# [4.4.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v4.4.0) (2024-01-09)


### feat

* **builders:** buildRoutingMachine ([4a522e7](https://github.com/koordinates/xstate-tree/commit/4a522e7a3934fdf2f3ae47ffde760755edd8d734)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
* **builders:** viewToMachine ([f02be21](https://github.com/koordinates/xstate-tree/commit/f02be2136f113351ada2fd3ed1d851d58c60f4c5)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
* **core:** xstate v5 support ([4c7a57a](https://github.com/koordinates/xstate-tree/commit/4c7a57ad5842a76aa2a33360f3a81c04eb66ca72)), closes [#58](https://github.com/koordinates/xstate-tree/issues/58)

# [4.4.0-beta.2](https://github.com/koordinates/xstate-tree/compare/v4.4.0-beta.1...v4.4.0-beta.2) (2024-01-09)


Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const base = require("semantic-release-npm-github-publish");

module.exports = {
...base,
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'master', {name: 'next', prerelease: true}, {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}],
releaseRules: [],
plugins: [
...base.plugins.slice(1),
Expand Down

0 comments on commit 3eab46e

Please sign in to comment.