Skip to content

Commit

Permalink
Publish Release 0.27.0 (#795)
Browse files Browse the repository at this point in the history
* publish-release/0.27.0

* cabal

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: David Nalchevanidze <d.nalchevanidze@gmail.com>
  • Loading branch information
3 people authored Nov 12, 2022
1 parent 4b27e0f commit 1056d6f
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 79 deletions.
4 changes: 2 additions & 2 deletions config/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bounds:
- 0.26.0
- 0.27.0
- 0.28.0
examples:
- client
- code-gen
Expand Down Expand Up @@ -156,4 +156,4 @@ rules:
yaml:
- 0.8.32
- 1.0.0
version: 0.26.0
version: 0.27.0
8 changes: 4 additions & 4 deletions morpheus-graphql-app/morpheus-graphql-app.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-app
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL App
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -150,7 +150,7 @@ library
, containers >=0.4.2.1 && <0.7.0
, hashable >=1.0.0 && <2.0.0
, megaparsec >=7.0.0 && <10.0.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
Expand Down Expand Up @@ -182,8 +182,8 @@ test-suite morpheus-graphql-app-test
, hashable >=1.0.0 && <2.0.0
, megaparsec >=7.0.0 && <10.0.0
, morpheus-graphql-app
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-tests >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-tests >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
Expand Down
8 changes: 4 additions & 4 deletions morpheus-graphql-app/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-app
version: 0.26.0
version: 0.27.0
github: nalchevanidze/morpheus-graphql-app
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -24,7 +24,7 @@ dependencies:
- hashable >= 1.0.0 && < 2.0.0
- megaparsec >= 7.0.0 && < 10.0.0
- mtl >= 2.0.0 && < 3.0.0
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- relude >= 0.3.0 && < 2.0.0
- scientific >= 0.3.6.2 && < 0.4.0
- text >= 1.2.3 && < 1.3.0
Expand All @@ -50,8 +50,8 @@ tests:
- aeson >= 1.4.4 && < 3.0.0
- directory >= 1.0.0 && < 2.0.0
- morpheus-graphql-app
- morpheus-graphql-tests >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-tests >= 0.27.0 && < 0.28.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- relude >= 0.3.0 && < 2.0.0
- tasty >= 0.1.0 && < 1.5.0
- tasty-hunit >= 0.1.0 && < 1.0.0
6 changes: 3 additions & 3 deletions morpheus-graphql-client/morpheus-graphql-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-client
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL Client
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql, client
Expand Down Expand Up @@ -94,7 +94,7 @@ library
, file-embed >=0.0.10 && <1.0.0
, modern-uri >=0.1.0.0 && <1.0.0
, morpheus-graphql-code-gen-utils
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-subscriptions
, mtl >=2.0.0 && <3.0.0
, prettyprinter >=1.7.0 && <2.0.0
Expand Down Expand Up @@ -137,7 +137,7 @@ test-suite morpheus-graphql-client-test
, modern-uri >=0.1.0.0 && <1.0.0
, morpheus-graphql-client
, morpheus-graphql-code-gen-utils
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-subscriptions
, mtl >=2.0.0 && <3.0.0
, prettyprinter >=1.7.0 && <2.0.0
Expand Down
4 changes: 2 additions & 2 deletions morpheus-graphql-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-client
version: 0.26.0
version: 0.27.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -23,7 +23,7 @@ dependencies:
- containers >= 0.4.2.1 && < 0.7.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-code-gen-utils
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- mtl >= 2.0.0 && < 3.0.0
- modern-uri >= 0.1.0.0 && < 1.0.0
- morpheus-graphql-subscriptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-code-gen-utils
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down Expand Up @@ -42,7 +42,7 @@ library
base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
Expand Down
4 changes: 2 additions & 2 deletions morpheus-graphql-code-gen-utils/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-code-gen-utils
version: 0.26.0
version: 0.27.0
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand All @@ -16,7 +16,7 @@ dependencies:
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.12.0
- containers >= 0.4.2.1 && < 0.7.0
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- mtl >= 2.0.0 && < 3.0.0
- prettyprinter >= 1.7.0 && < 2.0.0
- relude >= 0.3.0 && < 2.0.0
Expand Down
12 changes: 6 additions & 6 deletions morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-code-gen
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down Expand Up @@ -44,9 +44,9 @@ library
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, file-embed >=0.0.10 && <1.0.0
, morpheus-graphql-code-gen-utils >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-server >=0.26.0 && <0.27.0
, morpheus-graphql-code-gen-utils >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-server >=0.27.0 && <0.28.0
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
Expand Down Expand Up @@ -75,8 +75,8 @@ executable morpheus
, morpheus-graphql-client
, morpheus-graphql-code-gen
, morpheus-graphql-code-gen-utils
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-server >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-server >=0.27.0 && <0.28.0
, optparse-applicative >=0.12.0 && <0.18.0
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
Expand Down
8 changes: 4 additions & 4 deletions morpheus-graphql-code-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-code-gen
version: 0.26.0
version: 0.27.0
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand All @@ -17,9 +17,9 @@ dependencies:
- bytestring >= 0.10.4 && < 0.12.0
- containers >= 0.4.2.1 && < 0.7.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-code-gen-utils >= 0.26.0 && < 0.27.0
- morpheus-graphql-server >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- morpheus-graphql-code-gen-utils >= 0.27.0 && < 0.28.0
- morpheus-graphql-server >= 0.27.0 && < 0.28.0
- prettyprinter >= 1.7.0 && < 2.0.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
Expand Down
4 changes: 2 additions & 2 deletions morpheus-graphql-core/morpheus-graphql-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-core
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL Core
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql
Expand Down Expand Up @@ -273,7 +273,7 @@ test-suite morpheus-graphql-core-test
, hashable >=1.0.0 && <2.0.0
, megaparsec >=7.0.0 && <10.0.0
, morpheus-graphql-core
, morpheus-graphql-tests >=0.26.0 && <0.27.0
, morpheus-graphql-tests >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
Expand Down
4 changes: 2 additions & 2 deletions morpheus-graphql-core/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-core
version: 0.26.0
version: 0.27.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down Expand Up @@ -55,7 +55,7 @@ tests:
- aeson >= 1.4.4 && < 3.0.0
- directory >= 1.0.0 && < 2.0.0
- morpheus-graphql-core
- morpheus-graphql-tests >= 0.26.0 && < 0.27.0
- morpheus-graphql-tests >= 0.27.0 && < 0.28.0
- relude >= 0.3.0 && < 2.0.0
- tasty >= 0.1.0 && < 1.5.0
- tasty-hunit >= 0.1.0 && < 1.0.0
14 changes: 7 additions & 7 deletions morpheus-graphql-server/morpheus-graphql-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-server
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -354,8 +354,8 @@ library
, base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, morpheus-graphql-app >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
Expand Down Expand Up @@ -408,11 +408,11 @@ test-suite morpheus-graphql-server-test
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, file-embed >=0.0.10 && <1.0.0
, morpheus-graphql-app >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-server
, morpheus-graphql-subscriptions >=0.26.0 && <0.27.0
, morpheus-graphql-tests >=0.26.0 && <0.27.0
, morpheus-graphql-subscriptions >=0.27.0 && <0.28.0
, morpheus-graphql-tests >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, tasty >=0.1.0 && <1.5.0
Expand Down
10 changes: 5 additions & 5 deletions morpheus-graphql-server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-server
version: 0.26.0
version: 0.27.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -22,8 +22,8 @@ dependencies:
- bytestring >= 0.10.4 && < 0.12.0
- containers >= 0.4.2.1 && < 0.7.0
- mtl >= 2.0.0 && < 3.0.0
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-app >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- morpheus-graphql-app >= 0.27.0 && < 0.28.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
- transformers >= 0.3.0 && < 0.6.0
Expand All @@ -47,7 +47,7 @@ tests:
- aeson >= 1.4.4 && < 3.0.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-server
- morpheus-graphql-tests >= 0.26.0 && < 0.27.0
- morpheus-graphql-subscriptions >= 0.26.0 && < 0.27.0
- morpheus-graphql-tests >= 0.27.0 && < 0.28.0
- morpheus-graphql-subscriptions >= 0.27.0 && < 0.28.0
- tasty >= 0.1.0 && < 1.5.0
- tasty-hunit >= 0.1.0 && < 1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-subscriptions
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL Subscriptions
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql, subscriptions
Expand Down Expand Up @@ -43,8 +43,8 @@ library
aeson >=1.4.4 && <3.0.0
, base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, morpheus-graphql-app >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, text >=1.2.3 && <1.3.0
Expand Down
6 changes: 3 additions & 3 deletions morpheus-graphql-subscriptions/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-subscriptions
version: 0.26.0
version: 0.27.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -17,8 +17,8 @@ dependencies:
- aeson >= 1.4.4 && < 3.0.0
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.12.0
- morpheus-graphql-core >= 0.26.0 && < 0.27.0
- morpheus-graphql-app >= 0.26.0 && < 0.27.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- morpheus-graphql-app >= 0.27.0 && < 0.28.0
- mtl >= 2.0.0 && < 3.0.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-tests/morpheus-graphql-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql-tests
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL Test
category: web, graphql, test
homepage: https://morpheusgraphql.com
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-tests/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-tests
version: 0.26.0
version: 0.27.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
22 changes: 11 additions & 11 deletions morpheus-graphql/morpheus-graphql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: morpheus-graphql
version: 0.26.0
version: 0.27.0
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -232,10 +232,10 @@ library
, base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, morpheus-graphql-app >=0.26.0 && <0.27.0
, morpheus-graphql-code-gen >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-server >=0.26.0 && <0.27.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql-code-gen >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-server >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
Expand Down Expand Up @@ -268,12 +268,12 @@ test-suite morpheus-graphql-test
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, morpheus-graphql
, morpheus-graphql-app >=0.26.0 && <0.27.0
, morpheus-graphql-code-gen >=0.26.0 && <0.27.0
, morpheus-graphql-core >=0.26.0 && <0.27.0
, morpheus-graphql-server >=0.26.0 && <0.27.0
, morpheus-graphql-subscriptions >=0.26.0 && <0.27.0
, morpheus-graphql-tests >=0.26.0 && <0.27.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql-code-gen >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-server >=0.27.0 && <0.28.0
, morpheus-graphql-subscriptions >=0.27.0 && <0.28.0
, morpheus-graphql-tests >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, tasty >=0.1.0 && <1.5.0
Expand Down
Loading

0 comments on commit 1056d6f

Please sign in to comment.