File tree Expand file tree Collapse file tree 12 files changed +90
-11
lines changed Expand file tree Collapse file tree 12 files changed +90
-11
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.2.0-alpha.27] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * drag shadow ([ #304 ] ( https://github.com/prevwong/craft.js/issues/304 ) ) ([ dc047c9] ( https://github.com/prevwong/craft.js/commit/dc047c9079038101cd25e46bff5e630ce07d2066 ) )
12+ * ** examples:** multiselect ([ 536c7a0] ( https://github.com/prevwong/craft.js/commit/536c7a0a65dc291ebaf8fff1e9002a1a8cf32bea ) )
13+
14+
15+ ### Features
16+
17+ * improve dnd ([ #300 ] ( https://github.com/prevwong/craft.js/issues/300 ) ) ([ 3fdbab6] ( https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477 ) )
18+
19+
20+
21+
22+
623# [ 0.2.0-alpha.26] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26 ) (2021-08-13)
724
825
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.2.0-alpha.27] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27 ) (2021-09-10)
7+
8+ ** Note:** Version bump only for package example-basic
9+
10+
11+
12+
13+
614# [ 0.2.0-alpha.26] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26 ) (2021-08-13)
715
816** Note:** Version bump only for package example-basic
Original file line number Diff line number Diff line change 11{
22 "name" : " example-basic" ,
3- "version" : " 0.2.0-alpha.26 " ,
3+ "version" : " 0.2.0-alpha.27 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@craftjs/core" : " ^0.2.0-alpha.26 " ,
6+ "@craftjs/core" : " ^0.2.0-alpha.27 " ,
77 "@material-ui/core" : " latest" ,
88 "clsx" : " latest" ,
99 "copy-to-clipboard" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.2.0-alpha.27] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** examples:** multiselect ([ 536c7a0] ( https://github.com/prevwong/craft.js/commit/536c7a0a65dc291ebaf8fff1e9002a1a8cf32bea ) )
12+
13+
14+
15+
16+
617# [ 0.2.0-alpha.26] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26 ) (2021-08-13)
718
819** Note:** Version bump only for package example-landing
Original file line number Diff line number Diff line change 11{
22 "name" : " example-landing" ,
3- "version" : " 0.2.0-alpha.26 " ,
3+ "version" : " 0.2.0-alpha.27 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " next dev -p 3001" ,
99 "clean" : " rimraf lib .next out dist"
1010 },
1111 "dependencies" : {
12- "@craftjs/core" : " ^0.2.0-alpha.26 " ,
13- "@craftjs/layers" : " ^0.2.0-alpha.26 " ,
12+ "@craftjs/core" : " ^0.2.0-alpha.27 " ,
13+ "@craftjs/layers" : " ^0.2.0-alpha.27 " ,
1414 "@material-ui/core" : " ^4.5.2" ,
1515 "@material-ui/icons" : " ^4.5.1" ,
1616 "@material-ui/styles" : " ^4.5.2" ,
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 0.2.0-alpha.26 "
4+ "version" : " 0.2.0-alpha.27 "
55}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.2.0-alpha.27] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27 ) (2021-09-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * drag shadow ([ #304 ] ( https://github.com/prevwong/craft.js/issues/304 ) ) ([ dc047c9] ( https://github.com/prevwong/craft.js/commit/dc047c9079038101cd25e46bff5e630ce07d2066 ) )
12+
13+
14+ ### Features
15+
16+ * improve dnd ([ #300 ] ( https://github.com/prevwong/craft.js/issues/300 ) ) ([ 3fdbab6] ( https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477 ) )
17+
18+
19+
20+
21+
622# [ 0.2.0-alpha.26] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26 ) (2021-08-13)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @craftjs/core" ,
3- "version" : " 0.2.0-alpha.26 " ,
3+ "version" : " 0.2.0-alpha.27 " ,
44 "description" : " A React Framework for building extensible drag and drop page editors" ,
55 "keywords" : [
66 " react" ,
3535 "url" : " https://github.com/prevwong/craft.js/issues"
3636 },
3737 "dependencies" : {
38- "@craftjs/utils" : " ^0.2.0-alpha.26 " ,
38+ "@craftjs/utils" : " ^0.2.0-alpha.27 " ,
3939 "@types/react" : " ^17.0.5" ,
4040 "debounce" : " ^1.2.0" ,
4141 "lodash" : " ^4.17.20" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.2.0-alpha.27] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27 ) (2021-09-10)
7+
8+
9+ ### Features
10+
11+ * improve dnd ([ #300 ] ( https://github.com/prevwong/craft.js/issues/300 ) ) ([ 3fdbab6] ( https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477 ) )
12+
13+
14+
15+
16+
617# [ 0.2.0-alpha.26] ( https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26 ) (2021-08-13)
718
819** Note:** Version bump only for package @craftjs/layers
Original file line number Diff line number Diff line change 1111 " web-builder" ,
1212 " react"
1313 ],
14- "version" : " 0.2.0-alpha.26 " ,
14+ "version" : " 0.2.0-alpha.27 " ,
1515 "author" :
" Prev Wong <[email protected] >" ,
1616 "main" : " ./dist/cjs/index.js" ,
1717 "module" : " ./dist/esm/index.js" ,
3131 },
3232 "homepage" : " https://github.com/prevwong/craft.js/" ,
3333 "dependencies" : {
34- "@craftjs/utils" : " ^0.2.0-alpha.26 "
34+ "@craftjs/utils" : " ^0.2.0-alpha.27 "
3535 },
3636 "devDependencies" : {
3737 "@babel/core" : " ^7.7.4" ,
You can’t perform that action at this time.
0 commit comments