Skip to content

Commit

Permalink
Version Packages (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 7, 2024
1 parent 78346ae commit ffe6b22
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/twenty-shoes-stare.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/astro-embed-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @astro-community/astro-embed-integration

## 0.7.2

### Patch Changes

- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5

- Updated dependencies [[`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec)]:
- @astro-community/astro-embed-twitter@0.5.5
- @astro-community/astro-embed-vimeo@0.3.9
- @astro-community/astro-embed-youtube@0.5.4

## 0.7.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/astro-embed-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-community/astro-embed-integration",
"version": "0.7.1",
"version": "0.7.2",
"description": "Astro integration to automatically convert URLs in Markdown files to embeds",
"type": "module",
"exports": {
Expand All @@ -23,9 +23,9 @@
"homepage": "https://astro-embed.netlify.app/integration",
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.0",
"@astro-community/astro-embed-twitter": "^0.5.4",
"@astro-community/astro-embed-vimeo": "^0.3.6",
"@astro-community/astro-embed-youtube": "^0.5.0",
"@astro-community/astro-embed-twitter": "^0.5.5",
"@astro-community/astro-embed-vimeo": "^0.3.9",
"@astro-community/astro-embed-youtube": "^0.5.4",
"@types/unist": "^2.0.0",
"astro-auto-import": "^0.4.2",
"unist-util-select": "^4.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-embed-twitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astro-community/astro-embed-twitter

## 0.5.5

### Patch Changes

- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-embed-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-community/astro-embed-twitter",
"version": "0.5.4",
"version": "0.5.5",
"description": "Component to easily embed Tweets on your Astro site",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-embed-vimeo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astro-community/astro-embed-vimeo

## 0.3.9

### Patch Changes

- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-embed-vimeo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-community/astro-embed-vimeo",
"version": "0.3.8",
"version": "0.3.9",
"description": "Component to easily embed Vimeo videos on your Astro site",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-embed-youtube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astro-community/astro-embed-youtube

## 0.5.4

### Patch Changes

- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-embed-youtube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-community/astro-embed-youtube",
"version": "0.5.3",
"version": "0.5.4",
"description": "Component to easily embed YouTube videos on your Astro site",
"type": "module",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/astro-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# astro-embed

## 0.7.3

### Patch Changes

- [#148](https://github.com/delucis/astro-embed/pull/148) [`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec) Thanks [@prototypa](https://github.com/prototypa)! - Adds support for Astro v5

- Updated dependencies [[`78346ae846925fa3ce90378d2f03c437620adcec`](https://github.com/delucis/astro-embed/commit/78346ae846925fa3ce90378d2f03c437620adcec)]:
- @astro-community/astro-embed-integration@0.7.2
- @astro-community/astro-embed-twitter@0.5.5
- @astro-community/astro-embed-vimeo@0.3.9
- @astro-community/astro-embed-youtube@0.5.4

## 0.7.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/astro-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-embed",
"version": "0.7.2",
"version": "0.7.3",
"description": "Astro components to easily embed common media formats",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"homepage": "https://astro-embed.netlify.app/",
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.0",
"@astro-community/astro-embed-integration": "^0.7.1",
"@astro-community/astro-embed-twitter": "^0.5.4",
"@astro-community/astro-embed-vimeo": "^0.3.7",
"@astro-community/astro-embed-youtube": "^0.5.0"
"@astro-community/astro-embed-integration": "^0.7.2",
"@astro-community/astro-embed-twitter": "^0.5.5",
"@astro-community/astro-embed-vimeo": "^0.3.9",
"@astro-community/astro-embed-youtube": "^0.5.4"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"
Expand Down

0 comments on commit ffe6b22

Please sign in to comment.