Skip to content

Commit

Permalink
chore: nuxt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed Nov 25, 2023
1 parent 9e6ac42 commit c9fcc81
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 50 deletions.
95 changes: 46 additions & 49 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
## 1.0.0-beta.2

[compare changes](https://github.com/Rock070/vue3-noti/compare/1.0.0-beta.1...main)

### πŸš€ Enhancements

- Change middle-top to top-middle, middle-bottom to bottom-middle ([#27](https://github.com/Rock070/vue3-noti/pull/27))
- Remove progress text ([#31](https://github.com/Rock070/vue3-noti/pull/31))
- **noti:** Add hook onClose ([#33](https://github.com/Rock070/vue3-noti/pull/33))
- **noti:** Change progress color to hsla ([#35](https://github.com/Rock070/vue3-noti/pull/35))
- **noti:** Transition fade in, fade out ([#37](https://github.com/Rock070/vue3-noti/pull/37))
- **noti:** Adjust style: transition, width, border-radius, RWD ([#38](https://github.com/Rock070/vue3-noti/pull/38))
- **nuxt:** Add nuxt module ([#39](https://github.com/Rock070/vue3-noti/pull/39))

### 🩹 Fixes

- **noti:** Fix mobile size toast offset, style ([#25](https://github.com/Rock070/vue3-noti/pull/25))

### πŸ’… Refactors

- **noti:** Migrate eventBus to inject & provider ([#34](https://github.com/Rock070/vue3-noti/pull/34))

### πŸ“– Documentation

- Getting started stackblitz link ([#24](https://github.com/Rock070/vue3-noti/pull/24))
- Update favicon, cover image and api interface ([#40](https://github.com/Rock070/vue3-noti/pull/40))

### πŸ“¦ Build

- Vitest/ui deps ([#30](https://github.com/Rock070/vue3-noti/pull/30))

### 🏑 Chore

- Publish script ([91c5cf0](https://github.com/Rock070/vue3-noti/commit/91c5cf0))

### βœ… Tests

- **noti:** Vitest, @vue/test-utils, one test case trigger noti, test ci ([#28](https://github.com/Rock070/vue3-noti/pull/28))
- **noti:** Initial options, type ([#36](https://github.com/Rock070/vue3-noti/pull/36))

### 🎨 Styles

- Modify class style to bem ([#32](https://github.com/Rock070/vue3-noti/pull/32))

### ❀️ Contributors

- Rock070 ([@Rock070](http://github.com/Rock070))

## 1.0.0-beta.1

Expand Down Expand Up @@ -74,52 +120,3 @@



## 1.0.0-beta.1...main

[compare changes](https://github.com/Rock070/vue3-noti/compare/1.0.0-beta.1...main)

### πŸš€ Enhancements

- Change middle-top to top-middle, middle-bottom to bottom-middle ([#27](https://github.com/Rock070/vue3-noti/pull/27))
- Remove progress text ([#31](https://github.com/Rock070/vue3-noti/pull/31))
- **noti:** Add hook onClose ([#33](https://github.com/Rock070/vue3-noti/pull/33))
- **noti:** Change progress color to hsla ([#35](https://github.com/Rock070/vue3-noti/pull/35))
- **noti:** Transition fade in, fade out ([#37](https://github.com/Rock070/vue3-noti/pull/37))
- **noti:** Adjust style: transition, width, border-radius, RWD ([#38](https://github.com/Rock070/vue3-noti/pull/38))
- **nuxt:** Add nuxt module ([#39](https://github.com/Rock070/vue3-noti/pull/39))

### 🩹 Fixes

- **noti:** Fix mobile size toast offset, style ([#25](https://github.com/Rock070/vue3-noti/pull/25))

### πŸ’… Refactors

- **noti:** Migrate eventBus to inject & provider ([#34](https://github.com/Rock070/vue3-noti/pull/34))

### πŸ“– Documentation

- Getting started stackblitz link ([#24](https://github.com/Rock070/vue3-noti/pull/24))
- Update favicon, cover image and api interface ([#40](https://github.com/Rock070/vue3-noti/pull/40))

### πŸ“¦ Build

- Vitest/ui deps ([#30](https://github.com/Rock070/vue3-noti/pull/30))

### 🏑 Chore

- Publish script ([91c5cf0](https://github.com/Rock070/vue3-noti/commit/91c5cf0))

### βœ… Tests

- **noti:** Vitest, @vue/test-utils, one test case trigger noti, test ci ([#28](https://github.com/Rock070/vue3-noti/pull/28))
- **noti:** Initial options, type ([#36](https://github.com/Rock070/vue3-noti/pull/36))

### 🎨 Styles

- Modify class style to bem ([#32](https://github.com/Rock070/vue3-noti/pull/32))

### ❀️ Contributors

- Rock070 ([@Rock070](http://github.com/Rock070))


2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue3-noti/nuxt",
"type": "module",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": false,
"description": "Nuxt3 Toast with Composition API",
"license": "MIT",
Expand Down

0 comments on commit c9fcc81

Please sign in to comment.