Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/young-poems-poke.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/spectacle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.7.2

### Patch Changes

- Fixed print CSS for container components. Update PRR for docs. ([#1261](https://github.com/FormidableLabs/spectacle/pull/1261))

## 9.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spectacle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectacle",
"version": "9.7.1",
"version": "9.7.2",
"description": "ReactJS Powered Presentation Framework",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# spectacle-docs

## 0.1.1

### Patch Changes

- Fixed print CSS for container components. Update PRR for docs. ([#1261](https://github.com/FormidableLabs/spectacle/pull/1261))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectacle-docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"engines": {
"node": "<18"
Expand Down