Skip to content

Commit

Permalink
chore(release): v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenJPx2 committed May 13, 2024
1 parent b290a91 commit 34d9df4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
# Changelog


## v1.0.0-beta.0

[compare changes](https://github.com/stevenjpx2/nugget/compare/v0.3.1...v1.0.0-beta.0)

### 🚀 Enhancements

- ⚠️ Revitalize baked format ([39b5220](https://github.com/stevenjpx2/nugget/commit/39b5220))
- Finish new baked format ([b65c469](https://github.com/stevenjpx2/nugget/commit/b65c469))
- Finish custom bakes in config ([#2](https://github.com/stevenjpx2/nugget/pull/2))
- **createInfiniteMarquee:** Create composable ([804411a](https://github.com/stevenjpx2/nugget/commit/804411a))
- **directives:** Add new directives ([#6](https://github.com/stevenjpx2/nugget/pull/6))

### 🩹 Fixes

- **useLocomotive:** Have locomotive scroll in wrapper than in window ([2d72538](https://github.com/stevenjpx2/nugget/commit/2d72538))
- **useLocomotive, useInfiniteMarquee:** Locomotive types, infinite marquee implies child ([52c7fdb](https://github.com/stevenjpx2/nugget/commit/52c7fdb))

### 💅 Refactors

- More typesafety, multiple build type fixes ([b290a91](https://github.com/stevenjpx2/nugget/commit/b290a91))

### 📖 Documentation

- Update path ([91fceb5](https://github.com/stevenjpx2/nugget/commit/91fceb5))
- **roadmap:** Update roadmap ([bdcf1f8](https://github.com/stevenjpx2/nugget/commit/bdcf1f8))
- **directives:** Reorganize directives and update docs ([8964563](https://github.com/stevenjpx2/nugget/commit/8964563))

### 🏡 Chore

- **release:** V0.3.1 ([7dd4a4b](https://github.com/stevenjpx2/nugget/commit/7dd4a4b))
- Create FUNDING.yml ([73d35c5](https://github.com/stevenjpx2/nugget/commit/73d35c5))
- Update issue templates ([4696542](https://github.com/stevenjpx2/nugget/commit/4696542))
- **baked:** Types ([e84a397](https://github.com/stevenjpx2/nugget/commit/e84a397))

#### ⚠️ Breaking Changes

- ⚠️ Revitalize baked format ([39b5220](https://github.com/stevenjpx2/nugget/commit/39b5220))

### ❤️ Contributors

- Steven John ([@StevenJPx2](http://github.com/StevenJPx2))

## v0.3.1

[compare changes](https://github.com/stevenjpx2/nugget/compare/v0.3.0...v0.3.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdcn/nugget",
"version": "0.3.1",
"version": "1.0.0-beta.0",
"description": "A Nuxt module that enchances your animations ✨",
"repository": "stevenjpx2/nugget",
"license": "MIT",
Expand Down Expand Up @@ -58,4 +58,4 @@
"vitepress-extras": "^0.1.3",
"vitest": "^1.6.0"
}
}
}

0 comments on commit 34d9df4

Please sign in to comment.