Skip to content

Commit

Permalink
RELEASING: [email protected] (#621)
Browse files Browse the repository at this point in the history
Releases:
  [email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 1, 2024
1 parent fb6d665 commit b2bbf09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-keys-type.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astro-webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# astro-webhooks

## 0.0.1

### Patch Changes

- [#620](https://github.com/codiume/orbit/pull/620) [`fb6d665`](https://github.com/codiume/orbit/commit/fb6d6657c8a3b41624f53c0065600fcdf181215d) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Add [astro-webhooks] package
13 changes: 10 additions & 3 deletions packages/astro-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "astro-webhooks",
"description": "Receive webhooks in Astro apps",
"version": "0.0.0",
"version": "0.0.1",
"homepage": "https://github.com/codiume/orbit",
"bugs": "https://github.com/codiume/orbit/issues",
"author": "codiume",
"license": "MIT",
"keywords": ["astro", "astro-integration", "astro-webhooks", "webhooks"],
"keywords": [
"astro",
"astro-integration",
"astro-webhooks",
"webhooks"
],
"repository": {
"type": "git",
"url": "https://github.com/codiume/orbit.git",
Expand All @@ -22,7 +27,9 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"import": {
Expand Down

0 comments on commit b2bbf09

Please sign in to comment.