Skip to content

Commit 52cf310

Browse files
committed
chore(release): publish
1 parent 9787248 commit 52cf310

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

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.1.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.1.2...v1.1.3) (2019-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **sortable:** fix mismatched versions ([9787248](https://github.com/cormacrelf/angular-skyhook/commit/9787248))
12+
13+
14+
15+
16+
617
## [1.1.2](https://github.com/cormacrelf/angular-skyhook/compare/v1.1.1...v1.1.2) (2019-02-28)
718

819

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.1.2",
3+
"version": "1.1.3",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

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.1.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.1.2...v1.1.3) (2019-02-28)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/cormacrelf/angular-skyhook/compare/v1.1.1...v1.1.2) (2019-02-28)
715

816

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@angular-skyhook/core": "^1.1.1",
2121
"@angular-skyhook/multi-backend": "^1.1.1",
22-
"@angular-skyhook/sortable": "^1.1.2",
22+
"@angular-skyhook/sortable": "^1.1.3",
2323
"@angular/animations": "^7.0.0",
2424
"@angular/common": "^7.0.0",
2525
"@angular/compiler": "^7.0.0",

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.1.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.1.2...v1.1.3) (2019-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **sortable:** fix mismatched versions ([9787248](https://github.com/cormacrelf/angular-skyhook/commit/9787248))
12+
13+
14+
15+
16+
617
## [1.1.2](https://github.com/cormacrelf/angular-skyhook/compare/v1.1.1...v1.1.2) (2019-02-28)
718

819

packages/sortable/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/sortable",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)