Skip to content

Commit 83abc5f

Browse files
committed
Upgraded to v7.3.4
1 parent ddd49f7 commit 83abc5f

File tree

27 files changed

+60
-60
lines changed

27 files changed

+60
-60
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.3
1+
7.3.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.3.3</version>
29+
<version>7.3.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.3.3_x64_win.exe'
4+
$fileLocation = Join-Path $toolsDir '..\bins\altair_7.3.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.3.3
14+
version: 7.3.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
@@ -3,7 +3,7 @@
33
"packages/*",
44
"plugins/*"
55
],
6-
"version": "7.3.3",
6+
"version": "7.3.4",
77
"registry": "https://registry.npmjs.org/",
88
"npmClient": "yarn",
99
"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.3.3",
4+
"version": "7.3.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.3.3",
4+
"version": "7.3.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.3.3",
3+
"version": "7.3.4",
44
"dependencies": {
5-
"@altairgraphql/db": "^7.3.3",
6-
"altair-graphql-core": "^7.3.3",
5+
"@altairgraphql/db": "^7.3.4",
6+
"altair-graphql-core": "^7.3.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.3.3",
4+
"version": "7.3.4",
55
"author": "",
66
"dependencies": {
7-
"@altairgraphql/api-utils": "^7.3.3",
8-
"@altairgraphql/db": "^7.3.3",
7+
"@altairgraphql/api-utils": "^7.3.4",
8+
"@altairgraphql/db": "^7.3.4",
99
"@langchain/anthropic": "^0.2.4",
1010
"@langchain/community": "^0.2.19",
1111
"@langchain/openai": "^0.2.2",
@@ -18,7 +18,7 @@
1818
"@nestjs/platform-express": "^10.3.10",
1919
"@nestjs/schedule": "^4.1.0",
2020
"@nestjs/swagger": "^7.4.0",
21-
"altair-graphql-core": "^7.3.3",
21+
"altair-graphql-core": "^7.3.4",
2222
"bcrypt": "^5.1.0",
2323
"class-transformer": "^0.5.1",
2424
"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.3.3",
4+
"version": "7.3.4",
55
"author": "Samuel Imolorhe <[email protected]> (https://altairgraphql.dev/)",
66
"dependencies": {
7-
"@altairgraphql/api-utils": "^7.3.3",
8-
"@altairgraphql/db": "^7.3.3",
9-
"@altairgraphql/electron-interop": "^7.3.3",
7+
"@altairgraphql/api-utils": "^7.3.4",
8+
"@altairgraphql/db": "^7.3.4",
9+
"@altairgraphql/electron-interop": "^7.3.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.3.3",
49+
"altair-graphql-core": "^7.3.4",
5050
"angular-resizable-element": "^6.0.0",
5151
"apollo-cache-inmemory": "1.6.6",
5252
"apollo-link": "1.2.14",
@@ -102,7 +102,7 @@
102102
"zone.js": "0.14.2"
103103
},
104104
"devDependencies": {
105-
"@altairgraphql/iframe-sandbox": "^7.3.3",
105+
"@altairgraphql/iframe-sandbox": "^7.3.4",
106106
"@angular-devkit/build-angular": "17.0.8",
107107
"@angular-eslint/builder": "17.1.1",
108108
"@angular-eslint/eslint-plugin": "17.1.1",
@@ -145,7 +145,7 @@
145145
"chai-as-promised": "7.1.1",
146146
"electron": "^27.1.0",
147147
"eslint": "^8.57.0",
148-
"eslint-config-altair": "^7.3.3",
148+
"eslint-config-altair": "^7.3.4",
149149
"eslint-config-prettier": "^9.1.0",
150150
"eslint-plugin-import": "^2.27.4",
151151
"eslint-plugin-no-unsanitized": "^4.0.2",

0 commit comments

Comments
 (0)