Skip to content

Commit c64065d

Browse files
committed
release: 3.5.0 📦🚀🌐
1 parent 108ec3e commit c64065d

File tree

3 files changed

+44
-54
lines changed

3 files changed

+44
-54
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.5.0](https://github.com/tivac/xstate-component-tree/compare/v3.4.2...v3.5.0) (2022-03-15)
6+
7+
8+
### Features
9+
10+
* add .hasTag(), .matches(), and .broadcast() ([#41](https://github.com/tivac/xstate-component-tree/issues/41)) ([108ec3e](https://github.com/tivac/xstate-component-tree/commit/108ec3ee4f59c469c34f57d6265d8781e4c55a0b))
11+
512
### [3.4.2](https://github.com/tivac/xstate-component-tree/compare/v3.4.1...v3.4.2) (2022-02-20)
613

714

package-lock.json

Lines changed: 33 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xstate-component-tree",
3-
"version": "3.4.2",
3+
"version": "3.5.0",
44
"description": "Build a tree of components based on statechart values",
55
"author": "Pat Cavit <[email protected]>",
66
"license": "MIT",
@@ -23,17 +23,17 @@
2323
"@tivac/eslint-config": "^2.4.0",
2424
"c8": "^7.11.0",
2525
"dedent": "^0.7.0",
26-
"eslint": "^8.10.0",
26+
"eslint": "^8.11.0",
2727
"esm": "^3.2.25",
2828
"nanospy": "^0.5.0",
2929
"object-inspect": "^1.12.0",
30-
"rollup": "^2.70.0",
30+
"rollup": "^2.70.1",
3131
"rollup-plugin-terser": "^7.0.2",
3232
"shx": "^0.3.4",
3333
"standard-version": "^9.3.2",
3434
"strip-ansi": "^7.0.1",
3535
"uvu": "^0.5.3",
36-
"xstate": "^4.30.5"
36+
"xstate": "^4.30.6"
3737
},
3838
"peerDependencies": {
3939
"xstate": "^4.7.8"

0 commit comments

Comments
 (0)