Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.1 Release #393

Merged
merged 11 commits into from
May 6, 2024
Merged
5 changes: 5 additions & 0 deletions .changeset/early-kiwis-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": minor
---

Add support for `scriptModule` & `viewScriptModule` assets
5 changes: 5 additions & 0 deletions .changeset/neat-trees-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Feature: allow defining module script entrypoints via `moduleEntry` key in `package.json` decoupled from blocks
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@10up/babel-preset-default": "2.1.1",
"@10up/eslint-config": "4.0.0",
"@10up/stylelint-config": "3.0.0",
"10up-toolkit": "6.0.1",
"tenup-theme": "1.1.5-next.7",
"@10up/component-accordion": "2.1.5",
"@10up/library-ts-test": "2.1.5"
},
"changesets": [
"early-kiwis-arrive",
"neat-trees-roll",
"thin-geckos-sparkle"
]
}
5 changes: 5 additions & 0 deletions .changeset/thin-geckos-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": minor
---

Bundle PostCSS Global Data Plugin with default configuration
Loading
Loading