Compare commits

..

11 Commits

Author SHA1 Message Date
Szilárd Dóró
89b70eb93c Merge pull request #1627 from nhost/changeset-release/main
chore: update versions
2023-02-17 13:09:56 +01:00
github-actions[bot]
860d872d07 chore: update versions 2023-02-17 11:18:24 +00:00
Szilárd Dóró
b9917c0c69 Merge pull request #1628 from nhost/chore/react-monorepo-18
chore(deps): bump `react` to v18
2023-02-17 12:16:58 +01:00
Szilárd Dóró
bf1e4071db chore(deps): bump react to v18 2023-02-17 10:36:25 +01:00
Szilárd Dóró
e5601581f5 Merge pull request #1624 from nhost/renovate-changesets
chore: create changesest from Renovate bumps
2023-02-17 10:03:53 +01:00
Szilárd Dóró
5013213bc3 fix changesets 2023-02-17 10:03:22 +01:00
szilarddoro
8be094be54 fix(deps): update docusaurus monorepo to v2.3.1 2023-02-17 08:56:50 +00:00
Szilárd Dóró
43e5221119 Merge pull request #1559 from nhost/renovate/docusaurus-monorepo
fix(deps): update docusaurus monorepo to v2.3.1
2023-02-17 09:55:40 +01:00
Szilárd Dóró
6f8feaffc5 Merge pull request #1518 from nhost/renovate/commander-10.x
fix(deps): update dependency commander to v10
2023-02-17 09:30:45 +01:00
renovate[bot]
5262fac6d5 fix(deps): update docusaurus monorepo to v2.3.1 2023-02-16 08:39:58 +00:00
renovate[bot]
88a992ba36 fix(deps): update dependency commander to v10 2023-01-14 04:54:59 +00:00
26 changed files with 812 additions and 1238 deletions

View File

@@ -1,5 +1,15 @@
# @nhost/dashboard # @nhost/dashboard
## 0.11.11
### Patch Changes
- bf1e4071: chore(dashboard): bump `react-is` version to `18.2.0`
- Updated dependencies [bf1e4071]
- Updated dependencies [5013213b]
- @nhost/nextjs@1.13.5
- @nhost/react-apollo@4.13.5
## 0.11.10 ## 0.11.10
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/dashboard", "name": "@nhost/dashboard",
"version": "0.11.10", "version": "0.11.11",
"private": true, "private": true,
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",
@@ -67,7 +67,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hook-form": "^7.39.5", "react-hook-form": "^7.39.5",
"react-hot-toast": "^2.4.0", "react-hot-toast": "^2.4.0",
"react-is": "17.0.2", "react-is": "18.2.0",
"react-loading-skeleton": "^2.2.0", "react-loading-skeleton": "^2.2.0",
"react-merge-refs": "^1.1.0", "react-merge-refs": "^1.1.0",
"react-syntax-highlighter": "^15.4.5", "react-syntax-highlighter": "^15.4.5",

View File

@@ -1,5 +1,12 @@
# @nhost/docs # @nhost/docs
## 0.0.13
### Patch Changes
- bf1e4071: chore(deps): bump `react` to v18
- 8be094be: fix(deps): update docusaurus monorepo to v2.3.1
## 0.0.12 ## 0.0.12
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/docs", "name": "@nhost/docs",
"version": "0.0.12", "version": "0.0.13",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
@@ -16,21 +16,21 @@
}, },
"dependencies": { "dependencies": {
"@algolia/client-search": "^4.9.1", "@algolia/client-search": "^4.9.1",
"@docusaurus/core": "2.2.0", "@docusaurus/core": "2.3.1",
"@docusaurus/plugin-sitemap": "2.2.0", "@docusaurus/plugin-sitemap": "2.3.1",
"@docusaurus/preset-classic": "2.2.0", "@docusaurus/preset-classic": "2.3.1",
"@mdx-js/react": "^1.6.22", "@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"docusaurus-plugin-image-zoom": "^0.1.1", "docusaurus-plugin-image-zoom": "^0.1.1",
"mdx-mermaid": "^1.3.2", "mdx-mermaid": "^1.3.2",
"mermaid": "^9.0.0", "mermaid": "^9.0.0",
"prism-react-renderer": "^1.3.5", "prism-react-renderer": "^1.3.5",
"react": "^17.0.2", "react": "^18.0.0",
"react-dom": "^17.0.2", "react-dom": "^18.0.0",
"unist-util-visit": "^2.0.0" "unist-util-visit": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "2.2.0", "@docusaurus/module-type-aliases": "2.3.1",
"@tsconfig/docusaurus": "^1.0.6", "@tsconfig/docusaurus": "^1.0.6",
"typescript": "^4.8.4" "typescript": "^4.8.4"
}, },

