Skip to content

Commit 0ed42e8

Browse files
committed
chore(release): 1.3.5
1 parent f126404 commit 0ed42e8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.3.5](https://github.com/DTStack/molecule/compare/v1.3.4...v1.3.5) (2023-12-29)
6+
7+
8+
### Bug Fixes
9+
10+
* fix model's value not change and add onEditorInstanceMount event ([eb93979](https://github.com/DTStack/molecule/commit/eb939798a0dd09dd46a7c1d8966a744c5749b0ca))
11+
* fix stylelint ([f126404](https://github.com/DTStack/molecule/commit/f126404bfa0b631923c985bc6679f73800bb7182))
12+
* **scrollBar:** disable clickable when hide track ([e15b8b6](https://github.com/DTStack/molecule/commit/e15b8b68200654863bce5077d4b98b8682f37781))
13+
* update types ([c8d8a1f](https://github.com/DTStack/molecule/commit/c8d8a1fea19060ceb313986482d9fef8791ca124))
14+
515
### [1.3.4](https://github.com/DTStack/molecule/compare/v1.3.3...v1.3.4) (2023-06-12)
616

717
### [1.3.3](https://github.com/DTStack/molecule/compare/v1.3.2...v1.3.3) (2023-04-03)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dtinsight/molecule",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "A Web IDE UI Framework built with React.js, inspired by VSCode.",
55
"module": "./esm/index.js",
66
"typings": "./esm/index.d.ts",

0 commit comments

Comments
 (0)