Skip to content

Commit 99ad415

Browse files
committed
Upgraded to v7.2.4
1 parent b13c161 commit 99ad415

File tree

25 files changed

+57
-57
lines changed

25 files changed

+57
-57
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.3
1+
7.2.4

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>7.2.3</version>
29+
<version>7.2.4</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_7.2.3_x64_win.exe'
4+
$fileLocation = Join-Path $toolsDir '..\bins\altair_7.2.4_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: 7.2.3
14+
version: 7.2.4
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": "7.2.3",
5+
"version": "7.2.4",
66
"registry": "https://registry.npmjs.org/",
77
"npmClient": "yarn",
88
"stream": true,

libs/eslint-config-altair/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-altair",
33
"description": "ESlint configurations",
4-
"version": "7.2.3",
4+
"version": "7.2.4",
55
"dependencies": {
66
"@typescript-eslint/eslint-plugin": "^6.16.0",
77
"@typescript-eslint/parser": "^6.16.0",

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": "7.2.3",
4+
"version": "7.2.4",
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": "7.2.3",
3+
"version": "7.2.4",
44
"dependencies": {
5-
"@altairgraphql/db": "^7.2.3",
6-
"altair-graphql-core": "^7.2.3",
5+
"@altairgraphql/db": "^7.2.4",
6+
"altair-graphql-core": "^7.2.4",
77
"ky": "^0.33.2",
88
"rxjs": "^7.0.0"
99
},

packages/altair-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@altairgraphql/api",
33
"description": "",
4-
"version": "7.2.3",
4+
"version": "7.2.4",
55
"author": "",
66
"dependencies": {
7-
"@altairgraphql/api-utils": "^7.2.3",
8-
"@altairgraphql/db": "^7.2.3",
7+
"@altairgraphql/api-utils": "^7.2.4",
8+
"@altairgraphql/db": "^7.2.4",
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": "^7.2.3",
18+
"altair-graphql-core": "^7.2.4",
1919
"bcrypt": "^5.1.0",
2020
"class-transformer": "^0.5.1",
2121
"class-validator": "^0.14.0",

packages/altair-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@altairgraphql/app",
33
"description": "Contains the altair app",
4-
"version": "7.2.3",
4+
"version": "7.2.4",
55
"author": "Samuel Imolorhe <[email protected]> (https://altairgraphql.dev/)",
66
"dependencies": {
7-
"@altairgraphql/api-utils": "^7.2.3",
8-
"@altairgraphql/db": "^7.2.3",
9-
"@altairgraphql/electron-interop": "^7.2.3",
7+
"@altairgraphql/api-utils": "^7.2.4",
8+
"@altairgraphql/db": "^7.2.4",
9+
"@altairgraphql/electron-interop": "^7.2.4",
1010
"@angular/animations": "17.0.8",
1111
"@angular/cdk": "15.2.9",
1212
"@angular/cli": "17.0.8",
@@ -46,7 +46,7 @@
4646
"abab": "2.0.6",
4747
"actioncable": "5.2.8",
4848
"ajv": "^8.11.2",
49-
"altair-graphql-core": "^7.2.3",
49+
"altair-graphql-core": "^7.2.4",
5050
"angular-resizable-element": "^6.0.0",
5151
"apollo-cache-inmemory": "1.6.6",
5252
"apollo-link": "1.2.14",
@@ -100,7 +100,7 @@
100100
"zone.js": "0.14.2"
101101
},
102102
"devDependencies": {
103-
"@altairgraphql/iframe-sandbox": "^7.2.3",
103+
"@altairgraphql/iframe-sandbox": "^7.2.4",
104104
"@angular-devkit/build-angular": "17.0.8",
105105
"@angular-eslint/builder": "17.1.1",
106106
"@angular-eslint/eslint-plugin": "17.1.1",
@@ -142,7 +142,7 @@
142142
"chai-as-promised": "7.1.1",
143143
"electron": "^27.1.0",
144144
"eslint": "^8.57.0",
145-
"eslint-config-altair": "^7.2.3",
145+
"eslint-config-altair": "^7.2.4",
146146
"eslint-config-prettier": "^9.1.0",
147147
"eslint-plugin-import": "^2.27.4",
148148
"eslint-plugin-no-unsanitized": "^4.0.2",

0 commit comments

Comments
 (0)