View File

@@ -1,5 +1,12 @@
# @nhost/apollo # @nhost/apollo
## 4.13.4
### Patch Changes
- Updated dependencies [5013213b]
- @nhost/nhost-js@1.13.4
## 4.13.3 ## 4.13.3
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/apollo", "name": "@nhost/apollo",
"version": "4.13.3", "version": "4.13.4",
"description": "Nhost Apollo Client library", "description": "Nhost Apollo Client library",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,5 +1,14 @@
# @nhost/react-apollo # @nhost/react-apollo
## 4.13.5
### Patch Changes
- Updated dependencies [5013213b]
- Updated dependencies [bf1e4071]
- @nhost/react@1.13.5
- @nhost/apollo@4.13.4
## 4.13.4 ## 4.13.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/react-apollo", "name": "@nhost/react-apollo",
"version": "4.13.4", "version": "4.13.5",
"description": "Nhost React Apollo client", "description": "Nhost React Apollo client",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,5 +1,13 @@
# @nhost/react-urql # @nhost/react-urql
## 1.0.5
### Patch Changes
- Updated dependencies [5013213b]
- Updated dependencies [bf1e4071]
- @nhost/react@1.13.5
## 1.0.4 ## 1.0.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/react-urql", "name": "@nhost/react-urql",
"version": "1.0.4", "version": "1.0.5",
"description": "Nhost React URQL client", "description": "Nhost React URQL client",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,5 +1,11 @@
# @nhost/docgen # @nhost/docgen
## 0.1.6
### Patch Changes
- 5013213b: fix(deps): update dependency commander to v10
## 0.1.5 ## 0.1.5
### Patch Changes ### Patch Changes

View File

@@ -2,7 +2,7 @@
"name": "@nhost/docgen", "name": "@nhost/docgen",
"description": "Documentation generator for classes and functions", "description": "Documentation generator for classes and functions",
"private": true, "private": true,
"version": "0.1.5", "version": "0.1.6",
"license": "MIT", "license": "MIT",
"main": "dist/index.cjs.js", "main": "dist/index.cjs.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
}, },
"dependencies": { "dependencies": {
"chalk": "4", "chalk": "4",
"commander": "^9.4.0", "commander": "^10.0.0",
"just-kebab-case": "^4.1.1", "just-kebab-case": "^4.1.1",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"valtio": "^1.6.4" "valtio": "^1.6.4"

View File

@@ -1,5 +1,11 @@
# @nhost/hasura-auth-js # @nhost/hasura-auth-js
## 1.12.4
### Patch Changes
- 5013213b: chore(deps): update dependency @nhost/docgen to 0.1.6
## 1.12.3 ## 1.12.3
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/hasura-auth-js", "name": "@nhost/hasura-auth-js",
"version": "1.12.3", "version": "1.12.4",
"description": "Hasura-auth client", "description": "Hasura-auth client",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,5 +1,11 @@
# @nhost/hasura-storage-js # @nhost/hasura-storage-js
## 1.13.2
### Patch Changes
- 5013213b: chore(deps): update dependency @nhost/docgen to 0.1.6
## 1.13.1 ## 1.13.1
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/hasura-storage-js", "name": "@nhost/hasura-storage-js",
"version": "1.13.1", "version": "1.13.2",
"description": "Hasura-storage client", "description": "Hasura-storage client",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,5 +1,15 @@
# @nhost/nextjs # @nhost/nextjs
## 1.13.5
### Patch Changes
- bf1e4071: chore(deps): bump `react` to v18
- 5013213b: chore(deps): update dependency @nhost/docgen to 0.1.6
- Updated dependencies [5013213b]
- Updated dependencies [bf1e4071]
- @nhost/react@1.13.5
## 1.13.4 ## 1.13.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/nextjs", "name": "@nhost/nextjs",
"version": "1.13.4", "version": "1.13.5",
"description": "Nhost NextJS library", "description": "Nhost NextJS library",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@@ -77,7 +77,7 @@
"@nhost/docgen": "workspace:*", "@nhost/docgen": "workspace:*",
"@types/js-cookie": "^3.0.2", "@types/js-cookie": "^3.0.2",
"next": "12.3.4", "next": "12.3.4",
"react": "^17.0.2", "react": "^18.2.0",
"react-dom": "^17.0.2" "react-dom": "^18.2.0"
} }
} }

