Skip to content

Commit

Permalink
chore(release): v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacific-bot committed Aug 16, 2024
1 parent 4bef675 commit 45fb3ee
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,41 @@

## v0.18.0

[compare changes](https://github.com/Pacific-Agency/nuxt-utils/compare/v0.17.2...v0.18.0)

### 🚀 Улучшения

- ⚠️ Изменение ключа конфигурации на `nuxtUtils` ([39929b2](https://github.com/Pacific-Agency/nuxt-utils/commit/39929b2))
- Авторизация для `nuxt-open-fetch` ([#206](https://github.com/Pacific-Agency/nuxt-utils/pull/206))

### 🐞 Исправления

- **deps:** Обновление зависимостей ([#196](https://github.com/Pacific-Agency/nuxt-utils/pull/196))

### 💅 Рефактор кода

- Вынесение параметров авторизации в отдельную функцию ([7886d03](https://github.com/Pacific-Agency/nuxt-utils/commit/7886d03))
- Вынесение параметров модуля в интерфейс ([a0f5c78](https://github.com/Pacific-Agency/nuxt-utils/commit/a0f5c78))

### 📖 Документация

- Исправление цветов темы ([7bd583c](https://github.com/Pacific-Agency/nuxt-utils/commit/7bd583c))

### 🏡 Другие изменения

- Обновление зависимостей ([#205](https://github.com/Pacific-Agency/nuxt-utils/pull/205))
- Исправление типизации в `useSubmitForm` ([87bb8ac](https://github.com/Pacific-Agency/nuxt-utils/commit/87bb8ac))
- Исправление скрипта сборки проекта ([3b6b90b](https://github.com/Pacific-Agency/nuxt-utils/commit/3b6b90b))
- Типизация в `usePagination` ([9eb6bad](https://github.com/Pacific-Agency/nuxt-utils/commit/9eb6bad))

#### ⚠️ Breaking Changes

- ⚠️ Изменение ключа конфигурации на `nuxtUtils` ([39929b2](https://github.com/Pacific-Agency/nuxt-utils/commit/39929b2))

### ❤️ Contributors

- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))

## v0.17.2

[compare changes](https://github.com/Pacific-Agency/nuxt-utils/compare/v0.17.1...v0.17.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pacific-agency/nuxt-utils",
"version": "0.17.2",
"version": "0.18.0",
"description": "Утилиты Nuxt",
"repository": {
"type": "git",
Expand Down

0 comments on commit 45fb3ee

Please sign in to comment.