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 #247

Merged
merged 1 commit into from
Sep 3, 2024
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
7 changes: 0 additions & 7 deletions .changeset/bright-penguins-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-jeans-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-meals-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-dragons-float.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- Add OpenStreetMap support ([#250](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/250))

## 1.0.2

### 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": "1.0.2",
"version": "1.0.3",
"description": "Eleventy site to demonstrate and test eleventy-plugin-embed-everything",
"private": true,
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/everything/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eleventy-plugin-embed-everything

## 1.19.0

### Minor Changes

- Add OpenStreetMap support ([#250](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/250))

### Patch Changes

- Updated dependencies [[`629863458e440dc8672cb2892ad9085469a749ee`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/629863458e440dc8672cb2892ad9085469a749ee), [`8f69a481bd74df7cc382ef146a1e957bd09e32d5`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/8f69a481bd74df7cc382ef146a1e957bd09e32d5), [`b79b105990e4c286883b1c5e6e552a6b33785124`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/b79b105990e4c286883b1c5e6e552a6b33785124), [`c0389e47befc11ffc87a4fc09f7ec1a59bdbd552`](https://github.com/gfscott/eleventy-plugin-embed-everything/commit/c0389e47befc11ffc87a4fc09f7ec1a59bdbd552)]:
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.18.2

### Patch 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.18.2",
"version": "1.19.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
7 changes: 7 additions & 0 deletions packages/openstreetmap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eleventy-plugin-embed-openstreetmap

## 1.0.0

### Major Changes

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

## 1.2.8

### Patch Changes

- Bump @11ty/eleventy-fetch to v4.0.1 ([#245](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/245))

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soundcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-embed-soundcloud",
"version": "1.2.7",
"version": "1.2.8",
"description": "An Eleventy plugin to automatically embed SoundCloud players, using just their URLs.",
"keywords": [
"11ty",
Expand Down
6 changes: 6 additions & 0 deletions packages/twitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eleventy-plugin-embed-twitter

## 1.4.1

### Patch Changes

- Bump @11ty/eleventy-fetch to v4.0.1 ([#245](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/245))

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-embed-twitter",
"version": "1.4.0",
"version": "1.4.1",
"description": "An Eleventy plugin to automatically embed Tweets, using just their URLs.",
"keywords": [
"11ty",
Expand Down
12 changes: 12 additions & 0 deletions packages/youtube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eleventy-plugin-youtube-embed

## 1.11.0

### Minor Changes

- Add lite-mode options for thumbnail format and YouTube JS API access ([#248](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/248))

### Patch Changes

- Bump @11ty/eleventy-fetch to v4.0.1 ([#245](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/245))

- Bump lite-youtube-embed dependency ([#283](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/283))

## 1.10.2

### Patch 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.10.2",
"version": "1.11.0",
"description": "An Eleventy plugin to automatically embed YouTube videos, using just their URLs.",
"keywords": [
"11ty",
Expand Down