Skip to content

Commit 504190c

Browse files
committed
chore(release): v0.0.18
1 parent 28c656d commit 504190c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.0.18
4+
5+
[compare changes](https://github.com/kiriminaja/shopify-app-nuxt/compare/v0.0.17...v0.0.18)
6+
7+
### 🚀 Enhancements
8+
9+
- Enhance ShUiTitleBar and ShUiSaveBar components with typed action props ([7c34ecd](https://github.com/kiriminaja/shopify-app-nuxt/commit/7c34ecd))
10+
11+
### 🩹 Fixes
12+
13+
- Handle BotActivityDetected error in auth callback and improve session token validation ([28c656d](https://github.com/kiriminaja/shopify-app-nuxt/commit/28c656d))
14+
15+
### 💅 Refactors
16+
17+
- Remove Polaris types and introduce PolarisIcon type ([3ad9cdf](https://github.com/kiriminaja/shopify-app-nuxt/commit/3ad9cdf))
18+
19+
### ❤️ Contributors
20+
21+
- Yanuar Aditia ([@ngalor](https://github.com/ngalor))
22+
323
## v0.0.17
424

525
[compare changes](https://github.com/kiriminaja/shopify-app-nuxt/compare/v0.0.16...v0.0.17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify-app-nuxt",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Nuxt module for building Shopify apps — authentication, webhooks, billing, Polaris components, and App Bridge integration",
55
"repository": "kiriminaja/shopify-app-nuxt",
66
"homepage": "https://shopify-app-nuxt.vercel.app",

0 commit comments

Comments
 (0)