Compare commits
2 Commits
@nhost/rea
...
@nhost/rea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72371c72a1 | ||
|
|
d878414b10 |
24
.github/workflows/changesets.yaml
vendored
24
.github/workflows/changesets.yaml
vendored
@@ -18,19 +18,25 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Cache pnpm modules
|
# - name: Cache pnpm modules
|
||||||
uses: actions/cache@v2
|
# uses: actions/cache@v2
|
||||||
with:
|
# with:
|
||||||
path: ~/.pnpm-store
|
# path: ~/.pnpm-store
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
# key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-
|
# ${{ runner.os }}-
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.1.0
|
- uses: pnpm/action-setup@v2.1.0
|
||||||
with:
|
with:
|
||||||
version: 6.32.3
|
version: 6.32.3
|
||||||
run_install: true
|
# run_install: true
|
||||||
|
- name: Use Node.js 17
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '17.8.0'
|
||||||
|
cache: 'pnpm'
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
- name: Create PR or Publish release
|
- name: Create PR or Publish release
|
||||||
id: changesets
|
id: changesets
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
# @nhost/apollo
|
# @nhost/apollo
|
||||||
|
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @nhost/core@0.3.2
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/apollo",
|
"name": "@nhost/apollo",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "Nhost Apollo Client library",
|
"description": "Nhost Apollo Client library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @nhost/core
|
# @nhost/core
|
||||||
|
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/core",
|
"name": "@nhost/core",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "Nhost core client library",
|
"description": "Nhost core client library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
# @nhost/hasura-auth-js
|
# @nhost/hasura-auth-js
|
||||||
|
|
||||||
|
## 1.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @nhost/core@0.3.2
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/hasura-auth-js",
|
"name": "@nhost/hasura-auth-js",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Hasura-auth client",
|
"description": "Hasura-auth client",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,5 +1,20 @@
|
|||||||
# @nhost/nextjs
|
# @nhost/nextjs
|
||||||
|
|
||||||
|
## 1.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @nhost/nhost-js@1.0.3
|
||||||
|
- @nhost/react@0.4.2
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/nextjs",
|
"name": "@nhost/nextjs",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "Nhost NextJS library",
|
"description": "Nhost NextJS library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
# @nhost/nhost-js
|
# @nhost/nhost-js
|
||||||
|
|
||||||
|
## 1.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @nhost/hasura-auth-js@1.0.3
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/nhost-js",
|
"name": "@nhost/nhost-js",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Nhost JavaScript SDK",
|
"description": "Nhost JavaScript SDK",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,5 +1,20 @@
|
|||||||
# @nhost/react-apollo
|
# @nhost/react-apollo
|
||||||
|
|
||||||
|
## 4.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @nhost/apollo@0.3.2
|
||||||
|
- @nhost/react@0.4.2
|
||||||
|
|
||||||
## 4.0.3
|
## 4.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/react-apollo",
|
"name": "@nhost/react-apollo",
|
||||||
"version": "4.0.3",
|
"version": "4.0.4",
|
||||||
"description": "Nhost React Apollo client",
|
"description": "Nhost React Apollo client",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
# @nhost/react
|
# @nhost/react
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- correct dependencies
|
||||||
|
|
||||||
|
See this related issues:
|
||||||
|
|
||||||
|
- [nhost](https://github.com/nhost/nhost/issues/326)
|
||||||
|
- [pnpm](https://github.com/pnpm/pnpm/issues/4348)
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @nhost/nhost-js@1.0.3
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhost/react",
|
"name": "@nhost/react",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Nhost React library",
|
"description": "Nhost React library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user