From 37a72a047e9032f4b24efee2c5a3113a6fa858c3 Mon Sep 17 00:00:00 2001 From: Spartak Date: Thu, 28 May 2020 20:20:03 +0300 Subject: [PATCH] Readme + workflow fix --- .github/workflows/npmpublish.yml | 1 - README.md | 3 +-- package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index b8e0ed4..5d3d930 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -6,7 +6,6 @@ on: jobs: publish-npm: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 4b6cebd..f817f12 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ This library provides an object way to interact with Hasura from backend. Main focus is on fragments, queries are autogenerated. Base fragments (base - all table fields/pk - primary keys) are autogenerated, then you can extend them or create new. -## Warning! This is first release of the package and some methods could change in the future # Instalation ``` @@ -29,7 +28,7 @@ If you know a better way to solve this problem, you are welcome to issues or ema ## Docs Current guide [is here](https://mrspartak.github.io/hasura-om/) -## Todo before basic release: +## Roadmap - [x] Fragment extending (v0.0.7) - [x] Subscriptions (v0.0.10) - [x] Aggregate queries (v0.0.12) diff --git a/package.json b/package.json index 97dd218..a42d4f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hasura-om", - "version": "1.0.0", + "version": "1.0.1", "description": "Hasura Fragment focused ORM library", "author": "Spartak (https://spartak.io/)", "keywords": [