Skip to content

Commit 50c7407

Browse files
committed
chore(release): v2.2.3
1 parent 653051a commit 50c7407

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed

.changes/v2.2.3.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## [v2.2.3](https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3) (2023-05-21)
2+
3+
### Dev features
4+
5+
- **renovate**: update config.
6+
- **taskfile**: update task files.
7+
- **ci**: use pnpm v8 for workflow `deploy_to_netlify`.
8+
9+
### Dependencies
10+
11+
| Package | Version |
12+
| ---------------------------------- | ------------------------- |
13+
| `@astrojs/partytown` | `^1.0.3` `->` `^1.2.2` |
14+
| `@astrojs/rss` | `^2.1.1` `->` `^2.4.2` |
15+
| `@astrojs/sitemap` | `^1.1.0` `->` `^1.3.1` |
16+
| `@astrojs/tailwind` | `^3.0.1` `->` `^3.1.3` |
17+
| `astro` | `^2.0.17` `->` `2.4.5` |
18+
| `astro-compress` | `^1.1.35` `->` `^1.1.44` |
19+
| `tailwindcss` | `^3.2.7` `->` `^3.3.2` |
20+
| `@commitlint/cli` | `^17.4.4` `->` `^17.6.3` |
21+
| `@commitlint/config-conventional` | `^17.4.4` `->` `^17.6.3` |
22+
| `@iconify-json/bi` | `^1.1.15` `->` `^1.1.16` |
23+
| `@types/node` | `^18.14.6` `->` `^20.2.1` |
24+
| `@typescript-eslint/eslint-plugin` | `^5.54.0` `->` `^5.59.6` |
25+
| `@typescript-eslint/parser` | `^5.54.0` `->` `^5.59.6` |
26+
| `commander` | `^10.0.0` `->` `^10.0.1` |
27+
| `eslint` | `^8.35.0` `->` `^8.41.0` |
28+
| `eslint-plugin-astro` | `^0.23.0` `->` `^0.27.0` |
29+
| `sass` | `^1.58.3` `->` `^1.62.1` |
30+
| `satori` | `^0.4.1` `->` `^0.8.1` |
31+
| `tailwindcss-themer` | `^3.0.1` `->` `^3.1.0` |
32+
| `tsx` | `^3.12.3` `->` `^3.12.7` |
33+
| `typescript` | `^4.9.5` `->` `^5.0.4` |
34+
35+
Full Changelog: [v2.2.2...v2.2.3](https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3)

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [v2.2.3](https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3) (2023-05-21)
8+
9+
### Dev features
10+
11+
- **renovate**: update config.
12+
- **taskfile**: update task files.
13+
- **ci**: use pnpm v8 for workflow `deploy_to_netlify`.
14+
15+
### Dependencies
16+
17+
| Package | Version |
18+
| ---------------------------------- | ------------------------- |
19+
| `@astrojs/partytown` | `^1.0.3` `->` `^1.2.2` |
20+
| `@astrojs/rss` | `^2.1.1` `->` `^2.4.2` |
21+
| `@astrojs/sitemap` | `^1.1.0` `->` `^1.3.1` |
22+
| `@astrojs/tailwind` | `^3.0.1` `->` `^3.1.3` |
23+
| `astro` | `^2.0.17` `->` `2.4.5` |
24+
| `astro-compress` | `^1.1.35` `->` `^1.1.44` |
25+
| `tailwindcss` | `^3.2.7` `->` `^3.3.2` |
26+
| `@commitlint/cli` | `^17.4.4` `->` `^17.6.3` |
27+
| `@commitlint/config-conventional` | `^17.4.4` `->` `^17.6.3` |
28+
| `@iconify-json/bi` | `^1.1.15` `->` `^1.1.16` |
29+
| `@types/node` | `^18.14.6` `->` `^20.2.1` |
30+
| `@typescript-eslint/eslint-plugin` | `^5.54.0` `->` `^5.59.6` |
31+
| `@typescript-eslint/parser` | `^5.54.0` `->` `^5.59.6` |
32+
| `commander` | `^10.0.0` `->` `^10.0.1` |
33+
| `eslint` | `^8.35.0` `->` `^8.41.0` |
34+
| `eslint-plugin-astro` | `^0.23.0` `->` `^0.27.0` |
35+
| `sass` | `^1.58.3` `->` `^1.62.1` |
36+
| `satori` | `^0.4.1` `->` `^0.8.1` |
37+
| `tailwindcss-themer` | `^3.0.1` `->` `^3.1.0` |
38+
| `tsx` | `^3.12.3` `->` `^3.12.7` |
39+
| `typescript` | `^4.9.5` `->` `^5.0.4` |
40+
41+
Full Changelog: [v2.2.2...v2.2.3](https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3)
42+
743
## [v2.2.2](https://github.com/ansidev/leetcode-blog/compare/v2.2.1...v2.2.2) (2023-03-08)
844

945
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leetcode-blog",
33
"description": "Solutions for LeetCode problems - Written by ansidev",
44
"type": "module",
5-
"version": "2.2.2",
5+
"version": "2.2.3",
66
"license": "MIT",
77
"packageManager": "pnpm@8.5.1",
88
"scripts": {

0 commit comments

Comments
 (0)