Skip to content

Commit

Permalink
Upgraded to v5.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 31, 2023
1 parent 21fe3c7 commit 973420e
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 48 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.13
5.0.14
2 changes: 1 addition & 1 deletion chocolatey/altair-graphql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.0.13</version>
<version>5.0.14</version>
<packageSourceUrl>https://github.com/altair-graphql/altair</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Daniel Richter, Samuel Imolorhe</owners>
Expand Down
2 changes: 1 addition & 1 deletion chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir '..\bins\altair_5.0.13_x64_win.exe'
$fileLocation = Join-Path $toolsDir '..\bins\altair_5.0.14_x64_win.exe'
$fileHash = Get-FileHash $fileLocation

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion cwex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ manifestOptions:
name: Altair GraphQL Client
short_name: Altair
description: A beautiful feature-rich GraphQL client for all platforms
version: 5.0.13
version: 5.0.14
icons:
16: assets/img/altair_logo_128.png
48: assets/img/altair_logo_128.png
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.0.13",
"version": "5.0.14",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
"stream": true,
Expand Down
4 changes: 2 additions & 2 deletions libs/eslint-config-altair/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-altair",
"version": "5.0.13",
"version": "5.0.14",
"description": "ESlint configurations",
"main": "index.js",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"prettier-config-altair": "^5.0.13",
"prettier-config-altair": "^5.0.14",
"typescript": "^4.8.2"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion libs/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-altair",
"version": "5.0.13",
"version": "5.0.14",
"main": "index.js",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair",
"version": "5.0.13",
"version": "5.0.14",
"license": "MIT",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
Expand Down
10 changes: 5 additions & 5 deletions packages/altair-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/app",
"version": "5.0.13",
"version": "5.0.14",
"description": "Contains the altair app",
"main": "dist/main.js",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"webdriver-update-ci": "webdriver-manager update --standalone false --gecko false --versions.chrome=108.0.5359.94"
},
"dependencies": {
"@altairgraphql/firebase-utils": "^5.0.13",
"@altairgraphql/firebase-utils": "^5.0.14",
"@angular/animations": "14.0.3",
"@angular/cdk": "12.2.6",
"@angular/cli": "14.0.3",
Expand Down Expand Up @@ -64,7 +64,7 @@
"abab": "2.0.6",
"actioncable": "5.2.8",
"ajv": "^8.11.2",
"altair-graphql-core": "^5.0.13",
"altair-graphql-core": "^5.0.14",
"angular-resizable-element": "^6.0.0",
"apollo-cache-inmemory": "1.6.6",
"apollo-link": "1.2.14",
Expand Down Expand Up @@ -167,7 +167,7 @@
"chai-as-promised": "7.1.1",
"electron": "19.0.6",
"eslint": "8.18.0",
"eslint-config-altair": "^5.0.13",
"eslint-config-altair": "^5.0.14",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-prettier": "4.0.0",
Expand All @@ -181,7 +181,7 @@
"ncp": "2.0.0",
"ng-mocks": "14.0.1",
"ngrx-store-freeze": "0.2.4",
"prettier-config-altair": "^5.0.13",
"prettier-config-altair": "^5.0.14",
"protractor": "7.0.0",
"react": "17.0.1",
"rxjs-tslint-rules": "4.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-core",
"version": "5.0.13",
"version": "5.0.14",
"description": "Several of the core logic for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/dashboard",
"version": "5.0.13",
"version": "5.0.14",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@altairgraphql/firebase-utils": "^5.0.13",
"@altairgraphql/firebase-utils": "^5.0.14",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair",
"productName": "Altair GraphQL Client",
"version": "5.0.13",
"version": "5.0.14",
"description": "Electron wrapper for Altair",
"main": "dist/index.js",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
Expand All @@ -18,8 +18,8 @@
"prepare": "yarn compile"
},
"dependencies": {
"@altairgraphql/login-redirect": "^5.0.13",
"altair-static": "^5.0.13",
"@altairgraphql/login-redirect": "^5.0.14",
"altair-static": "^5.0.14",
"body-parser": "^1.20.0",
"csp-header": "^5.1.0",
"electron-debug": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-express-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-express-middleware",
"version": "5.0.13",
"version": "5.0.14",
"description": "Express middleware for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -31,13 +31,13 @@
},
"homepage": "https://github.com/altair-graphql/altair#readme",
"dependencies": {
"altair-static": "^5.0.13",
"altair-static": "^5.0.14",
"express": "^4.16.2"
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/node": "^14.14.41",
"eslint-config-altair": "^5.0.13",
"eslint-config-altair": "^5.0.14",
"nodemon": "^2.0.2",
"ts-node": "^8.5.4",
"typescript": "^4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-fastify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-fastify-plugin",
"version": "5.0.13",
"version": "5.0.14",
"description": "Fastify Plugin of Altair GraphQL Client",
"keywords": [
"graphql",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@fastify/static": "^6.4.0",
"altair-static": "^5.0.13",
"altair-static": "^5.0.14",
"fastify-plugin": "^2.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-koa-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-koa-middleware",
"version": "5.0.13",
"version": "5.0.14",
"description": "Koa middleware for altair graphql client",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/altair-graphql/altair#readme",
"dependencies": {
"@koa/router": "^10.1.1",
"altair-static": "^5.0.13",
"altair-static": "^5.0.14",
"koa-send": "^5.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-plugin",
"version": "5.0.13",
"version": "5.0.14",
"description": "Plugin helper for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/altair-graphql/altair#readme",
"dependencies": {
"altair-graphql-core": "^5.0.13"
"altair-graphql-core": "^5.0.14"
},
"devDependencies": {
"@types/node": "^14.14.41",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-static",
"version": "5.0.13",
"version": "5.0.14",
"description": "Static package for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"homepage": "https://github.com/altair-graphql/altair#readme",
"devDependencies": {
"@altairgraphql/app": "^5.0.13",
"@altairgraphql/app": "^5.0.14",
"@types/jest": "^24.0.23",
"altair-graphql-core": "^5.0.13",
"altair-graphql-core": "^5.0.14",
"dts-bundle-generator": "^6.11.0",
"esbuild": "^0.14.43",
"jest": "28.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/functions",
"version": "5.0.13",
"version": "5.0.14",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "node esbuild.config.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/firebase-utils",
"version": "5.0.13",
"version": "5.0.14",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"altair-graphql-core": "^5.0.13",
"altair-graphql-core": "^5.0.14",
"firebase": "^9.15.0"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-altair-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-altair-graphql",
"version": "5.0.13",
"version": "5.0.14",
"description": "A gatsby plugin for using Altair GraphQL client",
"main": "gatsby-node.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"altair-express-middleware": "^5.0.13"
"altair-express-middleware": "^5.0.14"
},
"funding": {
"type": "opencollective",
Expand Down
7 changes: 4 additions & 3 deletions packages/login-redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/login-redirect",
"version": "5.0.13",
"version": "5.0.14",
"source": "src/index.html",
"targets": {
"main": false
Expand All @@ -15,7 +15,8 @@
"prepare": "yarn build"
},
"dependencies": {
"@altairgraphql/firebase-utils": "^5.0.13",
"@altairgraphql/firebase-utils": "^5.0.14",
"firebase": "^9.9.2"
}
},
"private": true
}
11 changes: 3 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
integrity sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==

"@altairgraphql/firebase-utils@file:packages/firebase-utils":
version "5.0.12"
version "5.0.13"
dependencies:
altair-graphql-core "^5.0.12"
altair-graphql-core "^5.0.13"
firebase "^9.15.0"

"@ampproject/[email protected]", "@ampproject/remapping@^2.1.0":
Expand Down Expand Up @@ -28807,16 +28807,11 @@ xxhashjs@~0.2.2:
dependencies:
cuint "^0.2.2"

y18n@^4.0.0:
y18n@4.0.1, y18n@^4.0.0, y18n@^5.0.5:
version "4.0.1"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==

y18n@^5.0.5:
version "5.0.8"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==

yaeti@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/yaeti/-/yaeti-0.0.6.tgz#f26f484d72684cf42bedfb76970aa1608fbf9577"
Expand Down

0 comments on commit 973420e

Please sign in to comment.