Skip to content

Commit

Permalink
release: 1.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Dec 30, 2020
1 parent 0086fb2 commit 408c157
Show file tree
Hide file tree
Showing 16 changed files with 82 additions and 10 deletions.
8 changes: 8 additions & 0 deletions code/backend/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.2.21 (2020-12-30)

**Note:** Version bump only for package ranking-simulation-backend





## 1.2.20 (2020-12-28)

**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.20"
"version": "1.2.21"
}
8 changes: 8 additions & 0 deletions code/backend/packages/_shared/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.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/shared





## 1.2.20 (2020-12-28)

**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.20",
"version": "1.2.21",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions code/backend/packages/import/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.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/import





## 1.2.20 (2020-12-28)

**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.20",
"version": "1.2.21",
"private": true,
"dependencies": {
"@badvlasim/shared": "^1.2.20",
"@badvlasim/shared": "^1.2.21",
"@types/multer": "^1.4.4",
"multer": "^1.4.2"
},
Expand Down
8 changes: 8 additions & 0 deletions code/backend/packages/server/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.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/server





## 1.2.20 (2020-12-28)

**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.20",
"version": "1.2.21",
"private": true,
"dependencies": {
"@badvlasim/shared": "^1.2.20",
"@badvlasim/shared": "^1.2.21",
"apollo-cache-control": "^0.11.4",
"apollo-server-express": "^2.19.0",
"global": "^4.4.0",
Expand Down
8 changes: 8 additions & 0 deletions code/backend/packages/simulate/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.2.21 (2020-12-30)

**Note:** Version bump only for package @badvlasim/simulate





## 1.2.20 (2020-12-28)

**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.20",
"version": "1.2.21",
"private": true,
"dependencies": {
"@badvlasim/shared": "^1.2.20",
"@badvlasim/shared": "^1.2.21",
"fast-csv": ""
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions code/frontend/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.2.21 (2020-12-30)

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





## 1.2.20 (2020-12-28)

**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.20",
"version": "1.2.21",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.21 (2020-12-30)

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





## 1.2.20 (2020-12-28)

**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.20",
"version": "1.2.21",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
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.2.21 (2020-12-30)

**Note:** Version bump only for package ranking-simulation-backend





## 1.2.20 (2020-12-28)

**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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.21 (2020-12-30)

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





## 1.2.20 (2020-12-28)

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

0 comments on commit 408c157

Please sign in to comment.