Skip to content

Commit

Permalink
chore: Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Jul 25, 2021
1 parent f153bed commit 5f6d204
Show file tree
Hide file tree
Showing 28 changed files with 153 additions and 33 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)


### Bug Fixes

* **swagger:** Fix array relation property not being visible on swagger response example ([#1011](https://github.com/plumier/plumier/issues/1011)) ([13992cf](https://github.com/plumier/plumier/commit/13992cfe097c925be80caaadb06d770fdcdfccdf))
* **swagger:** Hide grand children relation properties on Swagger response example ([#1012](https://github.com/plumier/plumier/issues/1012)) ([f153bed](https://github.com/plumier/plumier/commit/f153bedd6bb1c960316c2e233f055d8e4eae0502))





## [1.0.4](https://github.com/plumier/plumier/compare/v1.0.3...v1.0.4) (2021-07-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.4",
"version": "1.0.5",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/core





## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/core",
"version": "1.0.3",
"version": "1.0.5",
"description": "Delightful Node.js Rest Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/reflect": "^1.0.3",
"@plumier/validator": "^1.0.3",
"@plumier/reflect": "^1.0.5",
"@plumier/validator": "^1.0.5",
"@types/debug": "^4.1.6",
"@types/glob": "^7.1.3",
"chalk": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/generic-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/generic-controller





## [1.0.4](https://github.com/plumier/plumier/compare/v1.0.3...v1.0.4) (2021-07-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/generic-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/generic-controller",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plumier generic controller implementation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/query-parser": "^1.0.3"
"@plumier/core": "^1.0.5",
"@plumier/query-parser": "^1.0.5"
},
"devDependencies": {
"cpy-cli": "^3.1.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/jwt





## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/jwt
Expand Down
6 changes: 3 additions & 3 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/jwt",
"version": "1.0.3",
"version": "1.0.5",
"description": "Plumier authorization module using JWT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/query-parser": "^1.0.3",
"@plumier/core": "^1.0.5",
"@plumier/query-parser": "^1.0.5",
"koa-jwt": "^4.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/mongoose





## [1.0.4](https://github.com/plumier/plumier/compare/v1.0.3...v1.0.4) (2021-07-05)

**Note:** Version bump only for package @plumier/mongoose
Expand Down
6 changes: 3 additions & 3 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/mongoose",
"version": "1.0.4",
"version": "1.0.5",
"description": "Mongoose with decorator based configuration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/generic-controller": "^1.0.4",
"@plumier/core": "^1.0.5",
"@plumier/generic-controller": "^1.0.5",
"@types/pluralize": "^0.0.29",
"chalk": "^4.1.1",
"mongoose": "^5.13.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/plumier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package plumier





## [1.0.4](https://github.com/plumier/plumier/compare/v1.0.3...v1.0.4) (2021-07-05)

**Note:** Version bump only for package plumier
Expand Down
6 changes: 3 additions & 3 deletions packages/plumier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plumier",
"version": "1.0.4",
"version": "1.0.5",
"description": "Delightful Node.js Rest Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"dependencies": {
"@koa/cors": "^3.1.0",
"@plumier/core": "^1.0.3",
"@plumier/generic-controller": "^1.0.4",
"@plumier/core": "^1.0.5",
"@plumier/generic-controller": "^1.0.5",
"@types/bytes": "^3.1.0",
"@types/koa": "^2.13.3",
"@types/koa__cors": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/query-parser





## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/query-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/query-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/query-parser",
"version": "1.0.3",
"version": "1.0.5",
"description": "Plumier testing modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/core": "^1.0.5",
"@types/nearley": "^2.11.1",
"nearley": "^2.20.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/reflect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/reflect





## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/reflect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/reflect",
"version": "1.0.3",
"version": "1.0.5",
"description": "Plumier reflection module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/serve-static/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/serve-static





## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/serve-static
Expand Down
4 changes: 2 additions & 2 deletions packages/serve-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/serve-static",
"version": "1.0.3",
"version": "1.0.5",
"description": "Serve static file for Plumier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/core": "^1.0.5",
"@types/koa-send": "^4.1.2",
"@types/mime-types": "2.1.0",
"koa-send": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/social-login/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/social-login





## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/social-login
Expand Down
4 changes: 2 additions & 2 deletions packages/social-login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/social-login",
"version": "1.0.3",
"version": "1.0.5",
"description": "OAuth module for Plumier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/core": "^1.0.5",
"@types/csrf": "^3.1.0",
"@types/debug": "^4.1.6",
"axios": "0.21.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)


### Bug Fixes

* **swagger:** Fix array relation property not being visible on swagger response example ([#1011](https://github.com/plumier/plumier/issues/1011)) ([13992cf](https://github.com/plumier/plumier/commit/13992cfe097c925be80caaadb06d770fdcdfccdf))
* **swagger:** Hide grand children relation properties on Swagger response example ([#1012](https://github.com/plumier/plumier/issues/1012)) ([f153bed](https://github.com/plumier/plumier/commit/f153bedd6bb1c960316c2e233f055d8e4eae0502))





## [1.0.4](https://github.com/plumier/plumier/compare/v1.0.3...v1.0.4) (2021-07-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/swagger",
"version": "1.0.4",
"version": "1.0.5",
"description": "Swagger and Open API 3 module for Plumier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,9 +12,9 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.3",
"@plumier/generic-controller": "^1.0.4",
"@plumier/serve-static": "^1.0.3",
"@plumier/core": "^1.0.5",
"@plumier/generic-controller": "^1.0.5",
"@plumier/serve-static": "^1.0.5",
"@types/ejs": "^3.0.6",
"@types/swagger-ui-dist": "^3.30.1",
"ejs": "^3.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/testing





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)

**Note:** Version bump only for package @plumier/testing
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/testing",
"version": "1.0.2",
"version": "1.0.5",
"description": "Plumier testing modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/plumier/plumier/compare/v1.0.4...v1.0.5) (2021-07-25)

**Note:** Version bump only for package @plumier/typeorm





## [1.0.4](https://github.com/plumier/plumier/compare/v1.0.3...v1.0.4) (2021-07-05)


Expand Down

0 comments on commit 5f6d204

Please sign in to comment.