Skip to content

Commit

Permalink
Version Packages (#94)
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 Jan 11, 2024
1 parent 0f39fa6 commit c3d9e11
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-spoons-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-worms-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-vans-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-poets-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-masks-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-rice-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-eels-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-lobsters-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-singers-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-ties-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-eyes-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dryers-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-bears-occur.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# fuse

## 0.10.0

### Minor Changes

- 2b4073e: Add a standalone version to fuse, this will support running `fuse dev` and `fuse build --adapter node|cloudflare|lambda`
- 477e25c: Make it easier to debug issues with our default document-cache
- c1cccad: Add option to override the `UserContext` type
- d97175a: Export the fuse standalone `/client` from `fuse/client.ts`
- 3d36c57: Implement scope-based authorization model for `fuse`

### Patch Changes

- 335e251: Disallow specifying `key` when `id` is present in the `generic` and enforce when we are missing an `id` property
- 59979fc: Remove log from list-plugin
- 512f411: Avoid starting two codegen processes when reloading next-config
- a9b551b: Respect src dir during codegen
- 0543d93: Improve built-in key type
- 7992a9f: Run authorization on the type-level

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuse",
"version": "0.9.0",
"version": "0.10.0",
"description": "The magical GraphQL framework",
"homepage": "https://github.com/StellateHQ/fuse.js",
"bugs": "https://github.com/StellateHQ/fuse.js/issues",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-fuse-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-fuse-app

## 0.4.0

### Minor Changes

- 2b4073e: Add support for generating a fuse-app without being in Next.JS

### Patch Changes

- 0a58c27: Check for `src` when looking for the `/app` directory

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fuse-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fuse-app",
"version": "0.3.0",
"version": "0.4.0",
"description": "The magical GraphQL framework",
"homepage": "https://github.com/StellateHQ/fuse.js",
"bugs": "https://github.com/StellateHQ/fuse.js/issues",
Expand Down

1 comment on commit c3d9e11

@vercel
Copy link

@vercel vercel bot commented on c3d9e11 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spacex-fuse – ./examples/spacex

spacex-fuse-git-main-stellate.vercel.app
spacex-fuse.vercel.app
spacex-fuse-stellate.vercel.app

Please sign in to comment.