Skip to content

Commit 0d185a0

Browse files
chore(release): publish
- react-property@1.0.0
1 parent df7a9b9 commit 0d185a0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

packages/react-property/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
# [1.0.0](https://github.com/remarkablemark/react-dom-core/compare/react-property@0.1.0...react-property@1.0.0) (2019-07-09)
7+
8+
9+
### Features
10+
11+
* **react-property:** add script to build injection json ([2de3da9](https://github.com/remarkablemark/react-dom-core/commit/2de3da9))
12+
* **react-property:** consolidate injection logic to `index.js` ([167887f](https://github.com/remarkablemark/react-dom-core/commit/167887f))
13+
* **react-property:** export html and svg property configs ([8f8b921](https://github.com/remarkablemark/react-dom-core/commit/8f8b921))
14+
* **react-property:** rewrite build html script ([a44567a](https://github.com/remarkablemark/react-dom-core/commit/a44567a))
15+
* **react-property:** rewrite build svg script ([eb7a59b](https://github.com/remarkablemark/react-dom-core/commit/eb7a59b))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **react-property:** remove exports `HTMLDOMPropertyConfig` and
21+
`SVGDOMPropertyConfig` and consolidate the properties in
22+
`properties`.
23+
24+
As a result of this change, `src/` directory is removed since all
25+
the injection logic is handled in `index.js` and the npm script
26+
`copy` is removed as well.
27+
28+
29+
30+
31+
632
# 0.1.0 (2019-07-05)
733

834

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": "0.1.0",
3+
"version": "1.0.0",
44
"description": "HTML and SVG DOM property configs used by React.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)