Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.2.39'
Browse files Browse the repository at this point in the history
nekofar committed Mar 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bec8d0c + b85cb28 commit 841a55a
Showing 6 changed files with 674 additions and 512 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
@@ -38,7 +38,7 @@ jobs:
run: |
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.2
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
2 changes: 1 addition & 1 deletion .github/workflows/git-flow.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
steps:
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout Repository Code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@ jobs:
release_body: ${{ steps.release.outputs.RELEASE_BODY }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v3.0.1
uses: orhun/git-cliff-action@v3.0.2
id: git-cliff
with:
config: cliff.toml
@@ -46,7 +46,7 @@ jobs:
contents: write
steps:
- name: Create the GitHub release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.4
with:
body: ${{ needs.changelog.outputs.release_body }}
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-beta') || contains(github.ref, '-alpha') }}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.2.38]] - 2024-02-28
## [1.2.39] - 2024-03-27

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.2.38] - 2024-02-28

### Bug Fixes

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lilnouns-pics",
"version": "1.2.38",
"version": "1.2.39",
"private": true,
"scripts": {
"dev": "next dev",
@@ -13,31 +13,31 @@
},
"dependencies": {
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@heroicons/react": "2.1.3",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"clsx": "2.1.0",
"next": "14.1.0",
"next": "14.1.4",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240222.0",
"@types/node": "20.11.20",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"@cloudflare/workers-types": "4.20240320.1",
"@types/node": "20.11.30",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.4",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.1.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"serve": "14.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"wrangler": "3.30.0"
"typescript": "5.4.3",
"wrangler": "3.38.0"
},
"resolutions": {
"undici": ">=6.6.1"
1,142 changes: 649 additions & 493 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 841a55a

Please sign in to comment.