diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a89b9a074..e3f47a99c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,6 @@ variables: APP_VERSION: "${CI_COMMIT_REF_NAME}" APP_ASSET: "${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME}_${ARCH}.tar.gz" CYPRESS_INSTALL_BINARY: 0 - HEX_MIRROR: https://cdn.jsdelivr.net/hex cache: key: "${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}" diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ccce3bf..b7c1cb455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.0-rc.1 - 2022-04-18 + +Changes since beta.3: +* Fix posts creation +* Fix some typespecs +* Remove Koena Connect button +* Update dependencies + ## 2.1.0-beta.3 - 2022-04-09 Changes since beta.2: diff --git a/docker/multiarch/Dockerfile b/docker/multiarch/Dockerfile index 64db53d1e..cb11aaa13 100644 --- a/docker/multiarch/Dockerfile +++ b/docker/multiarch/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /mobilizon # Elixir release RUN source /root/.bashrc && \ - HEX_MIRROR="https://cdn.jsdelivr.net/hex" mix deps.get --only prod && \ + mix deps.get --only prod && \ mix compile && \ mix phx.digest.clean --all && \ mix release --path release/mobilizon && \ diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index 511934c35..33612106f 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -20,7 +20,7 @@ COPY mix.exs mix.lock ./ ENV MIX_ENV=prod RUN mix local.hex --force \ && mix local.rebar --force \ - && HEX_MIRROR="https://cdn.jsdelivr.net/hex" mix deps.get + && mix deps.get COPY lib ./lib COPY priv ./priv diff --git a/js/package.json b/js/package.json index 9ee8afcec..4813ac143 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "2.1.0-beta.3", + "version": "2.1.0-rc.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index e0bfbe69c..0d8d6ed2c 100644 --- a/js/src/components/NavBar.vue +++ b/js/src/components/NavBar.vue @@ -52,21 +52,6 @@ >{{ $t("Create") }} - - Contact accessibilité -