@@ -4,32 +4,71 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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 ) .
6
6
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 )
8
8
9
9
### Bug Fixes
10
10
11
- - wrong github environment url
12
-
13
- - ** deps:** update dependency astro to v2.6.3
11
+ - ** github-workflow:** update parameter name
14
12
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 )
16
14
17
- - ** deps: ** update dependency astro to v2.6.1
15
+ ### Dependencies
18
16
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 )
20
41
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)
22
43
23
- - ** deps: ** update dependency astro to v2.5.7
44
+ ### Bug Fixes
24
45
25
- - ** deps :** update dependency [ @ astrojs ] ( https:// github.com/astrojs ) /sitemap to ^1.3.3
46
+ - ** github-workflow :** wrong github environment url
26
47
27
48
### Code Refactoring
28
49
29
50
- ** github-workflow:** apply GitHub Actions from ghacts
30
51
31
52
- ** github-workflow:** apply GitHub Actions from ghacts/gitflow
32
53
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
+
33
72
Full Changelog: [ v2.2.4...v2.2.5] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5 )
34
73
35
74
## [ v2.2.4] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4 ) (2023-05-31)
0 commit comments