Skip to content

Commit f2187ab

Browse files
committed
release(dom): 23.0.0
1 parent 2a80dce commit f2187ab

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dom/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 23.0.0 (2021-07-04)
2+
3+
* fix(dom): update Snabbdom to v3 ([2a80dce](https://github.com/cyclejs/cyclejs/commit/2a80dce)), closes [#944](https://github.com/cyclejs/cyclejs/issues/944) [#972](https://github.com/cyclejs/cyclejs/issues/972)
4+
5+
6+
### BREAKING CHANGE
7+
8+
* Snabbdom v0.x is no longer supported.
9+
10+
111
## 22.8.0 (2020-08-31)
212

313
* fix(dom): correct type for isolateSink ([0b68452](https://github.com/cyclejs/cyclejs/commit/0b68452)), closes [#949](https://github.com/cyclejs/cyclejs/issues/949)

dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cycle/dom",
3-
"version": "22.8.0",
3+
"version": "23.0.0",
44
"description": "The standard DOM Driver for Cycle.js, based on Snabbdom",
55
"license": "MIT",
66
"homepage": "https://cycle.js.org",

0 commit comments

Comments
 (0)