Skip to content

Commit

Permalink
chore(release): publish v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Mar 23, 2023
1 parent 6cd66f1 commit 9b5239b
Show file tree
Hide file tree
Showing 15 changed files with 14,076 additions and 34,618 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

### Bug Fixes

- **generators:** Make sure TypeScript version in generated app matches ([#3122](https://github.com/feathersjs/feathers/issues/3122)) ([f0acfdf](https://github.com/feathersjs/feathers/commit/f0acfdf9d33337bf40ca12126c2550f56e31fa3b))
- **socketio-client:** Move core dependency to the right spot ([#3117](https://github.com/feathersjs/feathers/issues/3117)) ([6cd66f1](https://github.com/feathersjs/feathers/commit/6cd66f13e4e668defb57074413846550b147a51d))

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.1",
"version": "5.0.2",
"command": {
"bootstrap": {
"hoist": true
Expand Down
48,631 changes: 14,027 additions & 34,604 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

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

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

**Note:** Version bump only for package @feathersjs/authentication-client
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@feathersjs/memory": "^5.0.1",
"@feathersjs/rest-client": "^5.0.1",
"@feathersjs/socketio": "^5.0.1",
"@feathersjs/socketio-client": "^5.0.1",
"@feathersjs/socketio-client": "^5.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"axios": "^1.3.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

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

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

**Note:** Version bump only for package @feathersjs/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/cli",
"description": "The command line interface for creating Feathers applications",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://feathersjs.com",
"main": "lib/",
"bin": {
Expand Down Expand Up @@ -52,14 +52,14 @@
"access": "public"
},
"dependencies": {
"@feathersjs/generators": "^5.0.1",
"@feathersjs/generators": "^5.0.2",
"chalk": "^4.0.1",
"commander": "^10.0.0"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.1",
"@feathersjs/authentication": "^5.0.1",
"@feathersjs/authentication-client": "^5.0.1",
"@feathersjs/authentication-client": "^5.0.2",
"@feathersjs/authentication-local": "^5.0.1",
"@feathersjs/authentication-oauth": "^5.0.1",
"@feathersjs/configuration": "^5.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

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

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

**Note:** Version bump only for package @feathersjs/client
Expand Down
6 changes: 3 additions & 3 deletions 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": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git",
Expand Down Expand Up @@ -49,11 +49,11 @@
"IE 11"
],
"dependencies": {
"@feathersjs/authentication-client": "^5.0.1",
"@feathersjs/authentication-client": "^5.0.2",
"@feathersjs/errors": "^5.0.1",
"@feathersjs/feathers": "^5.0.1",
"@feathersjs/rest-client": "^5.0.1",
"@feathersjs/socketio-client": "^5.0.1"
"@feathersjs/socketio-client": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-feathers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

**Note:** Version bump only for package create-feathers

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

**Note:** Version bump only for package create-feathers
Expand Down
4 changes: 2 additions & 2 deletions packages/create-feathers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-feathers",
"description": "Create a new Feathers application",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://feathersjs.com",
"bin": {
"create-feathers": "./bin/create-feathers"
Expand Down Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/cli": "^5.0.1"
"@feathersjs/cli": "^5.0.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 6 additions & 0 deletions packages/generators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

### Bug Fixes

- **generators:** Make sure TypeScript version in generated app matches ([#3122](https://github.com/feathersjs/feathers/issues/3122)) ([f0acfdf](https://github.com/feathersjs/feathers/commit/f0acfdf9d33337bf40ca12126c2550f56e31fa3b))

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/generators",
"version": "5.0.1",
"version": "5.0.2",
"description": "Feathers CLI core generators, powered by Pinion",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.1",
"@feathersjs/authentication": "^5.0.1",
"@feathersjs/authentication-client": "^5.0.1",
"@feathersjs/authentication-client": "^5.0.2",
"@feathersjs/authentication-local": "^5.0.1",
"@feathersjs/authentication-oauth": "^5.0.1",
"@feathersjs/configuration": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/socketio-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

### Bug Fixes

- **socketio-client:** Move core dependency to the right spot ([#3117](https://github.com/feathersjs/feathers/issues/3117)) ([6cd66f1](https://github.com/feathersjs/feathers/commit/6cd66f13e4e668defb57074413846550b147a51d))

## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)

**Note:** Version bump only for package @feathersjs/socketio-client
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down

0 comments on commit 9b5239b

Please sign in to comment.