Skip to content

Commit 0ed2383

Browse files
chore: version packages (#833)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - 3552ff0: modifies gram auth so it respects current project context on the initial auth and sets that as defaultProjectSlug ## [email protected] ### Patch Changes - 3552ff0: modifies gram auth so it respects current project context on the initial auth and sets that as defaultProjectSlug - d9f4980: Fix onboarding steps to use `npm run` prefix ## [email protected] ### Patch Changes - d445fa1: Modified the function reaping process to reduce noise in user deployment logs by suppressing routine informational messages. - d445fa1: Updated the database query to list reapable fly apps so that it can be scoped to a specific project ID. This allows project-scoped reaping. Previously, the project-scoped reaper was not passing the project ID to the query and it was acting as a global reaper. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 447b017 commit 0ed2383

File tree

10 files changed

+23
-24
lines changed

10 files changed

+23
-24
lines changed

.changeset/curvy-camels-allow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/lucky-corners-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-ties-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-beans-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cli
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- 3552ff0: modifies gram auth so it respects current project context on the initial auth and sets that as defaultProjectSlug
8+
39
## 0.13.1
410

511
### Patch Changes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "cli",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"private": true
55
}

client/dashboard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# dashboard
22

3+
## 0.18.7
4+
5+
### Patch Changes
6+
7+
- 3552ff0: modifies gram auth so it respects current project context on the initial auth and sets that as defaultProjectSlug
8+
- d9f4980: Fix onboarding steps to use `npm run` prefix
9+
310
## 0.18.6
411

512
### Patch Changes

client/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dashboard",
33
"private": true,
4-
"version": "0.18.6",
4+
"version": "0.18.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# server
22

3+
## 0.9.14
4+
5+
### Patch Changes
6+
7+
- d445fa1: Modified the function reaping process to reduce noise in user deployment logs by suppressing routine informational messages.
8+
- d445fa1: Updated the database query to list reapable fly apps so that it can be scoped to a specific project ID. This allows project-scoped reaping. Previously, the project-scoped reaper was not passing the project ID to the query and it was acting as a global reaper.
9+
310
## 0.9.13
411

512
### Patch Changes

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.9.13",
3+
"version": "0.9.14",
44
"description": "",
55
"private": true,
66
"main": "index.js",

0 commit comments

Comments
 (0)