Skip to content

Commit

Permalink
Merge upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sync Fork committed Feb 24, 2024
1 parent e62612e commit cfbc86f
Show file tree
Hide file tree
Showing 48 changed files with 333 additions and 43 deletions.
21 changes: 21 additions & 0 deletions dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @nhost/dashboard

## 1.8.1

### Patch Changes

- @nhost/react-apollo@9.0.2
- @nhost/nextjs@2.1.4

## 1.8.0

### Minor Changes

- 713d53c: feat: add catch-all route for workspace/project - useful for documentation

### Patch Changes

- 3db2999: fix: refresh table list after running SQL using the editor
- 3c4dd55: fix: handle `Error` objects properly in the `ErrorToast` component
- 92b434e: fix: resolve an issue where the checkbox in the data-grid header did not select all rows
- @nhost/react-apollo@9.0.1
- @nhost/nextjs@2.1.3

## 1.7.0

### Minor 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.7.0",
"version": "1.8.1",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
12 changes: 12 additions & 0 deletions examples/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nhost-examples/cli

## 0.1.8

### Patch Changes

- @nhost/nhost-js@3.0.7

## 0.1.7

### Patch Changes

- @nhost/nhost-js@3.0.6

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/cli",
"version": "0.1.6",
"version": "0.1.8",
"main": "src/index.mjs",
"private": true,
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions examples/codegen-react-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nhost-examples/codegen-react-apollo

## 0.1.16

### Patch Changes

- @nhost/react@3.2.2
- @nhost/react-apollo@9.0.2

## 0.1.15

### Patch Changes

- @nhost/react-apollo@9.0.1
- @nhost/react@3.2.1

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen-react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/codegen-react-apollo",
"version": "0.1.14",
"version": "0.1.16",
"private": true,
"scripts": {
"codegen": "graphql-codegen",
Expand Down
12 changes: 12 additions & 0 deletions examples/codegen-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nhost-examples/codegen-react-query

## 0.1.17

### Patch Changes

- @nhost/react@3.2.2

## 0.1.16

### Patch Changes

- @nhost/react@3.2.1

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/codegen-react-query",
"version": "0.1.15",
"version": "0.1.17",
"private": true,
"scripts": {
"codegen": "graphql-codegen",
Expand Down
14 changes: 14 additions & 0 deletions examples/codegen-react-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nhost-examples/react-urql

## 0.0.13

### Patch Changes

- @nhost/react@3.2.2
- @nhost/react-urql@6.0.2

## 0.0.12

### Patch Changes

- @nhost/react@3.2.1
- @nhost/react-urql@6.0.1

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen-react-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/codegen-react-urql",
"private": true,
"version": "0.0.11",
"version": "0.0.13",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
6 changes: 6 additions & 0 deletions examples/docker-compose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nhost-examples/docker-compose

## 0.1.1

### Patch Changes

- aff059e: fix: timers

## 0.1.0

### Minor Changes
Expand Down
12 changes: 1 addition & 11 deletions examples/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- curl http://localhost:8080/healthz > /dev/null 2>&1
timeout: 60s
interval: 30s
start_period: 60s
start_period: 90s
labels:
- "traefik.enable=true"
- "traefik.http.routers.hasura.rule=Host(`${PROXY_HOST}`, `localhost`) && PathPrefix(`/`)"
Expand All @@ -75,16 +75,6 @@ services:
AUTH_SMTP_SENDER: [email protected]
expose:
- 4000
healthcheck:
test:
- CMD
- wget
- --spider
- -S
- http://localhost:4000/healthz
timeout: 60s
interval: 30s
start_period: 60s
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.strip-auth.stripprefix.prefixes=/v1/auth"
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/docker-compose",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"e2e": "vitest run"
Expand Down
12 changes: 12 additions & 0 deletions examples/multi-tenant-one-to-many/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nhost-examples/multi-tenant-one-to-many

## 2.0.6

### Patch Changes

- @nhost/nhost-js@3.0.7

## 2.0.5

### Patch Changes

- @nhost/nhost-js@3.0.6

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-tenant-one-to-many/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/multi-tenant-one-to-many",
"private": true,
"version": "2.0.4",
"version": "2.0.6",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down
16 changes: 16 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nhost-examples/nextjs

## 0.1.18

### Patch Changes

- @nhost/react@3.2.2
- @nhost/react-apollo@9.0.2
- @nhost/nextjs@2.1.4

## 0.1.17

### Patch Changes

- @nhost/react-apollo@9.0.1
- @nhost/react@3.2.1
- @nhost/nextjs@2.1.3

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/nextjs",
"version": "0.1.16",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions examples/node-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nhost-examples/node-storage

## 0.0.10

### Patch Changes

- @nhost/nhost-js@3.0.7

## 0.0.9

### Patch Changes

- @nhost/nhost-js@3.0.6

## 0.0.8

### 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.8",
"version": "0.0.10",
"private": true,
"description": "This is an example of how to use the Storage with Node.js",
"main": "src/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions examples/quickstarts/nextjs-server-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nhost-examples/nextjs-server-components

## 0.2.4

### Patch Changes

- @nhost/nhost-js@3.0.7

## 0.2.3

### Patch Changes

- @nhost/nhost-js@3.0.6

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstarts/nextjs-server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/nextjs-server-components",
"version": "0.2.2",
"version": "0.2.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
14 changes: 14 additions & 0 deletions examples/react-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nhost-examples/react-apollo

## 0.3.2

### Patch Changes

- @nhost/react@3.2.2
- @nhost/react-apollo@9.0.2

## 0.3.1

### Patch Changes

- @nhost/react-apollo@9.0.1
- @nhost/react@3.2.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/react-apollo",
"version": "0.3.0",
"version": "0.3.2",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.4",
Expand Down
12 changes: 12 additions & 0 deletions examples/react-gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nhost-examples/react-gqty

## 1.0.6

### Patch Changes

- @nhost/react@3.2.2

## 1.0.5

### Patch Changes

- @nhost/react@3.2.1

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-gqty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/react-gqty",
"private": true,
"version": "1.0.4",
"version": "1.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
17 changes: 17 additions & 0 deletions examples/vue-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @nhost-examples/vue-apollo

## 0.2.3

### Patch Changes

- @nhost/nhost-js@3.0.7
- @nhost/apollo@6.0.7
- @nhost/vue@2.2.2

## 0.2.2

### Patch Changes

- Updated dependencies [e0ab6d9]
- @nhost/apollo@6.0.6
- @nhost/nhost-js@3.0.6
- @nhost/vue@2.2.1

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/vue-apollo",
"private": true,
"version": "0.2.1",
"version": "0.2.3",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
Loading

0 comments on commit cfbc86f

Please sign in to comment.