Skip to content

Commit

Permalink
Upgraded to v5.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Mar 3, 2023
1 parent 861ff36 commit 4c4ecd3
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.0.16
5.0.17
2 changes: 1 addition & 1 deletion chocolatey/altair-graphql.nuspec
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.16</version>
<version>5.0.17</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
@@ -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.16_x64_win.exe'
$fileLocation = Join-Path $toolsDir '..\bins\altair_5.0.17_x64_win.exe'
$fileHash = Get-FileHash $fileLocation

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion cwex.yml
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.16
version: 5.0.17
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
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.0.16",
"version": "5.0.17",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
"stream": true,
Expand Down
4 changes: 2 additions & 2 deletions libs/eslint-config-altair/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-altair",
"version": "5.0.16",
"version": "5.0.17",
"description": "ESlint configurations",
"main": "index.js",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"prettier-config-altair": "^5.0.16",
"prettier-config-altair": "^5.0.17",
"typescript": "^4.8.2"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion libs/prettier-config/package.json
@@ -1,6 +1,6 @@
{
"name": "prettier-config-altair",
"version": "5.0.16",
"version": "5.0.17",
"main": "index.js",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "altair",
"version": "5.0.16",
"version": "5.0.17",
"license": "MIT",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-api-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/api-utils",
"version": "5.0.16",
"version": "5.0.17",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@altairgraphql/db": "^5.0.16",
"altair-graphql-core": "^5.0.16",
"@altairgraphql/db": "^5.0.17",
"altair-graphql-core": "^5.0.17",
"ky": "^0.33.2",
"rxjs": "^6.6.7"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/altair-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/api",
"version": "5.0.16",
"version": "5.0.17",
"description": "",
"author": "",
"private": true,
Expand All @@ -23,8 +23,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@altairgraphql/api-utils": "^5.0.16",
"@altairgraphql/db": "^5.0.16",
"@altairgraphql/api-utils": "^5.0.17",
"@altairgraphql/db": "^5.0.17",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
Expand All @@ -34,7 +34,7 @@
"@nestjs/platform-express": "^9.0.0",
"@nestjs/swagger": "^6.1.3",
"@newrelic/pino-enricher": "^1.1.1",
"altair-graphql-core": "^5.0.16",
"altair-graphql-core": "^5.0.17",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"jest": "28.1.3",
"pino-pretty": "^9.2.0",
"prettier": "^2.3.2",
"prettier-config-altair": "^5.0.16",
"prettier-config-altair": "^5.0.17",
"prisma": "^4.9.0",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/altair-app/package.json
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/app",
"version": "5.0.16",
"version": "5.0.17",
"description": "Contains the altair app",
"main": "dist/main.js",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
"webdriver-update-ci": "webdriver-manager update --standalone false --gecko false --versions.chrome=109.0.5414.119"
},
"dependencies": {
"@altairgraphql/api-utils": "^5.0.16",
"@altairgraphql/db": "^5.0.16",
"@altairgraphql/api-utils": "^5.0.17",
"@altairgraphql/db": "^5.0.17",
"@angular/animations": "14.0.3",
"@angular/cdk": "12.2.6",
"@angular/cli": "14.0.3",
Expand Down Expand Up @@ -65,7 +65,7 @@
"abab": "2.0.6",
"actioncable": "5.2.8",
"ajv": "^8.11.2",
"altair-graphql-core": "^5.0.16",
"altair-graphql-core": "^5.0.17",
"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.16",
"eslint-config-altair": "^5.0.17",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-no-unsanitized": "^4.0.2",
Expand All @@ -182,7 +182,7 @@
"ncp": "2.0.0",
"ng-mocks": "14.0.1",
"ngrx-store-freeze": "0.2.4",
"prettier-config-altair": "^5.0.16",
"prettier-config-altair": "^5.0.17",
"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
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-core",
"version": "5.0.16",
"version": "5.0.17",
"description": "Several of the core logic for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-dashboard/package.json
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/dashboard",
"version": "5.0.16",
"version": "5.0.17",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
Expand All @@ -10,8 +10,8 @@
"prepare": "yarn build"
},
"dependencies": {
"@altairgraphql/api": "^5.0.16",
"@altairgraphql/api-utils": "^5.0.16",
"@altairgraphql/api": "^5.0.17",
"@altairgraphql/api-utils": "^5.0.17",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-db/package.json
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/db",
"version": "5.0.16",
"version": "5.0.17",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-electron/package.json
@@ -1,7 +1,7 @@
{
"name": "altair",
"productName": "Altair GraphQL Client",
"version": "5.0.16",
"version": "5.0.17",
"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.16",
"altair-static": "^5.0.16",
"@altairgraphql/login-redirect": "^5.0.17",
"altair-static": "^5.0.17",
"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
@@ -1,6 +1,6 @@
{
"name": "altair-express-middleware",
"version": "5.0.16",
"version": "5.0.17",
"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.16",
"altair-static": "^5.0.17",
"express": "^4.16.2"
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/node": "^14.14.41",
"eslint-config-altair": "^5.0.16",
"eslint-config-altair": "^5.0.17",
"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
@@ -1,6 +1,6 @@
{
"name": "altair-fastify-plugin",
"version": "5.0.16",
"version": "5.0.17",
"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.16",
"altair-static": "^5.0.17",
"fastify-plugin": "^2.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-koa-middleware/package.json
@@ -1,6 +1,6 @@
{
"name": "altair-koa-middleware",
"version": "5.0.16",
"version": "5.0.17",
"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.16",
"altair-static": "^5.0.17",
"koa-send": "^5.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-plugin",
"version": "5.0.16",
"version": "5.0.17",
"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.16"
"altair-graphql-core": "^5.0.17"
},
"devDependencies": {
"@types/node": "^14.14.41",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-static/package.json
@@ -1,6 +1,6 @@
{
"name": "altair-static",
"version": "5.0.16",
"version": "5.0.17",
"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.16",
"@altairgraphql/app": "^5.0.17",
"@types/jest": "^24.0.23",
"altair-graphql-core": "^5.0.16",
"altair-graphql-core": "^5.0.17",
"dts-bundle-generator": "^6.11.0",
"esbuild": "^0.14.43",
"jest": "28.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-altair-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-altair-graphql",
"version": "5.0.16",
"version": "5.0.17",
"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.16"
"altair-express-middleware": "^5.0.17"
},
"funding": {
"type": "opencollective",
Expand Down
4 changes: 2 additions & 2 deletions packages/login-redirect/package.json
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/login-redirect",
"version": "5.0.16",
"version": "5.0.17",
"main": "index.js",
"source": "src/index.html",
"targets": {
Expand All @@ -18,7 +18,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@altairgraphql/api-utils": "^5.0.16"
"@altairgraphql/api-utils": "^5.0.17"
},
"private": true
}

0 comments on commit 4c4ecd3

Please sign in to comment.