Skip to content

Commit

Permalink
Merge pull request #5 from koencaerels/development
Browse files Browse the repository at this point in the history
Release v0.0.2
  • Loading branch information
koencaerels authored Jan 20, 2024
2 parents 697573d + eaa5239 commit 1f2a5d2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration

###> symfony/framework-bundle ###
APP_VERSION=0.0.1
APP_VERSION=0.0.2
APP_ENV=dev
APP_SECRET=wh65qabx5rkh3bu6etthu9g48jccjbti
TRUSTED_PROXIES=127.0.0.0/8
Expand Down
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# define your env variables for the test env here
APP_VERSION=0.0.1
APP_VERSION=0.0.2
APP_ENV=dev
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
Expand Down
2 changes: 1 addition & 1 deletion frontends/member_module/.env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_API_URL=http://localhost.charlesproxy.com:8080/mm/api
VITE_VERSION=0.0.1
VITE_VERSION=0.0.2
2 changes: 1 addition & 1 deletion frontends/member_module/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_API_URL=/mm/api
VITE_VERSION=0.0.1
VITE_VERSION=0.0.2
4 changes: 2 additions & 2 deletions frontends/member_module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoshikan_member_module",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@zxcvbn-ts/core": "^2.0.0",
"@zxcvbn-ts/language-common": "^2.0.0",
"@zxcvbn-ts/language-en": "^2.0.0",
"axios": "^0.27.2",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"dropzone": "^6.0.0-beta.2",
"html-to-image": "^1.10.10",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"license": "MIT",
"private": false,
"version": "0.0.2",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
Expand All @@ -30,7 +31,7 @@
"@oruga-ui/oruga-next": "^0.5.9",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"axios": "^1.2.1",
"axios": "^1.6.0",
"jquery": "^3.6.2",
"maska": "^2.1.7"
}
Expand Down

0 comments on commit 1f2a5d2

Please sign in to comment.