Skip to content

Commit

Permalink
Version Packages (#152)
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 8, 2024
1 parent 91e70e7 commit aa3a4b4
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/many-geckos-hunt.md

This file was deleted.

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

## 0.2.2

### Patch Changes

- [`91e70e72e1f3efe2db37e9de1e721eaabfd292bc`](https://github.com/delucis/astro-embed/commit/91e70e72e1f3efe2db37e9de1e721eaabfd292bc) Thanks [@delucis](https://github.com/delucis)! - Add additional `ui` keyword for better categorization in Astro’s integrations library

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-embed-link-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-community/astro-embed-link-preview",
"version": "0.2.1",
"version": "0.2.2",
"description": "Component to embed a website’s OpenGraph image and metadata on your Astro site",
"type": "module",
"exports": {
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.6

### Patch Changes

- [`91e70e72e1f3efe2db37e9de1e721eaabfd292bc`](https://github.com/delucis/astro-embed/commit/91e70e72e1f3efe2db37e9de1e721eaabfd292bc) Thanks [@delucis](https://github.com/delucis)! - Add additional `ui` keyword for better categorization in Astro’s integrations library

## 0.5.5

### 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.5",
"version": "0.5.6",
"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.10

### Patch Changes

- [`91e70e72e1f3efe2db37e9de1e721eaabfd292bc`](https://github.com/delucis/astro-embed/commit/91e70e72e1f3efe2db37e9de1e721eaabfd292bc) Thanks [@delucis](https://github.com/delucis)! - Add additional `ui` keyword for better categorization in Astro’s integrations library

## 0.3.9

### 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.9",
"version": "0.3.10",
"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.5

### Patch Changes

- [`91e70e72e1f3efe2db37e9de1e721eaabfd292bc`](https://github.com/delucis/astro-embed/commit/91e70e72e1f3efe2db37e9de1e721eaabfd292bc) Thanks [@delucis](https://github.com/delucis)! - Add additional `ui` keyword for better categorization in Astro’s integrations library

## 0.5.4

### 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.4",
"version": "0.5.5",
"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.4

### Patch Changes

- [`91e70e72e1f3efe2db37e9de1e721eaabfd292bc`](https://github.com/delucis/astro-embed/commit/91e70e72e1f3efe2db37e9de1e721eaabfd292bc) Thanks [@delucis](https://github.com/delucis)! - Add additional `ui` keyword for better categorization in Astro’s integrations library

- Updated dependencies [[`91e70e72e1f3efe2db37e9de1e721eaabfd292bc`](https://github.com/delucis/astro-embed/commit/91e70e72e1f3efe2db37e9de1e721eaabfd292bc)]:
- @astro-community/astro-embed-link-preview@0.2.2
- @astro-community/astro-embed-twitter@0.5.6
- @astro-community/astro-embed-youtube@0.5.5
- @astro-community/astro-embed-vimeo@0.3.10

## 0.7.3

### 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.3",
"version": "0.7.4",
"description": "Astro components to easily embed common media formats",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"homepage": "https://astro-embed.netlify.app/",
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.0",
"@astro-community/astro-embed-link-preview": "^0.2.2",
"@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"
"@astro-community/astro-embed-twitter": "^0.5.6",
"@astro-community/astro-embed-vimeo": "^0.3.10",
"@astro-community/astro-embed-youtube": "^0.5.5"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"
Expand Down

0 comments on commit aa3a4b4

Please sign in to comment.