From 9b8d73a2ea5b3c26a06a56e48b7a767ac1b8dbd6 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Tue, 20 May 2025 11:44:42 -0400 Subject: [PATCH] update changelog / gitignore for 3.0.0-alpha.13 --- .gitignore | 4 ---- docs/docs/resources/changelog.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b5bb02845..d9ada838c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,8 @@ _site .cache .DS_Store -package.json -package-lock.json dist/ dist-cdn/ -docs/public/pagefind node_modules src/react -.astro cdn/ diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index a48070f03..e06545865 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -12,7 +12,7 @@ Components with the Experimental bad During the alpha period, things might break! We take breaking changes very seriously, but sometimes they're necessary to make the final product that much better. We appreciate your patience! ::: -## Next +## 3.0.0-alpha.13 - 🚨 BREAKING: Renamed `` to `` and improved compatibility for non-image content - 🚨 BREAKING: Added slot detection to `` and `` so you don't need to specify `with-header` and `with-footer`; headers are on by default now, but you can use the `without-header` attribute to turn them off @@ -308,4 +308,4 @@ Here's a list of some of the things that have changed since Shoelace v2. For que Did we miss something? [Let us know!](https://github.com/shoelace-style/webawesome-alpha/discussions) -Are you coming from Shoelace? [The 2.x changelog can be found here.](https://shoelace.style/resources/changelog/) +Are you coming from Shoelace? [The 2.x changelog can be found here.](https://shoelace.style/resources/changelog/) \ No newline at end of file