View File

@@ -1,5 +1,14 @@
# @nhost/nhost-js # @nhost/nhost-js
## 1.13.4
### Patch Changes
- 5013213b: chore(deps): update dependency @nhost/docgen to 0.1.6
- Updated dependencies [5013213b]
- @nhost/hasura-auth-js@1.12.4
- @nhost/hasura-storage-js@1.13.2
## 1.13.3 ## 1.13.3
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/nhost-js", "name": "@nhost/nhost-js",
"version": "1.13.3", "version": "1.13.4",
"description": "Nhost JavaScript SDK", "description": "Nhost JavaScript SDK",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,5 +1,14 @@
# @nhost/react # @nhost/react
## 1.13.5
### Patch Changes
- 5013213b: chore(deps): update dependency @nhost/docgen to 0.1.6
- bf1e4071: chore(react): fix exports for `@nhost/nextjs`
- Updated dependencies [5013213b]
- @nhost/nhost-js@1.13.4
## 1.13.4 ## 1.13.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/react", "name": "@nhost/react",
"version": "1.13.4", "version": "1.13.5",
"description": "Nhost React library", "description": "Nhost React library",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@@ -1,16 +1,10 @@
import { import {
AuthMachine,
BackendUrl, BackendUrl,
NhostAuthConstructorParams, NhostAuthConstructorParams,
NhostClient as _VanillaNhostClient, NhostClient as _VanillaNhostClient,
NHOST_REFRESH_TOKEN_KEY,
Subdomain Subdomain
} from '@nhost/nhost-js' } from '@nhost/nhost-js'
// * Required for @nhost/nextjs
export type { NhostAuthConstructorParams, AuthMachine }
export { NHOST_REFRESH_TOKEN_KEY }
/** @internal */ /** @internal */
export const VanillaNhostClient = _VanillaNhostClient export const VanillaNhostClient = _VanillaNhostClient
@@ -24,3 +18,7 @@ export class NhostClient extends VanillaNhostClient {
super({ ...params, start: false }) super({ ...params, start: false })
} }
} }
// * Required for @nhost/nextjs
export { NHOST_REFRESH_TOKEN_KEY } from '@nhost/nhost-js'
export type { AuthMachine, NhostAuthConstructorParams } from '@nhost/nhost-js'

View File

@@ -1,5 +1,13 @@
# @nhost/vue # @nhost/vue
## 1.13.5
### Patch Changes
- 5013213b: chore(deps): update dependency @nhost/docgen to 0.1.6
- Updated dependencies [5013213b]
- @nhost/nhost-js@1.13.4
## 1.13.4 ## 1.13.4
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nhost/vue", "name": "@nhost/vue",
"version": "1.13.4", "version": "1.13.5",
"description": "Nhost Vue library", "description": "Nhost Vue library",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

1901
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff