Skip to content

Commit

Permalink
Merge pull request #248 from ansidev/release/2.2.6
Browse files Browse the repository at this point in the history
Release v2.2.6
  • Loading branch information
ansidev authored Aug 8, 2023
2 parents 282565a + 2a41ec9 commit 39719ed
Show file tree
Hide file tree
Showing 6 changed files with 950 additions and 631 deletions.
34 changes: 34 additions & 0 deletions .changes/v2.2.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## [v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6) (2023-08-08)

### Bug Fixes

- **github-workflow:** update parameter name

- **deps:** replace astro-compress by [@otterlord/astro-compress](https://www.npmjs.com/package/@otterlord/astro-compress)

### Dependencies

| Package | Version |
| ---------------------------------- | ------------------------ |
| `@astrojs/rss` | `^2.4.3` `->` `^2.4.4` |
| `@astrojs/sitemap` | `^1.3.3` `->` `^2.0.1` |
| `@astrojs/tailwind` | `^3.1.3` `->` `^4.0.0` |
| `astro` | `^2.6.3` `->` `^2.10.3` |
| `astro-purgecss` | `^2.0.1` `->` `^2.3.0` |
| `tailwindcss` | `^3.3.2` `->` `^3.3.3` |
| `@commitlint/cli` | `^17.6.5` `->` `^17.6.7` |
| `@commitlint/config-conventional` | `^17.6.5` `->` `^17.6.7` |
| `@fontsource/ibm-plex-mono` | `^5.0.3` `->` `^5.0.8` |
| `@iconify-json/bi` | `^1.1.17` `->` `^1.1.18` |
| `@types/node` | `^20.2.1` `->` `^20.4.8` |
| `@typescript-eslint/eslint-plugin` | `^5.59.11` `->` `^6.3.0` |
| `@typescript-eslint/parser` | `^5.59.11` `->` `^6.3.0` |
| `dayjs` | `^1.11.8` `->` `^1.11.9` |
| `dotenv` | `^16.1.4` `->` `^16.3.1` |
| `eslint` | `^8.42.0` `->` `^8.46.0` |
| `eslint-plugin-astro` | `^0.27.1` `->` `^0.28.0` |
| `sass` | `^1.63.3` `->` `^1.64.2` |
| `satori` | `^0.10.1` `->` `^0.10.2` |
| `typescript` | `^5.1.3` `->` `^5.1.6` |

Full Changelog: [v2.2.5...v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6)
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_netlify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
PROD: ${{ needs.set_deploy_environment.outputs.github_environment == 'production' }}
with:
auth-token: ${{ env.NETLIFY_AUTH_TOKEN }}
site-id: ${{ env.NETLIFY_SITE_ID }}
site: ${{ env.NETLIFY_SITE_ID }}
dir: ${{ env.DEPLOY_DIR }}
alias: ${{ env.NETLIFY_DEPLOY_ALIAS }}
prod: ${{ env.PROD }}
Expand Down
59 changes: 49 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,71 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5) (2023-06-13)
## [v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6) (2023-08-08)

### Bug Fixes

- wrong github environment url

- **deps:** update dependency astro to v2.6.3
- **github-workflow:** update parameter name

