File tree Expand file tree Collapse file tree 10 files changed +71
-10
lines changed Expand file tree Collapse file tree 10 files changed +71
-10
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+ ## [ 1.2.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.2.0...v1.2.1 ) (2019-06-16)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** core:** more flexible zone.js peer dependency for angular 8+ ([ caf5e2e] ( https://github.com/cormacrelf/angular-skyhook/commit/caf5e2e ) )
12+ * ** core, multi-backend:** bump dnd-core & friends to 8.0.0 ([ 09b26c9] ( https://github.com/cormacrelf/angular-skyhook/commit/09b26c9 ) )
13+ * ** multi-backend:** use ` react-dnd-touch-backend ` 's own Typescript definitions ([ 5de8ec0] ( https://github.com/cormacrelf/angular-skyhook/commit/5de8ec0 ) )
14+ * ** sortable:** implement SortableSpec.canDrag, fixes [ #360 ] ( https://github.com/cormacrelf/angular-skyhook/issues/360 ) ([ 98e4561] ( https://github.com/cormacrelf/angular-skyhook/commit/98e4561 ) )
15+
16+
17+
18+
19+
620# [ 1.2.0] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.1.3...v1.2.0 ) (2019-03-23)
721
822
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.1.1" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true ,
66 "packages" : [
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+ ## [ 1.2.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.2.0...v1.2.1 ) (2019-06-16)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** core:** more flexible zone.js peer dependency for angular 8+ ([ caf5e2e] ( https://github.com/cormacrelf/angular-skyhook/commit/caf5e2e ) )
12+ * ** core, multi-backend:** bump dnd-core & friends to 8.0.0 ([ 09b26c9] ( https://github.com/cormacrelf/angular-skyhook/commit/09b26c9 ) )
13+
14+
15+
16+
17+
618## [ 1.1.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.1.0...v1.1.1 ) (2019-02-14)
719
820** Note:** Version bump only for package @angular-skyhook/core
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-skyhook/core" ,
3- "version" : " 1.1 .1" ,
3+ "version" : " 1.2 .1" ,
44 "publishConfig" : {
55 "access" : " public"
66 },
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+ ## [ 1.2.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.2.0...v1.2.1 ) (2019-06-16)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** core, multi-backend:** bump dnd-core & friends to 8.0.0 ([ 09b26c9] ( https://github.com/cormacrelf/angular-skyhook/commit/09b26c9 ) )
12+ * ** multi-backend:** use ` react-dnd-touch-backend ` 's own Typescript definitions ([ 5de8ec0] ( https://github.com/cormacrelf/angular-skyhook/commit/5de8ec0 ) )
13+
14+
15+
16+
17+
618# [ 1.2.0] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.1.3...v1.2.0 ) (2019-03-23)
719
820** Note:** Version bump only for package examples
Original file line number Diff line number Diff line change 11{
22 "name" : " examples" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "ng" : " ng" ,
1717 },
1818 "private" : true ,
1919 "dependencies" : {
20- "@angular-skyhook/core" : " ^1.1 .1" ,
21- "@angular-skyhook/multi-backend" : " ^1.1 .1" ,
22- "@angular-skyhook/sortable" : " ^1.2.0 " ,
20+ "@angular-skyhook/core" : " ^1.2 .1" ,
21+ "@angular-skyhook/multi-backend" : " ^1.2 .1" ,
22+ "@angular-skyhook/sortable" : " ^1.2.1 " ,
2323 "@angular/animations" : " ^8.0.0" ,
2424 "@angular/common" : " ^8.0.0" ,
2525 "@angular/core" : " ^8.0.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+ ## [ 1.2.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.2.0...v1.2.1 ) (2019-06-16)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** core, multi-backend:** bump dnd-core & friends to 8.0.0 ([ 09b26c9] ( https://github.com/cormacrelf/angular-skyhook/commit/09b26c9 ) )
12+ * ** multi-backend:** use ` react-dnd-touch-backend ` 's own Typescript definitions ([ 5de8ec0] ( https://github.com/cormacrelf/angular-skyhook/commit/5de8ec0 ) )
13+
14+
15+
16+
17+
618## [ 1.1.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.1.0...v1.1.1 ) (2019-02-14)
719
820
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-skyhook/multi-backend" ,
3- "version" : " 1.1 .1" ,
3+ "version" : " 1.2 .1" ,
44 "publishConfig" : {
55 "access" : " public"
66 },
2424 },
2525 "license" : " MIT" ,
2626 "devDependencies" : {
27- "@angular-skyhook/core" : " ^1.1 .1"
27+ "@angular-skyhook/core" : " ^1.2 .1"
2828 }
2929}
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+ ## [ 1.2.1] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.2.0...v1.2.1 ) (2019-06-16)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** sortable:** implement SortableSpec.canDrag, fixes [ #360 ] ( https://github.com/cormacrelf/angular-skyhook/issues/360 ) ([ 98e4561] ( https://github.com/cormacrelf/angular-skyhook/commit/98e4561 ) )
12+
13+
14+
15+
16+
617# [ 1.2.0] ( https://github.com/cormacrelf/angular-skyhook/compare/v1.1.3...v1.2.0 ) (2019-03-23)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-skyhook/sortable" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
2020 },
2121 "license" : " MIT" ,
2222 "devDependencies" : {
23- "@angular-skyhook/core" : " ^1.1 .1"
23+ "@angular-skyhook/core" : " ^1.2 .1"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments