Skip to content

Commit 9b9f0f1

Browse files
committed
chore(release): publish v4.4.1
1 parent 0616306 commit 9b9f0f1

File tree

39 files changed

+249
-94
lines changed

39 files changed

+249
-94
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.4.0",
6+
"version": "4.4.1",
77
"command": {
88
"bootstrap": {
99
"hoist": true

packages/adapter-commons/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+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-commons
9+
10+
11+
12+
13+
614
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
715

816
**Note:** Version bump only for package @feathersjs/adapter-commons

packages/adapter-commons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-commons",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Shared database adapter utility functions",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -41,9 +41,9 @@
4141
"access": "public"
4242
},
4343
"dependencies": {
44-
"@feathersjs/commons": "^4.3.7",
45-
"@feathersjs/errors": "^4.4.0",
46-
"@feathersjs/feathers": "^4.4.0"
44+
"@feathersjs/commons": "^4.4.1",
45+
"@feathersjs/errors": "^4.4.1",
46+
"@feathersjs/feathers": "^4.4.1"
4747
},
4848
"devDependencies": {
4949
"@types/mocha": "^5.2.7",

packages/adapter-tests/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+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-tests
9+
10+
11+
12+
13+
614
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
715

816
**Note:** Version bump only for package @feathersjs/adapter-tests

packages/adapter-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-tests",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Feathers shared database adapter test suite",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -38,8 +38,8 @@
3838
"access": "public"
3939
},
4040
"devDependencies": {
41-
"@feathersjs/errors": "^4.4.0",
42-
"@feathersjs/feathers": "^4.4.0",
41+
"@feathersjs/errors": "^4.4.1",
42+
"@feathersjs/feathers": "^4.4.1",
4343
"feathers-memory": "^4.1.0",
4444
"mocha": "^6.2.1"
4545
},

packages/authentication-client/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+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
10+
11+
12+
13+
614
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
715

816

packages/authentication-client/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-client",
33
"description": "The authentication plugin for feathers-client",
4-
"version": "4.4.0",
4+
"version": "4.4.1",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -43,20 +43,20 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@feathersjs/authentication": "^4.4.0",
47-
"@feathersjs/commons": "^4.3.7",
48-
"@feathersjs/errors": "^4.4.0",
49-
"@feathersjs/feathers": "^4.4.0",
46+
"@feathersjs/authentication": "^4.4.1",
47+
"@feathersjs/commons": "^4.4.1",
48+
"@feathersjs/errors": "^4.4.1",
49+
"@feathersjs/feathers": "^4.4.1",
5050
"debug": "^4.1.1"
5151
},
5252
"devDependencies": {
53-
"@feathersjs/authentication-local": "^4.4.0",
54-
"@feathersjs/express": "^4.4.0",
55-
"@feathersjs/primus": "^4.4.0",
56-
"@feathersjs/primus-client": "^4.4.0",
57-
"@feathersjs/rest-client": "^4.4.0",
58-
"@feathersjs/socketio": "^4.4.0",
59-
"@feathersjs/socketio-client": "^4.4.0",
53+
"@feathersjs/authentication-local": "^4.4.1",
54+
"@feathersjs/express": "^4.4.1",
55+
"@feathersjs/primus": "^4.4.1",
56+
"@feathersjs/primus-client": "^4.4.1",
57+
"@feathersjs/rest-client": "^4.4.1",
58+
"@feathersjs/socketio": "^4.4.1",
59+
"@feathersjs/socketio-client": "^4.4.1",
6060
"@types/debug": "^4.1.5",
6161
"@types/mocha": "^5.2.7",
6262
"@types/node": "^12.7.12",

packages/authentication-local/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+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-local
9+
10+
11+
12+
13+
614
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
715

816

packages/authentication-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-local",
33
"description": "Local authentication strategy for @feathers/authentication",
4-
"version": "4.4.0",
4+
"version": "4.4.1",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -43,9 +43,9 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@feathersjs/authentication": "^4.4.0",
47-
"@feathersjs/errors": "^4.4.0",
48-
"@feathersjs/feathers": "^4.4.0",
46+
"@feathersjs/authentication": "^4.4.1",
47+
"@feathersjs/errors": "^4.4.1",
48+
"@feathersjs/feathers": "^4.4.1",
4949
"bcryptjs": "^2.4.3",
5050
"debug": "^4.1.1",
5151
"lodash": "^4.17.15"

packages/authentication-oauth/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+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-oauth
9+
10+
11+
12+
13+
614
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
715

816

0 commit comments

Comments
 (0)