Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"changesets": [
"curvy-mammals-hope",
"evil-pumas-yell",
"fallow-dead-exports",
"few-waves-yell",
"giant-hornets-shout",
"grumpy-streets-stop",
Expand All @@ -54,7 +55,9 @@
"mighty-ears-bet",
"polite-hornets-jam",
"rotten-masks-pay",
"slimy-hands-relax",
"spicy-buttons-learn",
"spinner-error-context",
"thin-rockets-listen",
"weak-foxes-prove"
]
Expand Down
9 changes: 9 additions & 0 deletions packages/create-gasket-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `create-gasket-app`

## 8.0.0-next.3

### Patch Changes

- a0a6713: remove dead exports flagged by fallow
- f930b6d: fix spinner error stacks recorded on create context, not wrapper args
- Updated dependencies [a0a6713]
- @gasket/core@8.0.0-next.3

## 8.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gasket-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gasket-app",
"version": "8.0.0-next.2",
"version": "8.0.0-next.3",
"description": "starter pack for creating a gasket app",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/core`

## 8.0.0-next.3

### Patch Changes

- a0a6713: remove dead exports flagged by fallow

## 8.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/core",
"version": "8.0.0-next.2",
"version": "8.0.0-next.3",
"description": "Entry point to setting up Gasket instances",
"type": "module",
"types": "lib/index.d.ts",
Expand Down
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`

## 8.0.0-next.4

### Patch Changes

- a0a6713: remove dead exports flagged by fallow

## 8.0.0-next.3

### Patch 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": "8.0.0-next.3",
"version": "8.0.0-next.4",
"description": "Adds fastify support to your application",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-plugin-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@gasket/plugin-nextjs`

## 8.0.0-next.5

### Patch Changes

- a0a6713: remove dead exports flagged by fallow

## 8.0.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/plugin-nextjs",
"version": "8.0.0-next.4",
"version": "8.0.0-next.5",
"description": "Adds Next support to your application",
"type": "module",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-template-api-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.0.0-next.4

### Patch Changes

- fc2c954: regen lockfiles

## 8.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-template-api-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/template-api-express",
"version": "8.0.0-next.3",
"version": "8.0.0-next.4",
"description": "Gasket API template for Express",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-template-api-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.0.0-next.5

### Patch Changes

- fc2c954: regen lockfiles

## 8.0.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-template-api-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/template-api-fastify",
"version": "8.0.0-next.4",
"version": "8.0.0-next.5",
"description": "Gasket API template for Fastify",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-template-nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.0.0-next.4

### Patch Changes

- fc2c954: regen lockfiles

## 8.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-template-nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/template-nextjs-app",
"version": "8.0.0-next.3",
"version": "8.0.0-next.4",
"description": "Gasket Next.js App Router template",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-template-nextjs-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.0.0-next.4

### Patch Changes

- fc2c954: regen lockfiles

## 8.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-template-nextjs-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/template-nextjs-express",
"version": "8.0.0-next.3",
"version": "8.0.0-next.4",
"description": "Gasket Next.js Pages Router template with Express",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gasket-template-nextjs-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 8.0.0-next.4

### Patch Changes

- fc2c954: regen lockfiles

## 8.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gasket-template-nextjs-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gasket/template-nextjs-pages",
"version": "8.0.0-next.3",
"version": "8.0.0-next.4",
"description": "Gasket Next.js Pages Router template",
"type": "module",
"files": [
Expand Down