Skip to content

Commit 08f2f10

Browse files
committed
chore(versions): 😊 publish v0.4.13
1 parent 5325182 commit 08f2f10

File tree

9 files changed

+41
-29
lines changed

9 files changed

+41
-29
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.4.12(2021-07-26)
4+
5+
### :tada: Enhancements
6+
7+
1. [feat(settings): support DrawerSetter component](https://github.com/alibaba/designable/commit/c747274) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
8+
9+
### :beetle: Bug Fixes
10+
11+
1. [docs(readme): fix typo (#23)](https://github.com/alibaba/designable/commit/30dc8e1) :point_right: ( [ζŽζ–‡ε―Œ](https://github.com/ζŽζ–‡ε―Œ) )
12+
13+
### :memo: Documents Changes
14+
15+
1. [docs(readme): fix typo (#23)](https://github.com/alibaba/designable/commit/30dc8e1) :point_right: ( [ζŽζ–‡ε―Œ](https://github.com/ζŽζ–‡ε―Œ) )
16+
17+
### :blush: Other Changes
18+
19+
1. [chore(ts): map @designable/\* to src folder during development (#26)](https://github.com/alibaba/designable/commit/77c0d74) :point_right: ( [JuFeng Zhang](https://github.com/JuFeng Zhang) )
20+
321
## v0.4.11(2021-07-16)
422

523
### :beetle: Bug Fixes
@@ -259,9 +277,3 @@
259277
## v0.3.11(2021-06-20)
260278

261279
### No Change Log
262-
263-
## v0.3.10(2021-06-20)
264-
265-
### :tada: Enhancements
266-
267-
1. [feat(react): improve ui](https://github.com/alibaba/designable/commit/017fdbc) :point_right: ( [janryWang](https://github.com/janryWang) )

β€Žlerna.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.12",
2+
"version": "0.4.13",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"npmClientArgs": ["--ignore-engines"],

β€Žpackages/core/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/core",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -15,7 +15,7 @@
1515
"build:umd": "rollup --config"
1616
},
1717
"dependencies": {
18-
"@designable/shared": "0.4.12",
18+
"@designable/shared": "0.4.13",
1919
"@formily/json-schema": "^2.0.0-beta.76",
2020
"@formily/path": "^2.0.0-beta.76",
2121
"@formily/reactive": "^2.0.0-beta.76",

β€Žpackages/formily/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/formily",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@designable/core": "0.4.12",
22-
"@designable/shared": "0.4.12",
21+
"@designable/core": "0.4.13",
22+
"@designable/shared": "0.4.13",
2323
"@formily/core": "^2.0.0-beta.76",
2424
"@formily/json-schema": "^2.0.0-beta.76"
2525
},

β€Žpackages/playground/package.jsonβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/playground",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"private": true,
66
"engines": {
@@ -25,11 +25,11 @@
2525
"webpack-dev-server": "^3.10.1"
2626
},
2727
"dependencies": {
28-
"@designable/core": "0.4.12",
29-
"@designable/react": "0.4.12",
30-
"@designable/react-sandbox": "0.4.12",
31-
"@designable/react-settings-form": "0.4.12",
32-
"@designable/shared": "0.4.12",
28+
"@designable/core": "0.4.13",
29+
"@designable/react": "0.4.13",
30+
"@designable/react-sandbox": "0.4.13",
31+
"@designable/react-settings-form": "0.4.13",
32+
"@designable/shared": "0.4.13",
3333
"@formily/reactive": "^2.0.0-beta.76",
3434
"@formily/reactive-react": "^2.0.0-beta.76",
3535
"antd": "^4.15.2",

β€Žpackages/react-sandbox/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/react-sandbox",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"react": "16.x || 17.x"
1919
},
2020
"dependencies": {
21-
"@designable/react": "0.4.12",
22-
"@designable/shared": "0.4.12"
21+
"@designable/react": "0.4.13",
22+
"@designable/shared": "0.4.13"
2323
},
2424
"publishConfig": {
2525
"access": "public"

β€Žpackages/react-settings-form/package.jsonβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/react-settings-form",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -22,9 +22,9 @@
2222
},
2323
"dependencies": {
2424
"@babel/parser": "^7.14.7",
25-
"@designable/core": "0.4.12",
26-
"@designable/react": "0.4.12",
27-
"@designable/shared": "0.4.12",
25+
"@designable/core": "0.4.13",
26+
"@designable/react": "0.4.13",
27+
"@designable/shared": "0.4.13",
2828
"@formily/antd": "^2.0.0-beta.76",
2929
"@formily/core": "^2.0.0-beta.76",
3030
"@formily/react": "^2.0.0-beta.76",

β€Žpackages/react/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/react",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -19,8 +19,8 @@
1919
"react": "16.x || 17.x"
2020
},
2121
"dependencies": {
22-
"@designable/core": "0.4.12",
23-
"@designable/shared": "0.4.12",
22+
"@designable/core": "0.4.13",
23+
"@designable/shared": "0.4.13",
2424
"@formily/reactive": "^2.0.0-beta.76",
2525
"@formily/reactive-react": "^2.0.0-beta.76",
2626
"@juggle/resize-observer": "^3.3.1"

β€Ž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": "@designable/shared",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
Β (0)