Skip to content

Commit fc26150

Browse files
chore(release): publish
- react-dom-core@0.1.2 - react-property@1.0.2
1 parent 3843360 commit fc26150

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

packages/react-dom-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.1.2](https://github.com/remarkablemark/react-dom-core/compare/react-dom-core@0.1.1...react-dom-core@0.1.2) (2021-09-05)
7+
8+
**Note:** Version bump only for package react-dom-core
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/remarkablemark/react-dom-core/compare/react-dom-core@0.1.0...react-dom-core@0.1.1) (2019-05-26)
715

816

packages/react-dom-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom-core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Copy of react-dom 15",
55
"scripts": {
66
"build": "npm run copy && npm run replace",

packages/react-property/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.1...react-property@1.0.2) (2021-09-05)
7+
8+
**Note:** Version bump only for package react-property
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.0...react-property@1.0.1) (2019-07-09)
715

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

0 commit comments

Comments
 (0)