Merge pull request 'Chore/release v0.1.0' (#2) from chore/release-v0.1.0 into main
CI / verify (push) Successful in 27s
CI / e2e (push) Successful in 25s
CI / publish (push) Failing after 20s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-07-01 07:52:21 +00:00
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -13,3 +13,4 @@ logs_llm/
*.md
!README.md
!CHANGELOG.md
+10
View File
@@ -0,0 +1,10 @@
# Changelog
Entries are derived from [Conventional Commits](https://www.conventionalcommits.org)
at each `v*` release tag.
## [Unreleased]
## [0.1.0] - 2026-07-01
- Initial core (`createCarousel`), `dots()` fallback, `autoplay()`, and `carousel.css`.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ilia/carousel",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"sideEffects": [
"*.css"