Skip to content

Commit b1b6cd0

Browse files
Version Packages (#1259)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c066be commit b1b6cd0

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/modern-lobsters-sing.md

-6
This file was deleted.

packages/create-spectacle/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Setup NPM Provenance ([#1258](https://github.com/FormidableLabs/spectacle/pull/1258))
8+
39
## 0.3.0
410

511
### Minor Changes

packages/create-spectacle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-spectacle",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Project generator for Spectacle",
55
"main": "bin/cli.js",
66
"files": [

packages/spectacle/CHANGELOG.md

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

3+
## 9.7.1
4+
5+
### Patch Changes
6+
7+
- Setup NPM Provenance ([#1258](https://github.com/FormidableLabs/spectacle/pull/1258))
8+
39
## 9.7.0
410

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

0 commit comments

Comments
 (0)