Skip to content

Commit adaefa5

Browse files
Merge pull request #347 from FormidableLabs/changeset-release/master
Version Packages
2 parents 51776cf + 884f348 commit adaefa5

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/ninety-boats-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# React-Live Changelog
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- Migrated codebase to TypeScript. ([#346](https://github.com/FormidableLabs/react-live/pull/346))
8+
39
## 3.2.0
410

511
### Minor Changes
612

7-
* Re-implement the original theme overriding behavior ([#336](https://github.com/FormidableLabs/react-live/pull/336)] @ryan-roemer
13+
- Re-implement the original theme overriding behavior ([#336](https://github.com/FormidableLabs/react-live/pull/336)] @ryan-roemer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "A production-focused playground for live editing React code",
55
"main": "dist/react-live.cjs.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)