Skip to content

Commit 6379c79

Browse files
Docs: 4.0.0 [skip ci]
1 parent d8105f3 commit 6379c79

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# [4.0.0](https://github.com/WTW-IM/react-html-element/compare/v3.1.0...v4.0.0) (2022-12-05)
2+
3+
4+
### Breaking
5+
6+
* making the default module an ES module ([317de20](https://github.com/WTW-IM/react-html-element/commit/317de20ffbc3badc83dd0c9de8d2d2901a54efd3))
7+
8+
### Build
9+
10+
* ensuring semantic-release finds all relevant branches ([b858f3c](https://github.com/WTW-IM/react-html-element/commit/b858f3cab187f02bd20b0eae415316ca8e6eb24d))
11+
* releasing development builds with PRs ([ce4f6f6](https://github.com/WTW-IM/react-html-element/commit/ce4f6f6c1c22925e9d866f9d3b97d3cabedce475))
12+
* replace travis pipeline with gha ([9c45a86](https://github.com/WTW-IM/react-html-element/commit/9c45a867b10a6606f4ed18a7fcd1d29af796c2df))
13+
* updating master references to main ([f5e6cf1](https://github.com/WTW-IM/react-html-element/commit/f5e6cf124cd0abd6ea88b4d1140f66f1b076bf24))
14+
* using both GH_TOKEN and GITHUB_TOKEN to cover bases in semantic-release ([4f2dd1e](https://github.com/WTW-IM/react-html-element/commit/4f2dd1eb6f9bc7222a999c284c48287124425581))
15+
16+
### Fix
17+
18+
* setting up 'real' pipeline bot git user; bumping version ([667ffff](https://github.com/WTW-IM/react-html-element/commit/667ffff85b968ec8e9728e174c025bd8253e05bb))
19+
* using correct token in semantic-release's git step ([1222372](https://github.com/WTW-IM/react-html-element/commit/12223723690d77878ad7d571f6a09a323da2e577))
20+
21+
### New
22+
23+
* support react 18 createRoot ([addcbcb](https://github.com/WTW-IM/react-html-element/commit/addcbcb52ecb6d99851e955716a9565a7aba5944))
24+
25+
### Update
26+
27+
* doing root.render asynchronously ([ead4edc](https://github.com/WTW-IM/react-html-element/commit/ead4edcbcaca21efabb64541d492b6fc78538783))
28+
* exporting types separate from code ([d191b81](https://github.com/WTW-IM/react-html-element/commit/d191b81d5bc43006edd2213b115916cfeeab51ac))
29+
30+
### Upgrade
31+
32+
* Bump hosted-git-info from 2.8.8 to 2.8.9 ([5554000](https://github.com/WTW-IM/react-html-element/commit/55540006cf0d939dfe84fc48c39c3fad59fe55a9))
33+
* Bump lodash from 4.17.20 to 4.17.21 ([4d34e83](https://github.com/WTW-IM/react-html-element/commit/4d34e8349a80b0f701528a0b5f8b0eb0b6a99b64))
34+
* Bump y18n from 4.0.0 to 4.0.1 ([57d49c9](https://github.com/WTW-IM/react-html-element/commit/57d49c9f1f781e75c4a990f8254c7ee738c46591))
35+
136
# [3.1.0](https://github.com/WTW-IM/react-html-element/compare/v3.0.0...v3.1.0) (2021-02-10)
237

338

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "react-html-element",
3-
"version": "2.2.0",
3+
"version": "4.0.0",
44
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
55
"main": "module/index.js",
6-
"types": "types",
6+
"types": "module/index.d.ts",
77
"exports": {
88
"import": "./module/index.js",
99
"require": "./dist/index.js",
1010
"default": "./module/index.js"
1111
},
12-
"types": "module/index.d.ts",
1312
"files": [
1413
"dist",
1514
"module",

0 commit comments

Comments
 (0)