Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
5 changes: 0 additions & 5 deletions .changeset/blue-jeans-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-emus-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-beds-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-islands-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-crabs-kneel.md

This file was deleted.

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

## 0.20.2

### Patch Changes

- face99ccd: chore(deps): bump turbo version
- cfe527307: style: tweak pull config warning in dark mode
- a9d7da8af: chore(deps): update dependency @types/pluralize to ^0.0.30
- @nhost/[email protected]
- @nhost/[email protected]

## 0.20.1

### 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": "0.20.1",
"version": "0.20.2",
"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

## 0.4.1

### Patch Changes

- 923abd365: chore(deps): update dependency @tsconfig/docusaurus to v2

## 0.4.0

### Minor 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": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
7 changes: 7 additions & 0 deletions examples/node-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nhost-examples/node-storage

## 0.0.5

### Patch Changes

- d54e4cdd4: fix(buckets): allow using custom buckets for upload
- @nhost/[email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/node-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/node-storage",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"description": "This is an example of how to use the Storage with Node.js",
"main": "src/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions integrations/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/apollo

## 5.2.16

### Patch Changes

- @nhost/[email protected]

## 5.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/apollo",
"version": "5.2.15",
"version": "5.2.16",
"description": "Nhost Apollo Client library",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions integrations/react-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nhost/react-apollo

## 5.0.33

### Patch Changes

- @nhost/[email protected]
- @nhost/[email protected]

## 5.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/react-apollo",
"version": "5.0.32",
"version": "5.0.33",
"description": "Nhost React Apollo client",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions integrations/react-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/react-urql

## 2.0.30

### Patch Changes

- @nhost/[email protected]

## 2.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/react-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/react-urql",
"version": "2.0.29",
"version": "2.0.30",
"description": "Nhost React URQL client",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/hasura-storage-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/hasura-storage-js

## 2.2.3

### Patch Changes

- d54e4cdd4: fix(buckets): allow using custom buckets for upload

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasura-storage-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/hasura-storage-js",
"version": "2.2.2",
"version": "2.2.3",
"description": "Hasura-storage client",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/nextjs

## 1.13.35

### Patch Changes

- @nhost/[email protected]

## 1.13.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/nextjs",
"version": "1.13.34",
"version": "1.13.35",
"description": "Nhost NextJS library",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/nhost-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nhost/nhost-js

## 2.2.14

### Patch Changes

- Updated dependencies [d54e4cdd4]
- @nhost/[email protected]

## 2.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/nhost-js",
"version": "2.2.13",
"version": "2.2.14",
"description": "Nhost JavaScript SDK",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/react

## 2.0.29

### Patch Changes

- @nhost/[email protected]

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/react",
"version": "2.0.28",
"version": "2.0.29",
"description": "Nhost React library",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost/vue

## 1.13.34

### Patch Changes

- @nhost/[email protected]

## 1.13.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost/vue",
"version": "1.13.33",
"version": "1.13.34",
"description": "Nhost Vue library",
"license": "MIT",
"keywords": [
Expand Down