Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version packages #299

Merged
merged 1 commit into from
Feb 18, 2025
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
5 changes: 0 additions & 5 deletions .changeset/beige-wolves-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/blue-horses-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-cameras-invent.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-crews-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-bugs-cross.md

This file was deleted.

10 changes: 10 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eleventy-plugin-embed-everything-demo

## 2.0.1

### Patch Changes

- Add examples of Reels and TV to Instagram demo ([#305](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/305))

- Add support for embedding playlists ([#296](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/296))

- Add support for embedding Mastodon posts ([#307](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/307))

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-embed-everything-demo",
"version": "2.0.0",
"version": "2.0.1",
"description": "Eleventy site to demonstrate and test eleventy-plugin-embed-everything",
"private": true,
"type": "module",
Expand Down
19 changes: 19 additions & 0 deletions packages/everything/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# eleventy-plugin-embed-everything

## 1.20.0

### Minor Changes

- Add support for embedding Instagram Reels and TV embeds. (🏅 Special thanks to [@shellen](https://github.com/shellen)!) ([#303](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/303))

- Add support for embedding playlists ([#296](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/296))

- Add support for embedding Mastodon posts ([#307](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/307))

### Patch Changes

- Deduplicate list of active plugins when using the 'add' option ([#298](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/298))

- Updated dependencies [[`a38735a`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/a38735abd4096b1887653cd186e1fbffcb6adc62), [`139618f`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/139618f5f52fa8583d56535351652d4b3644bb39), [`43880b6`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/43880b67aaad724b1437b66d0c5f04a440d99289)]:
- [email protected]
- [email protected]
- [email protected]

## 1.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/everything/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-embed-everything",
"version": "1.19.0",
"version": "1.20.0",
"description": "An Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs",
"main": ".eleventy.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/instagram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eleventy-plugin-embed-instagram

## 1.3.0

### Minor Changes

- Add support for embedding Instagram Reels and TV embeds. (🏅 Special thanks to [@shellen](https://github.com/shellen)!) ([#303](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/303))

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-embed-instagram",
"version": "1.2.7",
"version": "1.3.0",
"description": "An Eleventy plugin to automatically embed Instagram photos and videos, using just their URLs.",
"keywords": [
"11ty",
Expand Down
7 changes: 7 additions & 0 deletions packages/mastodon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eleventy-plugin-embed-mastodon

## 1.0.0

### Major Changes

- Add support for embedding Mastodon posts ([#307](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/307))
2 changes: 1 addition & 1 deletion packages/mastodon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-embed-mastodon",
"version": "0.1.0",
"version": "1.0.0",
"description": "An Eleventy plugin to automatically embed Mastodon posts, using just their URLs.",
"keywords": [
"11ty",
Expand Down
6 changes: 6 additions & 0 deletions packages/youtube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eleventy-plugin-youtube-embed

## 1.12.0

### Minor Changes

- Add support for embedding playlists ([#296](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/296))

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/youtube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-youtube-embed",
"version": "1.11.0",
"version": "1.12.0",
"description": "An Eleventy plugin to automatically embed YouTube videos, using just their URLs.",
"keywords": [
"11ty",
Expand Down