Skip to content

Commit

Permalink
Development: Bump version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
minrows committed Dec 11, 2022
1 parent a9435d9 commit 5b458f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollon_standalone",
"version": "1.6.6",
"version": "1.6.7",
"private": true,
"main": "index.js",
"repository": "[email protected]:ls1intum/Apollon_standalone.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.6.6",
"version": "1.6.7",
"license": "MIT",
"scripts": {
"clean": "rm -rf ../../build/server",
Expand All @@ -16,7 +16,7 @@
"jsdom": "20.0.0",
"jsdom-global": "3.0.2",
"pdfmake": "0.2.6",
"shared": "1.6.6"
"shared": "1.6.7"
},
"devDependencies": {
"@types/cors": "2.8.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.6.6",
"version": "1.6.7",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "1.6.6",
"version": "1.6.7",
"private": true,
"scripts": {
"clean": "rm -rf ../../build/webapp",
Expand Down Expand Up @@ -28,7 +28,7 @@
"redux": "4.2.0",
"redux-observable": "2.0.0",
"rxjs": "7.3.0",
"shared": "1.6.6",
"shared": "1.6.7",
"styled-components": "5.3.6",
"tslib": "2.4.1",
"typesafe-actions": "5.1.0",
Expand Down

0 comments on commit 5b458f3

Please sign in to comment.