Skip to content

Commit

Permalink
ci: release (#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 Dec 21, 2024
1 parent 743512a commit 934ca3c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-bears-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-gifts-shout.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astro-loader-github-prs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-loader-github-prs

## 1.1.1

### Patch Changes

- Use UTC methods in date calculations for consistency ([`0e0ca6f`](https://github.com/lin-stephanie/astro-loaders/commit/0e0ca6ff59b1183337816980dbdcfab0621430fb))

## 1.1.0

### Minor Changes ([`25f92a8`](https://github.com/lin-stephanie/astro-loaders/commit/25f92a8c2f159336ef8be4bbfe1ed72c33219cfe))
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-loader-github-prs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-loader-github-prs",
"version": "1.1.0",
"version": "1.1.1",
"description": "Astro loader for loading GitHub pull requests with a search query.",
"author": "Stephanie Lin <norwaywoods047@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 7 additions & 1 deletion packages/astro-loader-github-releases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# astro-loader-github-releases

## 1.4.1

### Patch Changes

- Use UTC methods in date calculations for consistency ([`0e0ca6f`](https://github.com/lin-stephanie/astro-loaders/commit/0e0ca6ff59b1183337816980dbdcfab0621430fb))

## 1.4.0

### Minor Changes ([`38cf8fc`](https://github.com/lin-stephanie/astro-loaders/commit/38cf8fced10c91476e9475fd40f6df51f86cf121))

- In `userCommit` mode, add `repoOwner` field and renamed `repoName` to `repoNameWithOwner` (the original `repoName` only represented the repository name).
- In `userCommit` mode, add `repoOwner` field and renamed `repoName` to `repoNameWithOwner` (the original `repoName` only represented the repository name).
- In `repoList` mode, add `versionNum` and `repoOwner` fields.
- In `repoList` mode, when configured with `entryReturnType: 'byRepository'`, support returning the `<Content />` component via `render(entry)` to render the published content.
- Errors no longer force the entire Astro project to terminate.
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-loader-github-releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-loader-github-releases",
"version": "1.4.0",
"version": "1.4.1",
"description": "Astro loader for loading GitHub releases from a user's commit history or a list of repositories.",
"author": "Stephanie Lin <norwaywoods047@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-loader-tweets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-loader-tweets

## 1.2.3

### Patch Changes

- Refine handling for `linkTextType: 'domain-path'` ([`743512a`](https://github.com/lin-stephanie/astro-loaders/commit/743512a5722d4ab33b795f8ceb57977ee3b398c1))

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-loader-tweets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-loader-tweets",
"version": "1.2.2",
"version": "1.2.3",
"description": "Astro loader for loading tweets by ID.",
"author": "Stephanie Lin <norwaywoods047@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 934ca3c

Please sign in to comment.