Sfoglia il codice sorgente

Pushed version 2.3.0

Paweł Malak 3 anni fa
parent
commit
2b5b3494f2
5 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 1 1
      .dev/build_latest.sh
  2. 1 1
      .dev/build_multiarch.sh
  3. 1 1
      .env
  4. 1 1
      CHANGELOG.md
  5. 1 1
      client/.env

+ 1 - 1
.dev/build_latest.sh

@@ -1,2 +1,2 @@
-docker build -t pawelmalak/flame -t "pawelmalak/flame:$1" -f .docker/Dockerfile "$2" \
+docker build -t pawelmalak/flame -t "pawelmalak/flame:$1" -f .docker/Dockerfile . \
   && docker push pawelmalak/flame && docker push "pawelmalak/flame:$1"

+ 1 - 1
.dev/build_multiarch.sh

@@ -3,4 +3,4 @@ docker buildx build \
   -f .docker/Dockerfile.multiarch \
   -t pawelmalak/flame:multiarch \
   -t "pawelmalak/flame:multiarch$1" \
-  --push "$2"
+  --push .

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 PORT=5005
 NODE_ENV=development
-VERSION=2.2.2
+VERSION=2.3.0
 PASSWORD=flame_password
 SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-### v2.3.0 (TBA)
+### v2.3.0 (2022-03-25)
 - Added custom theme editor ([#246](https://github.com/pawelmalak/flame/issues/246))
 - Added option to set secondary search provider ([#295](https://github.com/pawelmalak/flame/issues/295))
 - Fixed bug where pressing Enter with empty search bar would redirect to search results ([#325](https://github.com/pawelmalak/flame/issues/325))

+ 1 - 1
client/.env

@@ -1 +1 @@
-REACT_APP_VERSION=2.2.2
+REACT_APP_VERSION=2.3.0