Skip to content

Commit

Permalink
chore: update versions (#2680)
Browse files Browse the repository at this point in the history
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
## @nhost/[email protected]

### Minor Changes

-   a448d7d: feat: allow configuring postmark and delete SMTP settings

## @nhost/[email protected]

### Patch Changes

-   9480489: fix: update docs performance info

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 25, 2024
1 parent a448d7d commit 6cec04b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-jobs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-walls-smell.md

This file was deleted.

6 changes: 6 additions & 0 deletions dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/dashboard

## 1.14.0

### Minor Changes

- a448d7d: feat: allow configuring postmark and delete SMTP settings

## 1.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/dashboard",
"version": "1.13.3",
"version": "1.14.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/docs

## 2.10.2

### Patch Changes

- 9480489: fix: update docs performance info

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/docs",
"version": "2.10.1",
"version": "2.10.2",
"private": true,
"scripts": {
"start": "mintlify dev"
Expand Down

0 comments on commit 6cec04b

Please sign in to comment.