- **deps:** update dependency astro to v2.6.2
- **deps:** replace astro-compress by [@otterlord/astro-compress](https://www.npmjs.com/package/@otterlord/astro-compress)

- **deps:** update dependency astro to v2.6.1
### Dependencies

- **deps:** update dependency astro to v2.6.0
| Package | Version |
| ---------------------------------- | ------------------------ |
| `@astrojs/rss` | `^2.4.3` `->` `^2.4.4` |
| `@astrojs/sitemap` | `^1.3.3` `->` `^2.0.1` |
| `@astrojs/tailwind` | `^3.1.3` `->` `^4.0.0` |
| `astro` | `^2.6.3` `->` `^2.10.3` |
| `astro-purgecss` | `^2.0.1` `->` `^2.3.0` |
| `tailwindcss` | `^3.3.2` `->` `^3.3.3` |
| `@commitlint/cli` | `^17.6.5` `->` `^17.6.7` |
| `@commitlint/config-conventional` | `^17.6.5` `->` `^17.6.7` |
| `@fontsource/ibm-plex-mono` | `^5.0.3` `->` `^5.0.8` |
| `@iconify-json/bi` | `^1.1.17` `->` `^1.1.18` |
| `@types/node` | `^20.2.1` `->` `^20.4.8` |
| `@typescript-eslint/eslint-plugin` | `^5.59.11` `->` `^6.3.0` |
| `@typescript-eslint/parser` | `^5.59.11` `->` `^6.3.0` |
| `dayjs` | `^1.11.8` `->` `^1.11.9` |
| `dotenv` | `^16.1.4` `->` `^16.3.1` |
| `eslint` | `^8.42.0` `->` `^8.46.0` |
| `eslint-plugin-astro` | `^0.27.1` `->` `^0.28.0` |
| `sass` | `^1.63.3` `->` `^1.64.2` |
| `satori` | `^0.10.1` `->` `^0.10.2` |
| `typescript` | `^5.1.3` `->` `^5.1.6` |

Full Changelog: [v2.2.5...v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6)

- **deps:** update dependency astro-compress to ^1.1.47
## [v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5) (2023-06-13)

- **deps:** update dependency astro to v2.5.7
### Bug Fixes

- **deps:** update dependency [@astrojs](https://github.com/astrojs)/sitemap to ^1.3.3
- **github-workflow:** wrong github environment url

### Code Refactoring

- **github-workflow:** apply GitHub Actions from ghacts

- **github-workflow:** apply GitHub Actions from ghacts/gitflow

### Dependencies

| Package | Version |
| ---------------------------------- | ------------------------- |
| `@astrojs/sitemap` | `^1.3.2` `->` `^1.3.3` |
| `astro` | `^2.5.6` `->` `2.6.3` |
| `astro-compress` | `^1.1.46` `->` `^1.1.47` |
| `@fontsource/ibm-plex-mono` | `^5.0.2` `->` `^5.0.3` |
| `@iconify-json/bi` | `^1.1.16` `->` `^1.1.17` |
| `@typescript-eslint/eslint-plugin` | `^5.59.8` `->` `^5.59.11` |
| `@typescript-eslint/parser` | `^5.59.8` `->` `^5.59.11` |
| `dayjs` | `^1.11.7` `->` `^1.11.8` |
| `dotenv` | `^16.1.1` `->` `^16.1.4` |
| `eslint` | `^8.41.0` `->` `^8.42.0` |
| `sass` | `^1.62.1` `->` `^1.63.3` |
| `satori` | `^0.9.1` `->` `^0.10.1` |
| `typescript` | `^5.0.4` `->` `^5.1.3` |

Full Changelog: [v2.2.4...v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5)

## [v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4) (2023-05-31)
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import fs from 'node:fs'
import partytown from '@astrojs/partytown'
import sitemap from '@astrojs/sitemap'
import tailwind from '@astrojs/tailwind'
import compress from '@otterlord/astro-compress'
import { defineConfig } from 'astro/config'
import compress from 'astro-compress'
import purgecss from 'astro-purgecss'

import { loadEnv } from './dotenv.config'
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "leetcode-blog",
"description": "Solutions for LeetCode problems - Written by ansidev",
"type": "module",
"version": "2.2.5",
"version": "2.2.6",
"license": "MIT",
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.12",
"scripts": {
"lc:new": "tsx ./src/cmd/leetcode.ts",
"dev": "astro dev",
Expand All @@ -19,43 +19,43 @@
},
"dependencies": {
"@astrojs/partytown": "^1.2.3",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
"astro": "2.6.3",
"astro-compress": "^1.1.47",
"astro-purgecss": "^2.0.1",
"tailwindcss": "^3.3.2"
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@otterlord/astro-compress": "^1.1.48",
"astro": "2.10.3",
"astro-purgecss": "^2.3.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@fontsource/ibm-plex-mono": "^5.0.3",
"@iconify-json/bi": "^1.1.17",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@fontsource/ibm-plex-mono": "^5.0.8",
"@iconify-json/bi": "^1.1.18",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash.get": "^4.4.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/mustache": "^4.2.2",
"@types/node": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"commander": "^10.0.1",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"commander": "^11.0.0",
"commitizen": "^4.3.0",
"dayjs": "^1.11.8",
"dotenv": "^16.1.4",
"eslint": "^8.42.0",
"eslint-plugin-astro": "^0.27.1",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lodash.get": "^4.4.2",
"lodash.kebabcase": "^4.1.1",
"mustache": "^4.2.0",
"sass": "^1.63.3",
"satori": "^0.10.1",
"sass": "^1.64.2",
"satori": "^0.10.2",
"satori-html": "^0.3.2",
"tailwindcss-themer": "^3.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 39719ed

Please sign in to comment.