Skip to content

Commit 069cad8

Browse files
Version Packages (#1255)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 51dbd8b commit 069cad8

10 files changed

+25
-32
lines changed

.changeset/gentle-berries-judge.md

-5
This file was deleted.

.changeset/heavy-impalas-stare.md

-5
This file was deleted.

.changeset/many-bobcats-brush.md

-5
This file was deleted.

.changeset/serious-seals-divide.md

-5
This file was deleted.

.changeset/swift-bears-grow.md

-5
This file was deleted.

.changeset/witty-gifts-cry.md

-5
This file was deleted.

packages/spectacle/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 9.7.0
4+
5+
### Minor Changes
6+
7+
- provide better error messages when useSteps or stepper components are used in the wrong context ([#1240](https://github.com/FormidableLabs/spectacle/pull/1240))
8+
9+
- feat: Add Image Slide Layouts: Vertical, Horizontal, ThreeUp, Fullbleed. ([#1221](https://github.com/FormidableLabs/spectacle/pull/1221))
10+
11+
### Patch Changes
12+
13+
- autoPlayLoop now works as intended ([#1239](https://github.com/FormidableLabs/spectacle/pull/1239))
14+
15+
- prevent theme.backdropStyle styles for background from being overridden ([#1231](https://github.com/FormidableLabs/spectacle/pull/1231))
16+
17+
- Fix lib babel output to correctly produce CommonJS and not ESM (see [#1250](https://github.com/FormidableLabs/spectacle/issues/1250)). ([#1251](https://github.com/FormidableLabs/spectacle/pull/1251))
18+
319
## 9.6.0
420

521
### Minor Changes

packages/spectacle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectacle",
3-
"version": "9.6.0",
3+
"version": "9.7.0",
44
"description": "ReactJS Powered Presentation Framework",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",

website/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# spectacle-docs
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Updated the order of the sidebar items. ([#1256](https://github.com/FormidableLabs/spectacle/pull/1256))

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectacle-docs",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"engines": {
66
"node": "<18"

0 commit comments

Comments
 (0)