Skip to content

Commit f0327aa

Browse files
committed
chore(release): publish
1 parent f97738f commit f0327aa

File tree

10 files changed

+58
-10
lines changed

10 files changed

+58
-10
lines changed

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.3.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.2...v1.3.3) (2019-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** provide global context correctly and fix options injection, fix [#505](https://github.com/cormacrelf/angular-skyhook/issues/505), fix [#506](https://github.com/cormacrelf/angular-skyhook/issues/506) ([9c7d4a7](https://github.com/cormacrelf/angular-skyhook/commit/9c7d4a7))
12+
* **core:** schedule a reconnect() call to match react-dnd's behaviour ([f97738f](https://github.com/cormacrelf/angular-skyhook/commit/f97738f))
13+
14+
15+
16+
17+
618
## [1.3.2](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.1...v1.3.2) (2019-10-09)
719

820

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.3.2",
3+
"version": "1.3.3",
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.3.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.2...v1.3.3) (2019-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** provide global context correctly and fix options injection, fix [#505](https://github.com/cormacrelf/angular-skyhook/issues/505), fix [#506](https://github.com/cormacrelf/angular-skyhook/issues/506) ([9c7d4a7](https://github.com/cormacrelf/angular-skyhook/commit/9c7d4a7))
12+
* **core:** schedule a reconnect() call to match react-dnd's behaviour ([f97738f](https://github.com/cormacrelf/angular-skyhook/commit/f97738f))
13+
14+
15+
16+
17+
618
# [1.3.0](https://github.com/cormacrelf/angular-skyhook/compare/v1.2.1...v1.3.0) (2019-10-06)
719

820

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.3.0",
3+
"version": "1.3.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.2...v1.3.3) (2019-10-23)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.1...v1.3.2) (2019-10-09)
715

816
**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.3.2",
3+
"version": "1.3.3",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -17,9 +17,9 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular-skyhook/core": "^1.3.0",
21-
"@angular-skyhook/multi-backend": "^1.3.2",
22-
"@angular-skyhook/sortable": "^1.3.1",
20+
"@angular-skyhook/core": "^1.3.3",
21+
"@angular-skyhook/multi-backend": "^1.3.3",
22+
"@angular-skyhook/sortable": "^1.3.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.2...v1.3.3) (2019-10-23)
7+
8+
**Note:** Version bump only for package @angular-skyhook/multi-backend
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.1...v1.3.2) (2019-10-09)
715

816

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.3.2",
3+
"version": "1.3.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -24,6 +24,6 @@
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@angular-skyhook/core": "^1.3.0"
27+
"@angular-skyhook/core": "^1.3.3"
2828
}
2929
}

packages/sortable/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.2...v1.3.3) (2019-10-23)
7+
8+
**Note:** Version bump only for package @angular-skyhook/sortable
9+
10+
11+
12+
13+
614
## [1.3.1](https://github.com/cormacrelf/angular-skyhook/compare/v1.3.0...v1.3.1) (2019-10-06)
715

816

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.3.1",
3+
"version": "1.3.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -20,6 +20,6 @@
2020
},
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@angular-skyhook/core": "^1.3.0"
23+
"@angular-skyhook/core": "^1.3.3"
2424
}
2525
}

0 commit comments

Comments
 (0)