Skip to content

Commit

Permalink
Upgraded to v8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 6, 2025
1 parent d04e78e commit bf289f9
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.2
8.1.3
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>8.1.2</version>
<version>8.1.3</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_8.1.2_x64_win.exe'
$fileLocation = Join-Path $toolsDir '..\bins\altair_8.1.3_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: 8.1.2
version: 8.1.3
icons:
16: assets/img/altair_logo_128.png
48: assets/img/altair_logo_128.png
Expand Down
2 changes: 1 addition & 1 deletion libs/eslint-config-altair/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-altair",
"description": "ESlint configurations",
"version": "8.1.2",
"version": "8.1.3",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@altairgraphql/root",
"description": "The best graphQL client you will ever need",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"collective": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-api-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/api-utils",
"version": "8.1.2",
"version": "8.1.3",
"dependencies": {
"@altairgraphql/db": "workspace:*",
"altair-graphql-core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@altairgraphql/api",
"description": "",
"version": "8.1.2",
"version": "8.1.3",
"author": "",
"dependencies": {
"@altairgraphql/api-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@altairgraphql/app",
"description": "Contains the altair app",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://altairgraphql.dev/)",
"dependencies": {
"@altairgraphql/api-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair-graphql-core",
"description": "Several of the core logic for altair graphql client",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/db",
"version": "8.1.2",
"version": "8.1.3",
"dependencies": {
"@prisma/client": "^5.16.2",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altair/docs",
"version": "8.1.2",
"version": "8.1.3",
"license": "MIT",
"scripts": {
"dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/electron-interop",
"version": "8.1.2",
"version": "8.1.3",
"dependencies": {
"altair-graphql-core": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron-settings-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/electron-settings-static",
"version": "8.1.2",
"version": "8.1.3",
"private": true,
"main": "./build/index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/electron-settings",
"version": "8.1.2",
"version": "8.1.3",
"main": "dist/index.html",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair",
"description": "Electron wrapper for Altair",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"collective": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-express-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair-express-middleware",
"description": "Express middleware for altair graphql client",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-fastify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair-fastify-plugin",
"description": "Fastify Plugin of Altair GraphQL Client",
"version": "8.1.2",
"version": "8.1.3",
"author": "PabloSz <[email protected]>",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-iframe-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@altairgraphql/iframe-sandbox",
"private": true,
"version": "8.1.2",
"version": "8.1.3",
"type": "module",
"main": "dist/index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-koa-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair-koa-middleware",
"description": "Koa middleware for altair graphql client",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair-graphql-plugin",
"description": "Plugin helper for altair graphql client",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-static/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair-static",
"description": "Static package for altair graphql client",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-altair-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-altair-graphql",
"description": "A gatsby plugin for using Altair GraphQL client",
"version": "8.1.2",
"version": "8.1.3",
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)",
"bugs": "https://github.com/altair-graphql/altair/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/login-redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/login-redirect",
"version": "8.1.2",
"version": "8.1.3",
"dependencies": {
"@altairgraphql/api-utils": "workspace:*",
"altair-graphql-core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/transactional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altairgraphql/emails",
"version": "8.1.2",
"version": "8.1.3",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ai/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "altair-graphql-plugin-ai",
"display_name": "Altair AI assistant",
"version": "8.1.2",
"version": "8.1.3",
"description": "Altair AI assistant plugin",
"entry": {
"type": "js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-plugin-ai",
"version": "8.1.2",
"version": "8.1.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit bf289f9

Please sign in to comment.