Skip to content

Commit 7f656c7

Browse files
chore(release): publish
- react-property@0.1.0
1 parent 6425501 commit 7f656c7

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2019-07-05)
7+
8+
9+
### Features
10+
11+
* **react-property:** add `index.js` that imports all files in lib ([08d4ba2](https://github.com/remarkablemark/react-dom-core/commit/08d4ba2))
12+
* **react-property:** add build script for SVG DOM config ([182326a](https://github.com/remarkablemark/react-dom-core/commit/182326a))
13+
* **react-property:** add module that exports `isCustomAttribute` ([4213cbd](https://github.com/remarkablemark/react-dom-core/commit/4213cbd))
14+
* **react-property:** add module that exports HTML DOM attribute map ([925db59](https://github.com/remarkablemark/react-dom-core/commit/925db59))
15+
* **react-property:** add module that exports SVG DOM attribute map ([b6501b3](https://github.com/remarkablemark/react-dom-core/commit/b6501b3))
16+
* **react-property:** add script that builds HTML attributes (JSON) ([c5349b8](https://github.com/remarkablemark/react-dom-core/commit/c5349b8))
17+
* **react-property:** build HTML overloaded boolean properties JSON ([ab7e2c2](https://github.com/remarkablemark/react-dom-core/commit/ab7e2c2))
18+
* **react-property:** build HTML props with boolean values (JSON) ([329593c](https://github.com/remarkablemark/react-dom-core/commit/329593c))
19+
* **react-property:** throw error if mkdir fails in build scripts ([1566b2f](https://github.com/remarkablemark/react-dom-core/commit/1566b2f))
20+
* **react-property:** update script to build HTML attr to prop JSON ([f09374d](https://github.com/remarkablemark/react-dom-core/commit/f09374d))

packages/react-property/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-property",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "HTML and SVG DOM property configs used by React.",
55
"main": "index.js",
66
"scripts": {
@@ -37,8 +37,8 @@
3737
"devDependencies": {
3838
"eslint": "^6.0.1",
3939
"eslint-plugin-prettier": "^3.1.0",
40-
"react-dom": "^15",
41-
"prettier": "^1.17.1"
40+
"prettier": "^1.17.1",
41+
"react-dom": "^15"
4242
},
4343
"license": "MIT"
4444
}

0 commit comments

Comments
 (0)