Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @feathersjs/cli@3.8.5
 - @feathersjs/client@3.7.3
 - generator-feathers@2.7.0
  • Loading branch information
daffl committed Sep 24, 2018
1 parent c8b27d0 commit 815ffe6
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.8.5"></a>
## [3.8.5](https://github.com/feathersjs/feathers/compare/@feathersjs/cli@3.8.4...@feathersjs/cli@3.8.5) (2018-09-24)

**Note:** Version bump only for package @feathersjs/cli





<a name="3.8.4"></a>
## [3.8.4](https://github.com/feathersjs/feathers/compare/@feathersjs/cli@3.8.3...@feathersjs/cli@3.8.4) (2018-09-21)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/cli",
"description": "Command-line Feathers generator",
"version": "3.8.4",
"version": "3.8.5",
"homepage": "https://feathersjs.com",
"main": "lib/",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@feathersjs/tools": "^0.1.6",
"commander": "^2.9.0",
"generator-feathers": "^2.6.4",
"generator-feathers": "^2.7.0",
"generator-feathers-plugin": "^1.0.1",
"semver": "^5.3.0",
"update-notifier": "^2.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.7.3"></a>
## [3.7.3](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.2...@feathersjs/client@3.7.3) (2018-09-24)

**Note:** Version bump only for package @feathersjs/client





<a name="3.7.2"></a>
## 3.7.2 (2018-09-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
"version": "3.7.2",
"version": "3.7.3",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down
17 changes: 17 additions & 0 deletions packages/generator-feathers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.7.0"></a>
# [2.7.0](https://github.com/feathersjs/feathers/compare/generator-feathers@2.6.4...generator-feathers@2.7.0) (2018-09-24)


### Bug Fixes

* More robust parsing of mongodb connection string. Use new url parser. ([#1002](https://github.com/feathersjs/feathers/issues/1002)) ([74b31df](https://github.com/feathersjs/feathers/commit/74b31df))


### Features

* Added generators for feathers-objection & feathers-cassandra ([#1010](https://github.com/feathersjs/feathers/issues/1010)) ([c8b27d0](https://github.com/feathersjs/feathers/commit/c8b27d0))





<a name="2.6.4"></a>
## [2.6.4](https://github.com/feathersjs/feathers/compare/generator-feathers@2.6.3...generator-feathers@2.6.4) (2018-09-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/generator-feathers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-feathers",
"description": "A Yeoman generator for a Feathers application",
"version": "2.6.4",
"version": "2.7.0",
"homepage": "http://feathersjs.com",
"main": "generators/app/index.js",
"license": "MIT",
Expand Down

0 comments on commit 815ffe6

Please sign in to comment.