Skip to content

Commit 2555dda

Browse files
committed
chore(release): 1.0.4
1 parent 9b89466 commit 2555dda

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0.4](https://github.com/DTStack/dt-react-monaco-editor/compare/v1.0.3...v1.0.4) (2024-04-17)
6+
7+
8+
### Bug Fixes
9+
10+
* remove monacoDiffEditor readonly props ([6183eae](https://github.com/DTStack/dt-react-monaco-editor/commit/6183eae4bbe74af25e178f3764ba8c02bc953ea5))
11+
512
### [1.0.3](https://github.com/DTStack/dt-react-monaco-editor/compare/v1.0.2...v1.0.3) (2024-01-11)
613

714

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-react-monaco-editor",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Monaco editor for React.",
55
"authors": "DTStack Corporation",
66
"keywords": [
@@ -20,10 +20,10 @@
2020
],
2121
"scripts": {
2222
"prepare": "husky install",
23-
"prepublishOnly": "npm run compile",
24-
"compile": "rm -rf lib && tsc",
23+
"prepublishOnly": "npm run build",
24+
"build": "rm -rf lib && tsc",
2525
"watch": "rm -rf lib && tsc --watch",
26-
"release": "npm run compile && node ./scripts/release.js",
26+
"release": "npm run build && node ./scripts/release.js",
2727
"check-types": "tsc --noEmit --skipLibCheck",
2828
"lint": "prettier --check './src/**/*.{js,jsx,tsx,ts,less}'",
2929
"lint-fix": "prettier --write './src/**/*.{js,jsx,tsx,ts,less}'"

0 commit comments

Comments
 (0)