Skip to content

Commit 1637f54

Browse files
chore(release): publish
- react-property@2.0.0
1 parent 2844c0c commit 1637f54

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/react-property/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.2...react-property@2.0.0) (2021-09-07)
7+
8+
9+
### Features
10+
11+
* **react-property:** change implementation to use latest React ([f7361e7](https://github.com/remarkablemark/react-dom-core/commit/f7361e7215c28be5b2a91b09a13be1456e924c17)), closes [#14](https://github.com/remarkablemark/react-dom-core/issues/14)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **react-property:** update property from react-dom 15 to react-dom 17
17+
18+
19+
20+
21+
622
## [1.0.2](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.1...react-property@1.0.2) (2021-09-05)
723

824
**Note:** Version bump only for package react-property

packages/react-property/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-property",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "HTML and SVG DOM property configs used by React.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)