Skip to content

Commit b4445ed

Browse files
Version Packages (#1264)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent abc2cb9 commit b4445ed

File tree

6 files changed

+946
-3570
lines changed

6 files changed

+946
-3570
lines changed

.changeset/beige-cooks-push.md

-8
This file was deleted.

packages/spectacle/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- Added support for App Dir and SSR. Updated doc examples. ([#1263](https://github.com/FormidableLabs/spectacle/pull/1263))
8+
Added default template component containing the full screen and animated progress indicator.
9+
Set peer dependency on React to v18
10+
311
## 9.7.2
412

513
### Patch Changes

packages/spectacle/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectacle",
3-
"version": "9.7.2",
3+
"version": "10.0.0",
44
"description": "ReactJS Powered Presentation Framework",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",
@@ -78,7 +78,10 @@
7878
},
7979
"wireit": {
8080
"build": {
81-
"dependencies": [ "build:lib", "build:dist" ]
81+
"dependencies": [
82+
"build:lib",
83+
"build:dist"
84+
]
8285
},
8386
"build:lib": {
8487
"command": "nps tsup",

0 commit comments

Comments
 (0)