Skip to content

Commit

Permalink
Version Packages (#159)
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 27, 2024
1 parent bdaa3db commit a9991dc
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/calm-actors-hug.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/astro-embed-baseline-status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @astro-community/astro-embed-baseline-status

## 0.1.0

### Minor Changes

- [#156](https://github.com/delucis/astro-embed/pull/156) [`bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca`](https://github.com/delucis/astro-embed/commit/bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca) Thanks [@delucis](https://github.com/delucis)! - Adds new `<BaselineStatus>` component

This component displays the status of a web feature according to the [Baseline](https://web.dev/baseline/) project.
2 changes: 1 addition & 1 deletion packages/astro-embed-baseline-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astro-community/astro-embed-baseline-status",
"version": "0.0.1",
"version": "0.1.0",
"description": "Component to easily embed the Baseline status of a web feature on your Astro site",
"type": "module",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/astro-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# astro-embed

## 0.8.0

### Minor Changes

- [#156](https://github.com/delucis/astro-embed/pull/156) [`bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca`](https://github.com/delucis/astro-embed/commit/bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca) Thanks [@delucis](https://github.com/delucis)! - Adds new `<BaselineStatus>` component

This component displays the status of a web feature according to the [Baseline](https://web.dev/baseline/) project.

### Patch Changes

- Updated dependencies [[`bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca`](https://github.com/delucis/astro-embed/commit/bdaa3dba3be5f4f9d5da5ac4cf9f3ee65f402cca)]:
- @astro-community/astro-embed-baseline-status@0.1.0

## 0.7.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.8.0",
"description": "Astro components to easily embed common media formats",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://astro-embed.netlify.app/",
"dependencies": {
"@astro-community/astro-embed-baseline-status": "^0.0.1",
"@astro-community/astro-embed-baseline-status": "^0.1.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.6",
Expand Down

0 comments on commit a9991dc

Please sign in to comment.