Skip to content

Commit

Permalink
v4.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIbberson committed Sep 8, 2023
1 parent 1b663cc commit ecbae88
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 13 deletions.
8 changes: 8 additions & 0 deletions 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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

**Note:** Version bump only for package Q3-Api





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package Q3-Api
Expand Down
8 changes: 8 additions & 0 deletions demo/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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

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





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package demo
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "4.5.14",
"version": "4.5.15",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,7 +10,7 @@
"i18next": "^21.5.6",
"moment": "^2.29.3",
"mongoose": "^6.2.1",
"q3-api": "^4.5.14",
"q3-api": "^4.5.15",
"q3-core-access": "^4.5.13",
"q3-core-composer": "^4.5.13",
"q3-core-mailer": "^4.5.14",
Expand Down
8 changes: 8 additions & 0 deletions e2e-tests/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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

**Note:** Version bump only for package e2e-tests





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package e2e-tests
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e-tests",
"version": "4.5.14",
"version": "4.5.15",
"main": "index.js",
"private": true,
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"lodash": "^4.17.20",
"moment": "^2.29.3",
"mongoose": "^6.2.1",
"q3-api": "^4.5.14",
"q3-api": "^4.5.15",
"q3-core-access": "^4.5.13",
"q3-core-composer": "^4.5.13",
"q3-core-mailer": "^4.5.14",
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": [
"packages/*"
],
"version": "4.5.14",
"version": "4.5.15",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/q3-api-exports/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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

**Note:** Version bump only for package q3-api-exports





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package q3-api-exports
Expand Down
4 changes: 2 additions & 2 deletions packages/q3-api-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "q3-api-exports",
"version": "4.5.14",
"version": "4.5.15",
"main": "lib/index.js",
"dependencies": {
"flat": "^5.0.2",
"lodash": "^4.17.20",
"moment": "^2.29.3",
"moment-timezone": "^0.5.37",
"mongoose": "^6.2.1",
"q3-api": "^4.5.14",
"q3-api": "^4.5.15",
"q3-core-access": "^4.5.13",
"q3-core-session": "^4.5.13"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/q3-api/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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

**Note:** Version bump only for package q3-api





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package q3-api
Expand Down
4 changes: 2 additions & 2 deletions packages/q3-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q3-api",
"version": "4.5.14",
"version": "4.5.15",
"description": "REST api configurations",
"main": "lib/index.js",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"q3-core-mailer": "^4.5.14",
"q3-core-responder": "^4.4.17",
"q3-core-rest": "^4.5.13",
"q3-core-scheduler": "^4.5.14",
"q3-core-scheduler": "^4.5.15",
"q3-core-session": "^4.5.13",
"q3-core-walker": "^4.4.17",
"q3-exports": "^4.4.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/q3-core-scheduler/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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

**Note:** Version bump only for package q3-core-scheduler





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package q3-core-scheduler
Expand Down
4 changes: 2 additions & 2 deletions packages/q3-core-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "q3-core-scheduler",
"main": "lib/index.js",
"version": "4.5.14",
"version": "4.5.15",
"dependencies": {
"lodash": "^4.17.20",
"moment": "^2.29.3",
"mongoose": "^6.2.1",
"node-cron": "^3.0.0",
"q3-api": "^4.5.14",
"q3-api": "^4.5.15",
"q3-core-rest": "^4.5.13",
"q3-core-session": "^4.5.13",
"q3-schema-utils": "^4.4.17"
Expand Down
8 changes: 8 additions & 0 deletions packages/q3-plugin-comments/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.

## [4.5.15](https://github.com/3merge/q3-api/compare/v4.5.14...v4.5.15) (2023-09-08)

**Note:** Version bump only for package q3-plugin-comments





## [4.5.14](https://github.com/3merge/q3-api/compare/v4.5.13...v4.5.14) (2023-04-20)

**Note:** Version bump only for package q3-plugin-comments
Expand Down
4 changes: 2 additions & 2 deletions packages/q3-plugin-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "q3-plugin-comments",
"version": "4.5.14",
"version": "4.5.15",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.20",
"mongoose": "^6.2.1",
"mongoose-lean-getters": "^0.3.5",
"q3-api": "^4.5.14"
"q3-api": "^4.5.15"
},
"jest": {
"verbose": true,
Expand Down

0 comments on commit ecbae88

Please sign in to comment.