Commit c2ed3ae4 authored by Marek Veselý's avatar Marek Veselý
Browse files

Merge branch '730-chore-new-version-of-backend-v3-19-0-fix' into 'main'

feat: update to 3.19.0

Closes #730 and inject-issues#186

See merge request inject/frontend!645
parents c916d053 18b6ed83
Loading
Loading
Loading
Loading
Compare 0084ef62 to 618c22b1
Original line number Diff line number Diff line
Subproject commit 0084ef6261e06776c514b06cf4e2b42ea7fd0aa4
Subproject commit 618c22b1d29d7b7b6686028e51ff537f517754f5
+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/codegen",
  "version": "3.18.0",
  "version": "3.19.0",
  "description": "GraphQL API Codegen Setup for the Inject Backend",
  "main": "index.js",
  "license": "MIT",
+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/frontend",
  "version": "3.18.0",
  "version": "3.19.0",
  "description": "Main wrapper for rendering INJECT Frontend",
  "main": "index.js",
  "license": "MIT",
+5 −5

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/graphql",
  "version": "3.18.0",
  "version": "3.19.0",
  "description": "GraphQL API Bindings for the Inject Backend",
  "main": "index.js",
  "license": "MIT",
Loading