2 Commits

Author SHA1 Message Date
7e76598f7f chore(release): 1.3.5 [skip ci] 2023-05-13 18:52:40 +00:00
fd138caa4b fix: update API to v1.2.6 2023-05-13 20:51:19 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
Thream's website to stay close with your friends and communities. Thream's website to stay close with your friends and communities.
It uses [Thream/api](https://github.com/Thream/api) [v1.2.5](https://github.com/Thream/api/releases/tag/v1.2.5). It uses [Thream/api](https://github.com/Thream/api) [v1.2.6](https://github.com/Thream/api/releases/tag/v1.2.6).
## ⚙️ Getting Started ## ⚙️ Getting Started

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@thream/website", "name": "@thream/website",
"version": "1.3.4", "version": "1.3.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@thream/website", "name": "@thream/website",
"version": "1.3.4", "version": "1.3.5",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@fontsource/montserrat": "4.5.14", "@fontsource/montserrat": "4.5.14",

View File

@ -1,6 +1,6 @@
{ {
"name": "@thream/website", "name": "@thream/website",
"version": "1.3.4", "version": "1.3.5",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
import axios from 'axios' import axios from 'axios'
export const API_VERSION = '1.2.5' export const API_VERSION = '1.2.6'
export const API_DEFAULT_PORT = 8080 export const API_DEFAULT_PORT = 8080