Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - react-property@1.0.0
  • Loading branch information
remarkablemark committed Jul 9, 2019
1 parent df7a9b9 commit 0d185a0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/react-property/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/remarkablemark/react-dom-core/compare/react-property@0.1.0...react-property@1.0.0) (2019-07-09)


### Features

* **react-property:** add script to build injection json ([2de3da9](https://github.com/remarkablemark/react-dom-core/commit/2de3da9))
* **react-property:** consolidate injection logic to `index.js` ([167887f](https://github.com/remarkablemark/react-dom-core/commit/167887f))
* **react-property:** export html and svg property configs ([8f8b921](https://github.com/remarkablemark/react-dom-core/commit/8f8b921))
* **react-property:** rewrite build html script ([a44567a](https://github.com/remarkablemark/react-dom-core/commit/a44567a))
* **react-property:** rewrite build svg script ([eb7a59b](https://github.com/remarkablemark/react-dom-core/commit/eb7a59b))


### BREAKING CHANGES

* **react-property:** remove exports `HTMLDOMPropertyConfig` and
`SVGDOMPropertyConfig` and consolidate the properties in
`properties`.

As a result of this change, `src/` directory is removed since all
the injection logic is handled in `index.js` and the npm script
`copy` is removed as well.





# 0.1.0 (2019-07-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-property/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-property",
"version": "0.1.0",
"version": "1.0.0",
"description": "HTML and SVG DOM property configs used by React.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0d185a0

Please sign in to comment.