Skip to content

Commit

Permalink
Publish Release 0.27.3 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 27, 2023
1 parent 37b6684 commit 477aa5e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion config/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ rules:
yaml:
- 0.8.32
- 1.0.0
version: 0.27.2
version: 0.27.3
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL App
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql-app
license: MIT
author: Daviti Nalchevanidze
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL Client
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql, client
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL Core
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
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-subscriptions
version: 0.27.2
version: 0.27.3
synopsis: Morpheus GraphQL Subscriptions
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql, subscriptions
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
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.27.2
version: 0.27.3
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.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
2 changes: 1 addition & 1 deletion 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.27.2
version: 0.27.3
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql
version: 0.27.2
version: 0.27.3
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down

0 comments on commit 477aa5e

Please sign in to comment.