Skip to content

Commit

Permalink
v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 9, 2023
1 parent a923af0 commit cd0d3ce
Show file tree
Hide file tree
Showing 4 changed files with 13 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 @@
## [0.2.17](https://github.com/varletjs/axle/compare/v0.2.16...v0.2.17) (2023-12-09)



## [0.2.16](https://github.com/varletjs/axle/compare/v0.2.15...v0.2.16) (2023-12-08)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"version": "0.2.16",
"private": true,
"version": "0.2.17",
"description": "Progressive request tool based on axios",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"bootstrap": "pnpm i && pnpm build",
"clean": "rimraf ./node_modules ./packages/*/node_modules",
"clean": "rimraf ./node_modules ./packages/*/node_modules",
"dev": "pnpm --dir ./packages/axle dev",
"build": "pnpm --dir ./packages/axle build",
"dev:play": "pnpm --dir ./packages/playground dev",
Expand Down Expand Up @@ -36,7 +36,7 @@
"engines": {
"pnpm": ">=8.0"
},
"pnpm": {
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
Expand All @@ -46,4 +46,4 @@
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/axle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/axle",
"version": "0.2.16",
"version": "0.2.17",
"description": "Progressive request tool based on axios",
"type": "module",
"main": "es/index.js",
Expand Down Expand Up @@ -57,4 +57,4 @@
"bugs": {
"url": "https://github.com/varletjs/axle/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@varlet/axle-playground",
"version": "0.0.0",
"version": "0.2.17",
"type": "module",
"scripts": {
"dev": "vite & nodemon src/server.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
}
}
}

0 comments on commit cd0d3ce

Please sign in to comment.