Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Badminton-Apps/core into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Apr 3, 2021
2 parents fbb1960 + 55c722f commit 5c235ee
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 12 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.2.0](https://github.com/Badminton-Apps/core/compare/v3.1.8...v3.2.0) (2021-04-03)


### Bug Fixes

* should be same ([845c05f](https://github.com/Badminton-Apps/core/commit/845c05f167959269aecc1e60f96446fc863231ad))


### Features

* moved to single action ([828faf6](https://github.com/Badminton-Apps/core/commit/828faf62f9100dc61df7bc8b624cc0878e99ed30))



## [3.1.8](https://github.com/Badminton-Apps/core/compare/v3.1.7...v3.1.8) (2021-04-03)


Expand All @@ -24,7 +38,6 @@
### Bug Fixes

* move changelog after commit ([c76f007](https://github.com/Badminton-Apps/core/commit/c76f007f2248e09febf275299599821e210da64c))
* on release ([0ea61ac](https://github.com/Badminton-Apps/core/commit/0ea61ac9b267c2c169406cacee7d7c5e4f56619a))
* one last time ([7b2bd5f](https://github.com/Badminton-Apps/core/commit/7b2bd5ff85a67c939a816b983b966b0230112114))


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": "3.1.8"
"version": "3.2.0"
}
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": "3.1.8",
"version": "3.2.0",
"main": "index.js",
"license": "MIT",
"private": true,
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": "3.1.8",
"version": "3.2.0",
"private": true,
"dependencies": {
"@badvlasim/shared": "^3.1.8",
"@badvlasim/shared": "^3.2.0",
"@types/multer": "^1.4.4",
"multer": "^1.4.2"
},
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": "3.1.8",
"version": "3.2.0",
"private": true,
"dependencies": {
"@badvlasim/shared": "^3.1.8",
"@badvlasim/shared": "^3.2.0",
"apollo-cache-control": "^0.11.4",
"apollo-server-express": "^2.19.0",
"global": "^4.4.0",
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": "3.1.8",
"version": "3.2.0",
"private": true,
"dependencies": {
"@badvlasim/shared": "^3.1.8",
"@badvlasim/shared": "^3.2.0",
"fast-csv": ""
},
"scripts": {
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": "3.1.8",
"version": "3.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion code/frontend/packages/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": "3.1.8",
"version": "3.2.0",
"scripts": {
"ng": "ng",
"start": "npx kill-port 4200 && ng serve",
Expand Down
15 changes: 14 additions & 1 deletion code/frontend/packages/client/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.2.0](https://github.com/Badminton-Apps/core/compare/v3.1.8...v3.2.0) (2021-04-03)


### Bug Fixes

* should be same ([845c05f](https://github.com/Badminton-Apps/core/commit/845c05f167959269aecc1e60f96446fc863231ad))


### Features

* moved to single action ([828faf6](https://github.com/Badminton-Apps/core/commit/828faf62f9100dc61df7bc8b624cc0878e99ed30))



## [3.1.8](https://github.com/Badminton-Apps/core/compare/v3.1.7...v3.1.8) (2021-04-03)


Expand All @@ -24,7 +38,6 @@
### Bug Fixes

* move changelog after commit ([c76f007](https://github.com/Badminton-Apps/core/commit/c76f007f2248e09febf275299599821e210da64c))
* on release ([0ea61ac](https://github.com/Badminton-Apps/core/commit/0ea61ac9b267c2c169406cacee7d7c5e4f56619a))
* one last time ([7b2bd5f](https://github.com/Badminton-Apps/core/commit/7b2bd5ff85a67c939a816b983b966b0230112114))


Expand Down

0 comments on commit 5c235ee

Please sign in to comment.