Skip to content

Commit 543f743

Browse files
Version Packages (#1262)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f8f6af commit 543f743

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/young-poems-poke.md

-6
This file was deleted.

packages/spectacle/CHANGELOG.md

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

3+
## 9.7.2
4+
5+
### Patch Changes
6+
7+
- Fixed print CSS for container components. Update PRR for docs. ([#1261](https://github.com/FormidableLabs/spectacle/pull/1261))
8+
39
## 9.7.1
410

511
### Patch 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.7.1",
3+
"version": "9.7.2",
44
"description": "ReactJS Powered Presentation Framework",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",

website/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# spectacle-docs
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Fixed print CSS for container components. Update PRR for docs. ([#1261](https://github.com/FormidableLabs/spectacle/pull/1261))
8+
39
## 0.1.0
410

511
### Minor Changes

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.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"engines": {
66
"node": "<18"

0 commit comments

Comments
 (0)