Skip to content

Commit

Permalink
Version Packages (#21)
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 19, 2022
1 parent 3e29cca commit a55a8d7
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-wombats-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-coins-cry.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- Updated dependencies [[`6694f6a`](https://github.com/astro-community/astro-embed/commit/6694f6abbdc5f36a3a587071727b14207731d725), [`719e685`](https://github.com/astro-community/astro-embed/commit/719e6859a1cc49a6a0441942d62882ec683dff5d)]:
- @astro-community/astro-embed-youtube@0.2.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "0.1.2",
"description": "Astro integration to automatically convert URLs in Markdown files to embeds",
"type": "module",
"exports": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@astro-community/astro-embed-twitter": "^0.1.0",
"@astro-community/astro-embed-vimeo": "^0.1.0",
"@astro-community/astro-embed-youtube": "^0.1.2",
"@astro-community/astro-embed-youtube": "^0.2.0",
"unist-util-select": "^4.0.1"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/astro-embed-youtube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @astro-community/astro-embed-youtube

## 0.2.0

### Minor Changes

- [`719e685`](https://github.com/astro-community/astro-embed/commit/719e6859a1cc49a6a0441942d62882ec683dff5d) Thanks [@delucis](https://github.com/delucis)! - Switch to using a hoisted import for YouTube custom element

### Patch Changes

- [`6694f6a`](https://github.com/astro-community/astro-embed/commit/6694f6abbdc5f36a3a587071727b14207731d725) Thanks [@delucis](https://github.com/delucis)! - Fix type error in YouTube component

## 0.1.2

### 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.1.2",
"version": "0.2.0",
"description": "Component to easily embed YouTube videos on your Astro site",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-embed

## 0.1.3

### Patch Changes

- Updated dependencies [[`6694f6a`](https://github.com/astro-community/astro-embed/commit/6694f6abbdc5f36a3a587071727b14207731d725), [`719e685`](https://github.com/astro-community/astro-embed/commit/719e6859a1cc49a6a0441942d62882ec683dff5d)]:
- @astro-community/astro-embed-youtube@0.2.0
- @astro-community/astro-embed-integration@0.1.2

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "0.1.3",
"description": "Astro components to easily embed common media formats",
"type": "module",
"exports": {
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"homepage": "https://github.com/astro-community/astro-embed/tree/main/packages/astro-embed#readme",
"dependencies": {
"@astro-community/astro-embed-integration": "^0.1.1",
"@astro-community/astro-embed-integration": "^0.1.2",
"@astro-community/astro-embed-twitter": "^0.1.3",
"@astro-community/astro-embed-vimeo": "^0.1.0",
"@astro-community/astro-embed-youtube": "^0.1.2"
"@astro-community/astro-embed-youtube": "^0.2.0"
},
"peerDependencies": {
"astro": "^1.0.0-beta.10"
Expand Down

0 comments on commit a55a8d7

Please sign in to comment.