@osdk/create-app 2.2.0-beta.6 → 2.2.0-beta.8

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,17 @@
1
1
  # @osdk/create-app
2
2
 
3
+ ## 2.2.0-beta.8
4
+
5
+ ### Minor Changes
6
+
7
+ - 770ec64: Drop Next.js templates
8
+
9
+ ## 2.2.0-beta.7
10
+
11
+ ### Minor Changes
12
+
13
+ - 21e33a5: Upgrade consola to 3.4.0
14
+
3
15
  ## 2.2.0-beta.6
4
16
 
5
17
  ## 2.2.0-beta.5
package/README.md CHANGED
@@ -41,8 +41,7 @@ npx @osdk/create-app [project] [--<option>]
41
41
 
42
42
  ## Templates
43
43
 
44
- | Template name | Description |
45
- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
46
- | react | [React](https://react.dev/) with [Vite](https://vitejs.dev/guide/why.html) |
47
- | vue | [Vue](https://vuejs.org/) with [Vite](https://vitejs.dev/guide/why.html) |
48
- | next-static-export | [Next.js](https://nextjs.org/) with [static export](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports) |
44
+ | Template name | Description |
45
+ | ------------- | -------------------------------------------------------------------------- |
46
+ | react | [React](https://react.dev/) with [Vite](https://vitejs.dev/guide/why.html) |
47
+ | vue | [Vue](https://vuejs.org/) with [Vite](https://vitejs.dev/guide/why.html) |