Skip to content

Commit

Permalink
Version Packages (#1043)
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 Mar 5, 2025
1 parent 4b6d124 commit 32ae71a
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-papayas-greet.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/gasket-plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-fastify`

## 7.3.1

### Patch Changes

- 4b6d124: Removed accidental test devDep.

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-fastify",
"version": "7.3.0",
"version": "7.3.1",
"description": "Adds fastify support to your application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/gasket-preset-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@gasket/preset-api`

## 7.3.1

### Patch Changes

- Updated dependencies [4b6d124]
- @gasket/plugin-fastify@7.3.1
- @gasket/plugin-swagger@7.3.0

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-preset-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/preset-api",
"version": "7.3.0",
"version": "7.3.1",
"description": "Create Express-based API with Gasket",
"type": "module",
"main": "lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions scripts/generate-docs-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# generate-docs-index

## 7.3.1

### Patch Changes

- Updated dependencies [4b6d124]
- @gasket/plugin-fastify@7.3.1
- @gasket/plugin-manifest@7.3.0
- @gasket/plugin-middleware@7.3.0
- @gasket/plugin-nextjs@7.3.0
- @gasket/plugin-service-worker@7.3.0
- @gasket/plugin-swagger@7.3.0
- @gasket/plugin-workbox@7.3.0
- @gasket/preset-api@7.3.1

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-docs-index/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generate-docs-index",
"private": true,
"version": "7.3.0",
"version": "7.3.1",
"description": "Generate the overview index",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 32ae71a

Please sign in to comment.