Skip to content

Commit 3b2db70

Browse files
committed
chore(release): v0.0.17
1 parent 807efd4 commit 3b2db70

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.0.17
4+
5+
[compare changes](https://github.com/kiriminaja/shopify-app-nuxt/compare/v0.0.16...v0.0.17)
6+
7+
### 🚀 Enhancements
8+
9+
- Implement centralized logging for App Bridge and OAuth callback ([72795e5](https://github.com/kiriminaja/shopify-app-nuxt/commit/72795e5))
10+
- Add middleware and types documentation for Shopify authentication ([39863fc](https://github.com/kiriminaja/shopify-app-nuxt/commit/39863fc))
11+
- Add CopyCodeInput component for easy code copying ([eb1efb2](https://github.com/kiriminaja/shopify-app-nuxt/commit/eb1efb2))
12+
- Add component prefix and rename ShopifyAppProvider as ShApp ([2954fee](https://github.com/kiriminaja/shopify-app-nuxt/commit/2954fee))
13+
14+
### 💅 Refactors
15+
16+
- Remove logger usage and replace with console methods in app-bridge and auth-callback ([b4fae65](https://github.com/kiriminaja/shopify-app-nuxt/commit/b4fae65))
17+
18+
### 🏡 Chore
19+
20+
- Update TypeScript version to 5 and remove storefront API client dependency ([807efd4](https://github.com/kiriminaja/shopify-app-nuxt/commit/807efd4))
21+
22+
### ❤️ Contributors
23+
24+
- Yanuar Aditia ([@ngalor](https://github.com/ngalor))
25+
326
## v0.0.16
427

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

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.16",
3+
"version": "0.0.17",
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)