Skip to content

Commit bdd1d6e

Browse files
committed
chore: revert package version to 1.0.0-rc.1
1 parent becbce6 commit bdd1d6e

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Changelog
22

3-
## v1.0.1
4-
5-
[compare changes](https://github.com/kiriminaja/shopify-app-nuxt/compare/v1.0.0...v1.0.1)
6-
7-
## v1.0.0
3+
## v1.0.1-rc.1
84

95
[compare changes](https://github.com/kiriminaja/shopify-app-nuxt/compare/v0.0.27...v1.0.0)
106

@@ -439,7 +435,7 @@
439435
### 🩹 Fixes
440436

441437
- Update repository field in package.json to correct owner ([ac03fcb](https://github.com/kiriminaja/shopify-app-nuxt/commit/ac03fcb))
442-
- Correct variable name from 'payload' to '_payload' in webhook handler ([b66c4f8](https://github.com/kiriminaja/shopify-app-nuxt/commit/b66c4f8))
438+
- Correct variable name from 'payload' to '\_payload' in webhook handler ([b66c4f8](https://github.com/kiriminaja/shopify-app-nuxt/commit/b66c4f8))
443439

444440
### 💅 Refactors
445441

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": "1.0.1",
3+
"version": "1.0.0-rc.1",
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)