Skip to content

Commit

Permalink
chore: release 4.3.1 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Sep 27, 2024
2 parents 52f69fd + e5a4e2e commit 76e3cd8
Show file tree
Hide file tree
Showing 10 changed files with 839 additions and 972 deletions.
1 change: 0 additions & 1 deletion .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ module.exports = {
{ name: 'dashboard' },
{ name: 'config' },
{ name: 'api' },
{ name: 'dependencies' },
],
}
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals",
"next/typescript",
"prettier"
],
"parser": "@typescript-eslint/parser",
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ jobs:
run: npx semantic-release --dry-run

- name: Set up QEMU
if: env.NEXT_VERSION_TAG
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
if: env.NEXT_VERSION_TAG
uses: docker/setup-buildx-action@v3

- name: Log in to GitHub Container Registry
if: env.NEXT_VERSION_TAG
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -63,6 +66,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Run Semantic Release publish
if: env.NEXT_VERSION_TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
release:
name: Publish image and release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,16 +36,19 @@ jobs:

- name: Run Semantic Release dry run
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release --dry-run

- name: Set up QEMU
if: env.NEXT_VERSION_TAG
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
if: env.NEXT_VERSION_TAG
uses: docker/setup-buildx-action@v3

- name: Log in to GitHub Container Registry
if: env.NEXT_VERSION_TAG
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -64,6 +71,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Run Semantic Release publish
if: env.NEXT_VERSION_TAG
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
exempt-issue-labels: 'never-stale'
stale-issue-label: 'stale'
only-issue-labels: 'awaiting triage'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
exempt-pr-labels: 'never-stale'
stale-pr-label: 'stale'
days-before-stale: 30
days-before-close: 5
only-labels: 'awaiting triage'
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@heroicons/react": "^2.1.5",
"@internationalized/date": "^3.5.5",
"framer-motion": "^11.5.4",
"framer-motion": "^11.5.6",
"lodash": "^4.17.21",
"next": "^14.2.8",
"next": "^14.2.13",
"next-auth": "^4.24.7",
"next-runtime-env": "^3.2.2",
"qs": "^6.13.0",
Expand All @@ -41,42 +41,42 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/exec": "^6.0.3",
"@serwist/next": "^9.0.7",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@serwist/next": "^9.0.8",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@tailwindcss/forms": "^0.5.9",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.5",
"@types/node": "^22.5.5",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-customizable": "7.2.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.8",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"semantic-release": "^24.1.0",
"serwist": "^9.0.7",
"semantic-release": "^24.1.1",
"serwist": "^9.0.8",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.12",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 76e3cd8

Please sign in to comment.