Skip to content

Commit 753783c

Browse files
committed
chore: release @formidable-webview/webshell 2.0.0
1 parent e611b2c commit 753783c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/webshell/CHANGELOG.MD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/formidable-webview/webshell/compare/v2.0.0-alpha.2...v2.0.0) (2020-10-08)
2+
3+
4+
### Code Refactoring
5+
6+
* replace CSSBox with DOMRectSize ([17f0244](https://github.com/formidable-webview/webshell/commit/17f024448f24497684f7f2898d25de34b8993cde))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* replace CSSBox with DOMRectSize
12+
113
# [2.0.0-alpha.2](https://github.com/formidable-webview/webshell/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-10-02)
214

315

packages/webshell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formidable-webview/webshell",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0",
44
"description": "🔥 Craft Robust React Native WebView-based components with ease.",
55
"main": "lib/commonjs/index.js",
66
"types": "types/@formidable-webview/webshell/index.d.ts",

0 commit comments

Comments
 (0)