Skip to content

Commit 51b3a67

Browse files
committed
chore(release): v3.0.0-alpha.4
1 parent 5a51c06 commit 51b3a67

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v3.0.0-alpha.4
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.3...v3.0.0-alpha.4)
6+
7+
### 🩹 Fixes
8+
9+
- **playground:** Use absolute url on pre-release banner too ([4719ff9](https://github.com/tmlmt/cooklang-parser/commit/4719ff9))
10+
11+
### 📖 Documentation
12+
13+
- **playground:** Add color mode and improve header style ([844a00c](https://github.com/tmlmt/cooklang-parser/commit/844a00c))
14+
- **playground:** Improve color palette for dark mode ([0e4127c](https://github.com/tmlmt/cooklang-parser/commit/0e4127c))
15+
- **playground:** Propose better showcase recipe ([01c9032](https://github.com/tmlmt/cooklang-parser/commit/01c9032))
16+
- **playground:** Various rendering fixes ([7d46ece](https://github.com/tmlmt/cooklang-parser/commit/7d46ece))
17+
- Fix build by moving constants to a separate file and avoid bundler crash ([5a51c06](https://github.com/tmlmt/cooklang-parser/commit/5a51c06))
18+
19+
### ❤️ Contributors
20+
21+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
22+
323
## v3.0.0-alpha.3
424

525
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.2...v3.0.0-alpha.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tmlmt/cooklang-parser",
3-
"version": "3.0.0-alpha.3",
3+
"version": "3.0.0-alpha.4",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <[email protected]>",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)