Skip to content

Commit

Permalink
Merge pull request #97 from noelforte/changeset-release/beta
Browse files Browse the repository at this point in the history
[ci] release (beta)
  • Loading branch information
noelforte authored Dec 10, 2024
2 parents 64e11a9 + 7a4ea06 commit 6f2eed3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"initialVersions": {
"eleventy-plugin-vento": "4.1.0"
},
"changesets": []
"changesets": [
"khaki-mirrors-dream",
"many-grapes-hug",
"plenty-taxis-remember",
"renames"
]
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# eleventy-plugin-vento

## 4.1.1-beta.0

### Patch Changes

- 335f21e: Select type updates (shouldn't affect compilation, however should improve DX)

Changes are:

- split types into separate files
- namespace `ventojs` type imports
- make `PluginOptions` optional by default
- make Eleventy types more readable
- declare a special (`EleventyVentoEnvironment`) for this plugin to replace Vento's own `Environment`

- 9eaa059: Update `debug` to v4.4.0
- f387b5e: Update `ventojs` to v1.12.13
- 070109a: Refactored files and functions internally that shouldn't have any impact on usage or performance:

- Split `debug` functions into separate exports, renamed `runCompatiblityCheck -> compatibilityCheck` (dd4c379b)
- Utilities are now split into separate files (e06a83ab)
- Main file renamed from `index.ts` to `plugin.ts` (1b122d2a)

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-vento",
"version": "4.1.0",
"version": "4.1.1-beta.0",
"description": "Adds support for the Vento templating language to Eleventy.",
"type": "module",
"engines": {
Expand Down

0 comments on commit 6f2eed3

Please sign in to comment.