From 34d9df48a4690829c66a827f8359cb10f724e5c9 Mon Sep 17 00:00:00 2001 From: Steven John Date: Mon, 13 May 2024 19:50:28 +0530 Subject: [PATCH] chore(release): v1.0.0-beta.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9f239..4a10bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b61aa69..ac73447 100644 --- a/package.json +++ b/package.json @@ -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", @@ -58,4 +58,4 @@ "vitepress-extras": "^0.1.3", "vitest": "^1.6.0" } -} +} \ No newline at end of file