Skip to content

Commit 5fe455a

Browse files
committed
v2.0.3-2.0.3-alpha.1.0
1 parent baf0de8 commit 5fe455a

File tree

16 files changed

+45
-45
lines changed

16 files changed

+45
-45
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages": [
1212
"packages/*"
1313
],
14-
"version": "2.0.2"
14+
"version": "2.0.3-2.0.3-alpha.1.0"
1515
}

packages/any-event/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "any-event",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "小巧的事件模型",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/any-touch/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "any-touch",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "一个小巧的手势库",
55
"unpkg": "dist/any-touch.umd.min.js",
66
"jsdelivr": "dist/any-touch.umd.min.js",
@@ -22,15 +22,15 @@
2222
},
2323
"homepage": "https://github.com/any86/any-touch#readme",
2424
"dependencies": {
25-
"@any-touch/core": "^2.0.2",
26-
"@any-touch/doubletap": "^2.0.2",
27-
"@any-touch/pan": "^2.0.2",
28-
"@any-touch/pinch": "^2.0.2",
29-
"@any-touch/press": "^2.0.2",
30-
"@any-touch/rotate": "^2.0.2",
31-
"@any-touch/swipe": "^2.0.2",
32-
"@any-touch/tap": "^2.0.2",
33-
"any-event": "^2.0.2",
25+
"@any-touch/core": "^2.0.3-2.0.3-alpha.1.0",
26+
"@any-touch/doubletap": "^2.0.3-2.0.3-alpha.1.0",
27+
"@any-touch/pan": "^2.0.3-2.0.3-alpha.1.0",
28+
"@any-touch/pinch": "^2.0.3-2.0.3-alpha.1.0",
29+
"@any-touch/press": "^2.0.3-2.0.3-alpha.1.0",
30+
"@any-touch/rotate": "^2.0.3-2.0.3-alpha.1.0",
31+
"@any-touch/swipe": "^2.0.3-2.0.3-alpha.1.0",
32+
"@any-touch/tap": "^2.0.3-2.0.3-alpha.1.0",
33+
"any-event": "^2.0.3-2.0.3-alpha.1.0",
3434
"tslib": "^2.3.1"
3535
},
3636
"keywords": [

packages/compute/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/compute",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"main": "dist/index.js",
55
"module": "dist/index.es.js",
66
"description": "any-touch内部依赖的包, 进行手势数据计算.",
@@ -11,8 +11,8 @@
1111
"dist/*"
1212
],
1313
"dependencies": {
14-
"@any-touch/shared": "^2.0.2",
15-
"@any-touch/vector": "^2.0.2",
14+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0",
15+
"@any-touch/vector": "^2.0.3-2.0.3-alpha.1.0",
1616
"tslib": "^2.3.1"
1717
},
1818
"author": "any86",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/core",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch核心程序, 主要用来兼容Mouse/Touch事件.",
55
"unpkg": "dist/any-touch.js",
66
"jsdelivr": "dist/any-touch.js",
@@ -21,8 +21,8 @@
2121
},
2222
"homepage": "https://github.com/any86/any-touch#readme",
2323
"dependencies": {
24-
"@any-touch/shared": "^2.0.2",
25-
"any-event": "^2.0.2"
24+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0",
25+
"any-event": "^2.0.3-2.0.3-alpha.1.0"
2626
},
2727
"keywords": [
2828
"touch",

packages/doubletap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@any-touch/doubletap",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别双击手势, 是Tap识别器的一个特例",
55
"main": "./dist/index",
66
"module": "./dist/index.es.js",
77
"types": "dist/index.d.ts",
88
"author": "any86",
99
"license": "MIT",
1010
"dependencies": {
11-
"@any-touch/compute": "^2.0.2",
12-
"@any-touch/shared": "^2.0.2",
13-
"@any-touch/vector": "^2.0.2"
11+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0",
12+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0",
13+
"@any-touch/vector": "^2.0.3-2.0.3-alpha.1.0"
1414
},
1515
"files": [
1616
"dist/*"

packages/pan/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/pan",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别拖拽手势.",
55
"main": "./dist/index",
66
"module": "./dist/index.es.js",
@@ -11,8 +11,8 @@
1111
"dist/*"
1212
],
1313
"dependencies": {
14-
"@any-touch/compute": "^2.0.2",
15-
"@any-touch/shared": "^2.0.2"
14+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0",
15+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0"
1616
},
1717
"publishConfig": {
1818
"access": "public"

packages/pinch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/pinch",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别捏合手势.",
55
"main": "./dist/index",
66
"module": "./dist/index.es.js",
@@ -11,7 +11,7 @@
1111
"dist/*"
1212
],
1313
"dependencies": {
14-
"@any-touch/compute": "^2.0.2"
14+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/press/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/press",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别按压手势.",
55
"main": "./dist/index",
66
"module": "./dist/index.es.js",
@@ -11,8 +11,8 @@
1111
"dist/*"
1212
],
1313
"dependencies": {
14-
"@any-touch/compute": "^2.0.2",
15-
"@any-touch/shared": "^2.0.2"
14+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0",
15+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0"
1616
},
1717
"publishConfig": {
1818
"access": "public"

packages/rotate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/rotate",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别旋转手势.",
55
"main": "./dist/index",
66
"module": "./dist/index.es.js",
@@ -11,7 +11,7 @@
1111
"dist/*"
1212
],
1313
"dependencies": {
14-
"@any-touch/compute": "^2.0.2"
14+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/shared",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch内部的公共函数.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/simulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/simulator",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "手势事件模拟器",
55
"main": "./dist/index.js",
66
"module": "./dist/index.es.js",

packages/swipe/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@any-touch/swipe",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别划动手势.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.es.js",
77
"types": "dist/index.d.ts",
88
"author": "any86",
99
"license": "MIT",
1010
"dependencies": {
11-
"@any-touch/compute": "^2.0.2",
12-
"@any-touch/shared": "^2.0.2"
11+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0",
12+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0"
1313
},
1414
"files": [
1515
"dist/*"

packages/tap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@any-touch/tap",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的识别器, 用来识别点击手势.",
55
"main": "./dist/index",
66
"module": "./dist/index.es.js",
77
"types": "dist/index.d.ts",
88
"author": "any86",
99
"license": "MIT",
1010
"dependencies": {
11-
"@any-touch/compute": "^2.0.2",
12-
"@any-touch/shared": "^2.0.2",
13-
"@any-touch/vector": "^2.0.2"
11+
"@any-touch/compute": "^2.0.3-2.0.3-alpha.1.0",
12+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0",
13+
"@any-touch/vector": "^2.0.3-2.0.3-alpha.1.0"
1414
},
1515
"files": [
1616
"dist/*"

packages/vector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@any-touch/vector",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch中向量计算相关的函数.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"author": "any86",
88
"license": "MIT",
99
"dependencies": {
10-
"@any-touch/shared": "^2.0.2"
10+
"@any-touch/shared": "^2.0.3-2.0.3-alpha.1.0"
1111
},
1212
"publishConfig": {
1313
"access": "public"

packages/vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@any-touch/vue3",
3-
"version": "2.0.2",
3+
"version": "2.0.3-2.0.3-alpha.1.0",
44
"description": "any-touch的vue指令版本",
55
"main": "./dist/index.js",
66
"module": "./dist/index.es.js",
@@ -17,4 +17,4 @@
1717
"access": "public"
1818
},
1919
"sideEffects": false
20-
}
20+
}

0 commit comments

Comments
 (0)