Skip to content

Commit 638c808

Browse files
Version Packages (#1320)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ae4928d commit 638c808

File tree

8 files changed

+18
-22
lines changed

8 files changed

+18
-22
lines changed

.changeset/cold-hairs-design.md

-5
This file was deleted.

.changeset/four-trainers-fly.md

-5
This file was deleted.

.changeset/funny-frogs-drop.md

-5
This file was deleted.

.changeset/tasty-apes-deny.md

-5
This file was deleted.

packages/spectacle-mdx-loader/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- security update: bump loader-utils to 2.0.4 ([#1321](https://github.com/FormidableLabs/spectacle/pull/1321))
8+
9+
- security update: bump loader-utils to 1.4.2 ([#1294](https://github.com/FormidableLabs/spectacle/pull/1294))
10+
311
## 0.1.1
412

513
- Update to `spectacle@6`.

packages/spectacle-mdx-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectacle-mdx-loader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Webpack MDX loader for Spectacle presentations",
55
"main": "src/index.js",
66
"engines": {

packages/spectacle/CHANGELOG.md

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

3+
## 10.1.8
4+
5+
### Patch Changes
6+
7+
- security update: increment ts-jest and babel/core ([#1321](https://github.com/FormidableLabs/spectacle/pull/1321))
8+
9+
- security update: update query-string to fix decode-uri-component vulnerability in 0.2.0 ([#1319](https://github.com/FormidableLabs/spectacle/pull/1319))
10+
311
## 10.1.7
412

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

0 commit comments

Comments
 (0)