Skip to content

Commit

Permalink
Merge pull request #39 from Alanimdeo/development
Browse files Browse the repository at this point in the history
v0.10.3
  • Loading branch information
Alanimdeo authored Oct 7, 2023
2 parents b77fcbc + 3ce653c commit dd979de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conveyor/backend",
"version": "0.10.2",
"version": "0.10.3",
"author": "Alanimdeo <alan@imdeo.kr>",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conveyor/frontend",
"version": "0.10.2",
"version": "0.10.3",
"author": "Alanimdeo <alan@imdeo.kr>",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fetchInterceptor.register({
const cookie = decodeURIComponent(document.cookie);
const csrfToken = cookie.replace(/.*_csrf=(.{38})(;.*|$)/, "$1");
config.headers["Cookie"] = cookie;
if (url.includes("github.com")) {
if (url === "https://api.github.com/repos/Alanimdeo/conveyor/tags") {
return [url, config];
}
config.headers["X-CSRF-Token"] = csrfToken;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conveyor",
"version": "0.10.2",
"version": "0.10.3",
"author": "Alanimdeo <alan@imdeo.kr>",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit dd979de

Please sign in to comment.