Skip to content

Commit 9ddd8b8

Browse files
committed
chore(release): 0.0.2
1 parent 1406e7f commit 9ddd8b8

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.0.2 (2024-07-27)
6+
7+
8+
### Features
9+
10+
* ci ([7593543](https://github.com/forestxieCode/react-draggable-plus/commit/75935430ac3361de2dadf0a9010f9071b0a22639))
11+
* publish v0.0.1 ([d1d0905](https://github.com/forestxieCode/react-draggable-plus/commit/d1d09052bf9ffde3f2b88dbaed0527c679969226))
12+
* update docs ([7bfd7e7](https://github.com/forestxieCode/react-draggable-plus/commit/7bfd7e7e7cd14c0b7d6d0cccc70daca65a278d68))

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "react-draggable-plus",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Universal Drag-and-Drop Component Supporting React",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8+
"release": "standard-version",
89
"start": "npm run dev",
910
"dev": "dumi dev",
1011
"build": "father build",
@@ -16,7 +17,7 @@
1617
"lint": "npm run lint:es && npm run lint:css",
1718
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
1819
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
19-
"prepublishOnly": "father doctor && npm run build"
20+
"prepublishOnly": "father doctor && npm run build && npm run release"
2021
},
2122
"author": {
2223
"name": "forest",
@@ -68,10 +69,10 @@
6869
"access": "public"
6970
},
7071
"peerDependencies": {
72+
"classnames": "^2.5.1",
7173
"react": ">=16.9.0",
7274
"react-dom": ">=16.9.0",
73-
"sortablejs": "^1.15.2",
74-
"classnames": "^2.5.1"
75+
"sortablejs": "^1.15.2"
7576
},
7677
"devDependencies": {
7778
"@commitlint/cli": "^17.1.2",
@@ -96,6 +97,7 @@
9697
"react": "^18.0.0",
9798
"react-dom": "^18.0.0",
9899
"sortablejs": "^1.15.2",
100+
"standard-version": "^9.5.0",
99101
"stylelint": "^14.9.1",
100102
"unocss": "^0.61.5"
101103
}

0 commit comments

Comments
 (0)