Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Sep 11, 2018
1 parent 4252168 commit 1897240
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.10"></a>
## [1.0.10](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.9...v1.0.10) (2018-09-11)


### Bug Fixes

* **package:** shouldn't ever have supported Angular 5, without rxjs 6. Bump both peerdeps to 6, + tslib. ([734d66e](https://github.com/cormacrelf/angular-skyhook/commit/734d66e))
* **package:** switch to scoped packages, i.e. [@skyhook](https://github.com/skyhook)/core ([874723a](https://github.com/cormacrelf/angular-skyhook/commit/874723a))
* **package:** update react-dnd-touch-backend to version 0.5.1 ([244e71c](https://github.com/cormacrelf/angular-skyhook/commit/244e71c)), closes [#11](https://github.com/cormacrelf/angular-skyhook/issues/11)
* Publish under `[@angular-skyhook](https://github.com/angular-skyhook)/*` scope ([d14b101](https://github.com/cormacrelf/angular-skyhook/commit/d14b101))
* simplify yarn add suggestion ([a6e0023](https://github.com/cormacrelf/angular-skyhook/commit/a6e0023))





<a name="1.0.9"></a>
## [1.0.9](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.8...v1.0.9) (2018-07-04)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.1.1",
"version": "1.0.9",
"version": "1.0.10",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.10"></a>
## [1.0.10](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.9...v1.0.10) (2018-09-11)


### Bug Fixes

* **package:** switch to scoped packages, i.e. [@skyhook](https://github.com/skyhook)/core ([874723a](https://github.com/cormacrelf/angular-skyhook/commit/874723a))
* Publish under `[@angular-skyhook](https://github.com/angular-skyhook)/*` scope ([d14b101](https://github.com/cormacrelf/angular-skyhook/commit/d14b101))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-skyhook/core",
"version": "1.0.9",
"version": "1.0.10",
"publishConfig": {
"access": "Public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.10"></a>
## [1.0.10](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.9...v1.0.10) (2018-09-11)


### Bug Fixes

* **package:** switch to scoped packages, i.e. [@skyhook](https://github.com/skyhook)/core ([874723a](https://github.com/cormacrelf/angular-skyhook/commit/874723a))
* Publish under `[@angular-skyhook](https://github.com/angular-skyhook)/*` scope ([d14b101](https://github.com/cormacrelf/angular-skyhook/commit/d14b101))
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -17,6 +17,9 @@
},
"private": true,
"dependencies": {
"@angular-skyhook/core": "^1.0.10",
"@angular-skyhook/multi-backend": "^1.0.10",
"@angular-skyhook/sortable": "^1.0.10",
"@angular/animations": "^6.0.9",
"@angular/common": "^6.0.9",
"@angular/compiler": "^6.0.9",
Expand All @@ -32,9 +35,6 @@
"@ngrx/entity": "^6.0.1",
"@ngrx/store": "^6.0.1",
"@ngrx/store-devtools": "^6.0.1",
"@angular-skyhook/core": "^1.0.9",
"@angular-skyhook/multi-backend": "^1.0.9",
"@angular-skyhook/sortable": "^1.0.9",
"core-js": "^2.5.4",
"faker": "^4.1.0",
"immutable": "4.0.0-rc.9",
Expand Down
13 changes: 13 additions & 0 deletions packages/multi-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.10"></a>
## [1.0.10](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.9...v1.0.10) (2018-09-11)


### Bug Fixes

* **package:** switch to scoped packages, i.e. [@skyhook](https://github.com/skyhook)/core ([874723a](https://github.com/cormacrelf/angular-skyhook/commit/874723a))
* Publish under `[@angular-skyhook](https://github.com/angular-skyhook)/*` scope ([d14b101](https://github.com/cormacrelf/angular-skyhook/commit/d14b101))
6 changes: 3 additions & 3 deletions packages/multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-skyhook/multi-backend",
"version": "1.0.9",
"version": "1.0.10",
"publishConfig": {
"access": "Public"
},
Expand All @@ -13,8 +13,8 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/core": ">= 6.0.0",
"@angular-skyhook/core": "^1.0.0",
"@angular/core": ">= 6.0.0",
"rxjs": ">= 6.0.0"
},
"scripts": {
Expand All @@ -24,6 +24,6 @@
},
"license": "MIT",
"devDependencies": {
"@angular-skyhook/core": "^1.0.9"
"@angular-skyhook/core": "^1.0.10"
}
}
13 changes: 13 additions & 0 deletions packages/sortable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.10"></a>
## [1.0.10](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.9...v1.0.10) (2018-09-11)


### Bug Fixes

* **package:** switch to scoped packages, i.e. [@skyhook](https://github.com/skyhook)/core ([874723a](https://github.com/cormacrelf/angular-skyhook/commit/874723a))
* Publish under `[@angular-skyhook](https://github.com/angular-skyhook)/*` scope ([d14b101](https://github.com/cormacrelf/angular-skyhook/commit/d14b101))
6 changes: 3 additions & 3 deletions packages/sortable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-skyhook/sortable",
"private": true,
"version": "1.0.9",
"version": "1.0.10",
"publishConfig": {
"access": "Public"
},
Expand All @@ -10,9 +10,9 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular-skyhook/core": "^1.0.0",
"@angular/common": ">= 6.0.0",
"@angular/core": ">= 6.0.0",
"@angular-skyhook/core": "^1.0.0",
"rxjs": ">= 6.0.0"
},
"scripts": {
Expand All @@ -21,6 +21,6 @@
},
"license": "MIT",
"devDependencies": {
"@angular-skyhook/core": "^1.0.9"
"@angular-skyhook/core": "^1.0.10"
}
}

0 comments on commit 1897240

Please sign in to comment.