@doswiftly/cli 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0417ea6: Security: bumped `next` peer in `storefront-nextjs-shadcn` template from `^16.2.3` to `^16.2.6` to pull the latest patch with security fixes (4 advisories addressed: cache poisoning + middleware bypass classes). Affects newly scaffolded storefronts via `doswiftly init`. Existing projects: bump `next` to `^16.2.6` in your `package.json` and re-run `npm install`.
|
|
8
|
+
|
|
3
9
|
## 1.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED