Skip to content

Commit

Permalink
Updated to v2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jun 13, 2020
1 parent 01f8a22 commit e1b5deb
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion chrome-ext-files/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Altair GraphQL Client",
"short_name": "Altair",
"description": "The only graphQL client you'll ever need.",
"version": "2.4.9",
"version": "2.4.10",
"icons": {
"16": "assets/img/altair_logo_128.png",
"48": "assets/img/altair_logo_128.png",
Expand Down
2 changes: 1 addition & 1 deletion cwex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manifestOptions:
name: Altair GraphQL Client
short_name: Altair
description: A beautiful feature-rich GraphQL client for all platforms
version: 2.4.9
version: 2.4.10
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.4.9",
"version": "2.4.10",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
"stream": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair",
"version": "2.4.9",
"version": "2.4.10",
"license": "MIT",
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-app",
"version": "2.4.9",
"version": "2.4.10",
"description": "Contains the altair app",
"main": "dist/main.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altair",
"productName": "Altair GraphQL Client",
"version": "2.4.9",
"version": "2.4.10",
"description": "Electron wrapper for Altair",
"main": "index.js",
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design/)",
Expand All @@ -13,7 +13,7 @@
"dev": "electron ."
},
"dependencies": {
"altair-static": "^2.4.9",
"altair-static": "^2.4.10",
"electron-debug": "^3.0.1",
"electron-is-dev": "^1.1.0",
"electron-log": "^3.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-express-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-express-middleware",
"version": "2.4.9",
"version": "2.4.10",
"description": "Express middleware for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/imolorhe/altair#readme",
"dependencies": {
"altair-static": "^2.4.9",
"altair-static": "^2.4.10",
"express": "^4.16.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-koa-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-koa-middleware",
"version": "2.4.9",
"version": "2.4.10",
"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/imolorhe/altair#readme",
"dependencies": {
"@koa/router": "^9.0.1",
"altair-static": "^2.4.9",
"altair-static": "^2.4.10",
"koa-send": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-static",
"version": "2.4.9",
"version": "2.4.10",
"description": "Static package for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/imolorhe/altair#readme",
"devDependencies": {
"@types/jest": "^24.0.23",
"altair-app": "^2.4.9",
"altair-app": "^2.4.10",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"typescript": "^2.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-altair-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-altair-graphql",
"version": "2.4.9",
"version": "2.4.10",
"description": "A gatsby plugin for using Altair GraphQL client",
"main": "gatsby-node.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.3.1"
},
"dependencies": {
"altair-express-middleware": "^2.4.9"
"altair-express-middleware": "^2.4.10"
},
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit e1b5deb

Please sign in to comment.