Skip to content

Commit fcd5b52

Browse files
committed
Upgraded to v6.3.1
1 parent c48fa05 commit fcd5b52

File tree

25 files changed

+56
-56
lines changed

25 files changed

+56
-56
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.0
1+
6.3.1

chocolatey/altair-graphql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2626
<!-- version should MATCH as closely as possible with the underlying software -->
2727
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2828
<!-- 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. -->
29-
<version>6.3.0</version>
29+
<version>6.3.1</version>
3030
<packageSourceUrl>https://github.com/altair-graphql/altair</packageSourceUrl>
3131
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
3232
<owners>Daniel Richter, Samuel Imolorhe</owners>

chocolatey/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop'; # stop on all errors
22

33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$fileLocation = Join-Path $toolsDir '..\bins\altair_6.3.0_x64_win.exe'
4+
$fileLocation = Join-Path $toolsDir '..\bins\altair_6.3.1_x64_win.exe'
55
$fileHash = Get-FileHash $fileLocation
66

77
$packageArgs = @{

cwex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ manifestOptions:
1111
name: Altair GraphQL Client
1212
short_name: Altair
1313
description: A beautiful feature-rich GraphQL client for all platforms
14-
version: 6.3.0
14+
version: 6.3.1
1515
icons:
1616
16: assets/img/altair_logo_128.png
1717
48: assets/img/altair_logo_128.png

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.3.0",
5+
"version": "6.3.1",
66
"registry": "https://registry.npmjs.org/",
77
"npmClient": "yarn",
88
"stream": true,

libs/eslint-config-altair/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-altair",
33
"description": "ESlint configurations",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"dependencies": {
66
"@typescript-eslint/eslint-plugin": "^6.16.0",
77
"@typescript-eslint/parser": "^6.16.0",
@@ -12,7 +12,7 @@
1212
"eslint-plugin-no-unsanitized": "^4.0.2",
1313
"eslint-plugin-prettier": "^4.2.1",
1414
"prettier": "^2.8.1",
15-
"prettier-config-altair": "^6.3.0",
15+
"prettier-config-altair": "^6.3.1",
1616
"typescript": "5.2.2"
1717
},
1818
"license": "MIT",

libs/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-config-altair",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"license": "MIT",
55
"main": "index.js",
66
"private": true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "altair",
33
"description": "The best graphQL client you will ever need",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
66
"bugs": "https://github.com/altair-graphql/altair/issues",
77
"collective": {

packages/altair-api-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@altairgraphql/api-utils",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"dependencies": {
5-
"@altairgraphql/db": "^6.3.0",
6-
"altair-graphql-core": "^6.3.0",
5+
"@altairgraphql/db": "^6.3.1",
6+
"altair-graphql-core": "^6.3.1",
77
"ky": "^0.33.2",
88
"rxjs": "^6.6.7"
99
},

packages/altair-api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@altairgraphql/api",
33
"description": "",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"author": "",
66
"dependencies": {
7-
"@altairgraphql/api-utils": "^6.3.0",
8-
"@altairgraphql/db": "^6.3.0",
7+
"@altairgraphql/api-utils": "^6.3.1",
8+
"@altairgraphql/db": "^6.3.1",
99
"@nestjs/common": "^9.0.0",
1010
"@nestjs/config": "^2.2.0",
1111
"@nestjs/core": "^9.0.0",
@@ -15,7 +15,7 @@
1515
"@nestjs/platform-express": "^9.0.0",
1616
"@nestjs/swagger": "^6.1.3",
1717
"@newrelic/pino-enricher": "^1.1.1",
18-
"altair-graphql-core": "^6.3.0",
18+
"altair-graphql-core": "^6.3.1",
1919
"bcrypt": "^5.1.0",
2020
"class-transformer": "^0.5.1",
2121
"class-validator": "^0.14.0",
@@ -56,7 +56,7 @@
5656
"passport-custom": "^1.1.1",
5757
"pino-pretty": "^9.2.0",
5858
"prettier": "^2.3.2",
59-
"prettier-config-altair": "^6.3.0",
59+
"prettier-config-altair": "^6.3.1",
6060
"prisma": "^4.9.0",
6161
"source-map-support": "^0.5.20",
6262
"supertest": "^6.1.3",

0 commit comments

Comments
 (0)