Skip to content

Commit

Permalink
release v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed May 22, 2023
1 parent c75c292 commit be4cf12
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 251 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change logs

## 2023.05.22 v4.3.0

1. fix export default
2. fix types
3. upgrade all packages

## 2023.05.21 v4.2.0

1. use `use-downloads`
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-cool",
"description": "This is a pure native js front-end common method library",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "[email protected]",
"main": "dist/js-cool.cjs.js",
"module": "dist/js-cool.esm-bundler.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
"scripts": {
"gen:version": "tscjs scripts/version",
"tag:version": "tscjs scripts/tag",
"build": "run-s clean build:{bundle,types} roll-types",
"build": "run-s clean build:{bundle,types}",
"build:bundle": "rollup -c build/rollup.config.ts --configPlugin @rollup/plugin-typescript",
"build:types": "tsc -p src/tsconfig.declaration.json",
"build:types": "tsc -p src/tsconfig.declaration.json && pnpm roll-types",
"build:docs": "rm-all docs && typedoc && prettier --write \"**/*.md\"",
"deploy": "sh scripts/deploy.sh",
"roll-types": "api-extractor run && rm-all temp",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@eslint-sets/eslint-config-ts": "^5.2.0",
"@microsoft/api-extractor": "^7.34.9",
"@microsoft/api-extractor": "^7.35.0",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
Expand All @@ -73,19 +73,19 @@
"@rollup/plugin-typescript": "^11.1.1",
"@types/activex-excel": "^14.0.6",
"@types/babel__core": "^7.20.0",
"@types/node": "^20.2.0",
"@types/node": "^20.2.3",
"babel-loader": "^9.1.2",
"core-js": "^3.30.2",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"fast-glob": "^3.2.12",
"load-yml": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.0",
"rm-all": "^1.0.0",
"rollup": "^3.22.0",
"rollup": "^3.23.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-visualizer": "^5.9.0",
Expand Down
Loading

0 comments on commit be4cf12

Please sign in to comment.