create-ollie-shop 0.2.1 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > create-ollie-shop@0.2.1 build /home/runner/work/ollie-shop/ollie-shop/packages/create-ollie-shop
2
+ > create-ollie-shop@0.2.2 build /home/runner/work/ollie-shop/ollie-shop/packages/create-ollie-shop
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,4 +10,4 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/index.js 6.28 KB
13
- ESM ⚡️ Build success in 188ms
13
+ ESM ⚡️ Build success in 146ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-ollie-shop
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ee15034: Add automated E2E testing in CI/CD with develop and production environment support
8
+
3
9
  ## 0.2.1
4
10
 
5
11
  ### Patch Changes
@@ -8,7 +8,7 @@
8
8
  "@types/node": "^22.14.0",
9
9
  "@types/react": "^19.1.8",
10
10
  "@types/react-dom": "^19.1.1",
11
- "next": "^15.3.1",
11
+ "next": "^15.5.0",
12
12
  "react": "^19.0.0",
13
13
  "react-dom": "^19.0.0",
14
14
  "typescript": "^5.7.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ollie-shop",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "@types/node": "^22.14.0",
9
9
  "@types/react": "^19.1.8",
10
10
  "@types/react-dom": "^19.1.1",
11
- "next": "^15.3.1",
11
+ "next": "^15.5.0",
12
12
  "react": "^19.0.0",
13
13
  "react-dom": "^19.0.0",
14
14
  "typescript": "^5.7.3",