diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml deleted file mode 100644 index 71aac64..0000000 --- a/.github/workflows/changelog-check.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Enforce Changelog Update -on: - pull_request: - types: [assigned, opened, synchronize, reopened, labeled, unlabeled] - branches: - - main - - develop -jobs: - build: - name: Check Actions - runs-on: ubuntu-latest - steps: - - name: Setup node version - uses: actions/setup-node@v3 - with: - node-version: '16' - - uses: actions/checkout@v2 - - name: Changelog check - uses: Zomzog/changelog-checker@v1.2.0 - with: - fileName: CHANGELOG.md - noChangelogLabel: no changelog - checkNotification: Simple - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2189a3..386e2eb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,13 +13,13 @@ jobs: with: node-version: '18' - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install and Build 🔧 run: | npm ci npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: dist diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ea8b685..eb993b8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,10 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup node version - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '16' - - uses: actions/checkout@v2 + node-version: '18' + - uses: actions/checkout@v4 - run: npm install - run: npm run lint-ci - diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f4ad7..9169aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes ## Upcoming version + + + +### Version 3.20.0 + - MAINT: Upgrade caniuselite - Various corrections in the French version - Minor corrections in the English version diff --git a/package-lock.json b/package-lock.json index 39dadab..2c7d2e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "townsquare", - "version": "3.19.0", + "version": "3.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "townsquare", - "version": "3.19.0", + "version": "3.20.0", "license": "GPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.32", diff --git a/package.json b/package.json index 2668a4a..d7da408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "townsquare", - "version": "3.19.0", + "version": "3.20.0", "description": "Blood on the Clocktower Town Square", "author": "Pingumaskt", "scripts": { diff --git a/src/store/locale/en/ui.json b/src/store/locale/en/ui.json index f83e39f..7cf5f9d 100644 --- a/src/store/locale/en/ui.json +++ b/src/store/locale/en/ui.json @@ -219,7 +219,7 @@ "outsider": "outsiders", "minion": "minions", "demon": "demons" - } + }, "nightOrder": "Show Night Order" }, "reminder": { diff --git a/src/store/locale/fr/ui.json b/src/store/locale/fr/ui.json index 6f92235..efde34f 100644 --- a/src/store/locale/fr/ui.json +++ b/src/store/locale/fr/ui.json @@ -221,7 +221,6 @@ "demon": "démons" }, "nightOrder": "Afficher l'Ordre Nocturne" - }, "reminder": { "title": "Apposer une note :",