Skip to content

Commit 2942b14

Browse files
committed
chore(release): publish
1 parent 09b26c9 commit 2942b14

File tree

10 files changed

+71
-10
lines changed

10 files changed

+71
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.1.1",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-skyhook/core",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/examples/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -17,9 +17,9 @@
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",

packages/multi-backend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/multi-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-skyhook/multi-backend",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -24,6 +24,6 @@
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@angular-skyhook/core": "^1.1.1"
27+
"@angular-skyhook/core": "^1.2.1"
2828
}
2929
}

packages/sortable/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/sortable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-skyhook/sortable",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -20,6 +20,6 @@
2020
},
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@angular-skyhook/core": "^1.1.1"
23+
"@angular-skyhook/core": "^1.2.1"
2424
}
2525
}

0 commit comments

Comments
 (0)