Skip to content

Commit

Permalink
release: 1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Dec 30, 2020
1 parent 3f63b3c commit e98e8a1
Show file tree
Hide file tree
Showing 16 changed files with 109 additions and 10 deletions.
11 changes: 11 additions & 0 deletions code/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package ranking-simulation-backend
Expand Down
2 changes: 1 addition & 1 deletion code/backend/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.2.21"
"version": "1.2.22"
}
11 changes: 11 additions & 0 deletions code/backend/packages/_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/shared
Expand Down
2 changes: 1 addition & 1 deletion code/backend/packages/_shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@badvlasim/shared",
"version": "1.2.21",
"version": "1.2.22",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions code/backend/packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/import
Expand Down
4 changes: 2 additions & 2 deletions code/backend/packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@badvlasim/import",
"description": "Ranking simulation import Badminton Vlaanderen",
"version": "1.2.21",
"version": "1.2.22",
"private": true,
"dependencies": {
"@badvlasim/shared": "^1.2.21",
"@badvlasim/shared": "^1.2.22",
"@types/multer": "^1.4.4",
"multer": "^1.4.2"
},
Expand Down
11 changes: 11 additions & 0 deletions code/backend/packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/server
Expand Down
4 changes: 2 additions & 2 deletions code/backend/packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@badvlasim/server",
"description": "Ranking simulation server Badminton Vlaanderen",
"version": "1.2.21",
"version": "1.2.22",
"private": true,
"dependencies": {
"@badvlasim/shared": "^1.2.21",
"@badvlasim/shared": "^1.2.22",
"apollo-cache-control": "^0.11.4",
"apollo-server-express": "^2.19.0",
"global": "^4.4.0",
Expand Down
11 changes: 11 additions & 0 deletions code/backend/packages/simulate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/simulate
Expand Down
4 changes: 2 additions & 2 deletions code/backend/packages/simulate/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@badvlasim/simulate",
"description": "Ranking simulation simulate Badminton Vlaanderen",
"version": "1.2.21",
"version": "1.2.22",
"private": true,
"dependencies": {
"@badvlasim/shared": "^1.2.21",
"@badvlasim/shared": "^1.2.22",
"fast-csv": ""
},
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions code/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package ranking-simulation-frontend
Expand Down
2 changes: 1 addition & 1 deletion code/frontend/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.2.21",
"version": "1.2.22",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions code/frontend/packages/ranking-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/client
Expand Down
2 changes: 1 addition & 1 deletion code/frontend/packages/ranking-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@badvlasim/client",
"description": "Ranking simulation Badminton Vlaanderen",
"version": "1.2.21",
"version": "1.2.22",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package ranking-simulation-backend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.22 (2020-12-30)


### Bug Fixes

* now correct message ([e6e1037](https://github.com/Badminton-Apps/core/commit/e6e10372c4613dcfa8bf167a76a049a4f1ed4d70))





## 1.2.21 (2020-12-30)

**Note:** Version bump only for package ranking-simulation-frontend
Expand Down

0 comments on commit e98e8a1

Please sign in to comment.