diff --git a/.changeset/sour-buttons-allow.md b/.changeset/sour-buttons-allow.md deleted file mode 100644 index d1d64bb4b..000000000 --- a/.changeset/sour-buttons-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-avatax": patch ---- - -App will now use MANIFEST_APP_ID env variable to provide app ID in the manifest. This allows to set different ID in production, dev, staging envs allowing them to be installed at the same time diff --git a/apps/avatax/CHANGELOG.md b/apps/avatax/CHANGELOG.md index 4aee07438..83865e396 100644 --- a/apps/avatax/CHANGELOG.md +++ b/apps/avatax/CHANGELOG.md @@ -1,5 +1,11 @@ # app-avatax +## 1.10.9 + +### Patch Changes + +- 790ec961: App will now use MANIFEST_APP_ID env variable to provide app ID in the manifest. This allows to set different ID in production, dev, staging envs allowing them to be installed at the same time + ## 1.10.8 ### Patch Changes diff --git a/apps/avatax/package.json b/apps/avatax/package.json index 4b03b6b3d..6adbf8b30 100644 --- a/apps/avatax/package.json +++ b/apps/avatax/package.json @@ -1,6 +1,6 @@ { "name": "app-avatax", - "version": "1.10.8", + "version": "1.10.9", "scripts": { "build": "pnpm generate && next build", "check-types": "tsc --noEmit",