Skip to content

Commit 6aee3c1

Browse files
committed
chore(release): v3.0.0-alpha.11
1 parent 0fe7600 commit 6aee3c1

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0-alpha.11
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.10...v3.0.0-alpha.11)
6+
7+
#### ⚠️ Breaking Changes
8+
9+
- **units:** ⚠️ When added or scaled, the best unit is found and applied to the all resulting quantities, potentially taking into account a user-defined unit system in the recipe frontmatter. Previously, the original unit was maintained or compatible units where possibly merging into metric units.
10+
11+
### 🚀 Enhancements
12+
13+
- Enhance handling of unit systems and cover metric, UK, US and JP units ([487cdcd](https://github.com/tmlmt/cooklang-parser/commit/487cdcd))
14+
- **units:** ⚠️ Improve unit system and quantity additions ([#95](https://github.com/tmlmt/cooklang-parser/pull/95))
15+
- Full-recipe unit conversion ([#97](https://github.com/tmlmt/cooklang-parser/pull/97))
16+
17+
### 🏡 Chore
18+
19+
- **vitest:** Do not run coverage by default ([fcd2302](https://github.com/tmlmt/cooklang-parser/commit/fcd2302))
20+
- **gitignore:** Ignore copilot instructions file ([8d73c9e](https://github.com/tmlmt/cooklang-parser/commit/8d73c9e))
21+
- **package:** Update test:ui script to include coverage ([333c902](https://github.com/tmlmt/cooklang-parser/commit/333c902))
22+
- **playground:** Remove passing of invalid prop in IngredientItem ([#96](https://github.com/tmlmt/cooklang-parser/pull/96))
23+
- **docs:** Move eslint-disable-next-line to the new right place ([288c1e9](https://github.com/tmlmt/cooklang-parser/commit/288c1e9))
24+
25+
### ❤️ Contributors
26+
27+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
28+
329
## v3.0.0-alpha.10
430

531
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.9...v3.0.0-alpha.10)

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.10",
3+
"version": "3.0.0-alpha.11",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <tom@tmlmt.com>",
66
"packageManager": "pnpm@10.21.0",

0 commit comments

Comments
 (0)