Skip to content

Commit 2a41ec9

Browse files
committed
chore(release): v2.2.6
1 parent 6afbbc3 commit 2a41ec9

File tree

3 files changed

+84
-11
lines changed

3 files changed

+84
-11
lines changed

Diff for: .changes/v2.2.6.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## [v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6) (2023-08-08)
2+
3+
### Bug Fixes
4+
5+
- **github-workflow:** update parameter name
6+
7+
- **deps:** replace astro-compress by [@otterlord/astro-compress](https://www.npmjs.com/package/@otterlord/astro-compress)
8+
9+
### Dependencies
10+
11+
| Package | Version |
12+
| ---------------------------------- | ------------------------ |
13+
| `@astrojs/rss` | `^2.4.3` `->` `^2.4.4` |
14+
| `@astrojs/sitemap` | `^1.3.3` `->` `^2.0.1` |
15+
| `@astrojs/tailwind` | `^3.1.3` `->` `^4.0.0` |
16+
| `astro` | `^2.6.3` `->` `^2.10.3` |
17+
| `astro-purgecss` | `^2.0.1` `->` `^2.3.0` |
18+
| `tailwindcss` | `^3.3.2` `->` `^3.3.3` |
19+
| `@commitlint/cli` | `^17.6.5` `->` `^17.6.7` |
20+
| `@commitlint/config-conventional` | `^17.6.5` `->` `^17.6.7` |
21+
| `@fontsource/ibm-plex-mono` | `^5.0.3` `->` `^5.0.8` |
22+
| `@iconify-json/bi` | `^1.1.17` `->` `^1.1.18` |
23+
| `@types/node` | `^20.2.1` `->` `^20.4.8` |
24+
| `@typescript-eslint/eslint-plugin` | `^5.59.11` `->` `^6.3.0` |
25+
| `@typescript-eslint/parser` | `^5.59.11` `->` `^6.3.0` |
26+
| `dayjs` | `^1.11.8` `->` `^1.11.9` |
27+
| `dotenv` | `^16.1.4` `->` `^16.3.1` |
28+
| `eslint` | `^8.42.0` `->` `^8.46.0` |
29+
| `eslint-plugin-astro` | `^0.27.1` `->` `^0.28.0` |
30+
| `sass` | `^1.63.3` `->` `^1.64.2` |
31+
| `satori` | `^0.10.1` `->` `^0.10.2` |
32+
| `typescript` | `^5.1.3` `->` `^5.1.6` |
33+
34+
Full Changelog: [v2.2.5...v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6)

Diff for: CHANGELOG.md

+49-10
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,71 @@ 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.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5) (2023-06-13)
7+
## [v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6) (2023-08-08)
88

99
### Bug Fixes
1010

11-
- wrong github environment url
12-
13-
- **deps:** update dependency astro to v2.6.3
11+
- **github-workflow:** update parameter name
1412

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

17-
- **deps:** update dependency astro to v2.6.1
15+
### Dependencies
1816

19-
- **deps:** update dependency astro to v2.6.0
17+
| Package | Version |
18+
| ---------------------------------- | ------------------------ |
19+
| `@astrojs/rss` | `^2.4.3` `->` `^2.4.4` |
20+
| `@astrojs/sitemap` | `^1.3.3` `->` `^2.0.1` |
21+
| `@astrojs/tailwind` | `^3.1.3` `->` `^4.0.0` |
22+
| `astro` | `^2.6.3` `->` `^2.10.3` |
23+
| `astro-purgecss` | `^2.0.1` `->` `^2.3.0` |
24+
| `tailwindcss` | `^3.3.2` `->` `^3.3.3` |
25+
| `@commitlint/cli` | `^17.6.5` `->` `^17.6.7` |
26+
| `@commitlint/config-conventional` | `^17.6.5` `->` `^17.6.7` |
27+
| `@fontsource/ibm-plex-mono` | `^5.0.3` `->` `^5.0.8` |
28+
| `@iconify-json/bi` | `^1.1.17` `->` `^1.1.18` |
29+
| `@types/node` | `^20.2.1` `->` `^20.4.8` |
30+
| `@typescript-eslint/eslint-plugin` | `^5.59.11` `->` `^6.3.0` |
31+
| `@typescript-eslint/parser` | `^5.59.11` `->` `^6.3.0` |
32+
| `dayjs` | `^1.11.8` `->` `^1.11.9` |
33+
| `dotenv` | `^16.1.4` `->` `^16.3.1` |
34+
| `eslint` | `^8.42.0` `->` `^8.46.0` |
35+
| `eslint-plugin-astro` | `^0.27.1` `->` `^0.28.0` |
36+
| `sass` | `^1.63.3` `->` `^1.64.2` |
37+
| `satori` | `^0.10.1` `->` `^0.10.2` |
38+
| `typescript` | `^5.1.3` `->` `^5.1.6` |
39+
40+
Full Changelog: [v2.2.5...v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6)
2041

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

23-
- **deps:** update dependency astro to v2.5.7
44+
### Bug Fixes
2445

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

2748
### Code Refactoring
2849

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

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

54+
### Dependencies
55+
56+
| Package | Version |
57+
| ---------------------------------- | ------------------------- |
58+
| `@astrojs/sitemap` | `^1.3.2` `->` `^1.3.3` |
59+
| `astro` | `^2.5.6` `->` `2.6.3` |
60+
| `astro-compress` | `^1.1.46` `->` `^1.1.47` |
61+
| `@fontsource/ibm-plex-mono` | `^5.0.2` `->` `^5.0.3` |
62+
| `@iconify-json/bi` | `^1.1.16` `->` `^1.1.17` |
63+
| `@typescript-eslint/eslint-plugin` | `^5.59.8` `->` `^5.59.11` |
64+
| `@typescript-eslint/parser` | `^5.59.8` `->` `^5.59.11` |
65+
| `dayjs` | `^1.11.7` `->` `^1.11.8` |
66+
| `dotenv` | `^16.1.1` `->` `^16.1.4` |
67+
| `eslint` | `^8.41.0` `->` `^8.42.0` |
68+
| `sass` | `^1.62.1` `->` `^1.63.3` |
69+
| `satori` | `^0.9.1` `->` `^0.10.1` |
70+
| `typescript` | `^5.0.4` `->` `^5.1.3` |
71+
3372
Full Changelog: [v2.2.4...v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5)
3473

3574
## [v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4) (2023-05-31)

Diff for: package.json

+1-1
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.5",
5+
"version": "2.2.6",
66
"license": "MIT",
77
"packageManager": "[email protected]",
88
"scripts": {

0 commit comments

Comments
 (0)