Skip to content

Commit

Permalink
version release 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 4, 2024
1 parent 0041a38 commit 64cc9c0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.9.3](https://github.com/ocsjs/ocsjs/compare/4.9.2...4.9.3) (2024-05-04)



## [4.9.2](https://github.com/ocsjs/ocsjs/compare/4.9.1...4.9.2) (2024-05-04)


Expand Down
7 changes: 1 addition & 6 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
## [4.9.2](https://github.com/ocsjs/ocsjs/compare/4.9.1...4.9.2) (2024-05-04)


### Bug Fixes

* 导出 $elelment 对象,便于可修改 $modal 第二个参数 ([13a1b6d](https://github.com/ocsjs/ocsjs/commit/13a1b6d9d8e211e9b92558b950fbb0e96b0d6174))
## [4.9.3](https://github.com/ocsjs/ocsjs/compare/4.9.2...4.9.3) (2024-05-04)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocsjs",
"version": "4.9.2",
"version": "4.9.3",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vite-plugin-banner": "^0.6.1"
},
"dependencies": {
"easy-us": "^0.0.14",
"easy-us": "^0.0.15",
"events": "^3.3.0",
"lodash": "^4.17.21",
"playwright-core": "^1.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@ocsjs/core": "workspace:4.0.0-beta.0",
"@rollup/plugin-commonjs": "^24.0.0",
"browser-env": "^3.3.0",
"easy-us": "^0.0.14",
"easy-us": "^0.0.15",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"marked": "^4.2.12",
Expand Down

0 comments on commit 64cc9c0

Please sign in to comment.