Skip to content

Commit

Permalink
Upgraded to v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Sep 20, 2021
1 parent a7fe238 commit fd40c59
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 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": "4.0.9",
"version": "4.0.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: 4.0.9
version: 4.0.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": "4.0.9",
"version": "4.0.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": "4.0.9",
"version": "4.0.10",
"license": "MIT",
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-app",
"version": "4.0.9",
"version": "4.0.10",
"description": "Contains the altair app",
"main": "dist/main.js",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@webcomponents/custom-elements": "^1.4.1",
"abab": "^2.0.5",
"actioncable": "^5.2.4-4",
"altair-graphql-core": "^4.0.9",
"altair-graphql-core": "^4.0.10",
"angular-feather": "^6.0.10",
"apollo-cache-inmemory": "^1.6.6",
"apollo-link": "^1.2.14",
Expand Down Expand Up @@ -166,4 +166,4 @@
"typescript-json-schema": "^0.50.1"
},
"private": true
}
}
2 changes: 1 addition & 1 deletion packages/altair-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-core",
"version": "4.0.9",
"version": "4.0.10",
"description": "Several of the core logic for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
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": "4.0.9",
"version": "4.0.10",
"description": "Electron wrapper for Altair",
"main": "index.js",
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design/)",
Expand All @@ -15,7 +15,7 @@
"dev": "electron ."
},
"dependencies": {
"altair-static": "^4.0.9",
"altair-static": "^4.0.10",
"electron-debug": "^3.0.1",
"electron-is-dev": "^1.2.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": "4.0.9",
"version": "4.0.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/altair-graphql/altair#readme",
"dependencies": {
"altair-static": "^4.0.9",
"altair-static": "^4.0.10",
"express": "^4.16.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-fastify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-fastify-plugin",
"version": "4.0.9",
"version": "4.0.10",
"description": "Fastify Plugin of Altair GraphQL Client",
"keywords": [
"graphql",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"altair-static": "^4.0.9",
"altair-static": "^4.0.10",
"fastify-plugin": "^2.3.4",
"fastify-static": "^3.2.1"
},
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": "4.0.9",
"version": "4.0.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/altair-graphql/altair#readme",
"dependencies": {
"@koa/router": "^10.1.1",
"altair-static": "^4.0.9",
"altair-static": "^4.0.10",
"koa-send": "^5.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-graphql-plugin",
"version": "4.0.9",
"version": "4.0.10",
"description": "Plugin helper for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/altair-graphql/altair#readme",
"dependencies": {
"altair-graphql-core": "^4.0.9"
"altair-graphql-core": "^4.0.10"
},
"devDependencies": {
"@types/node": "^14.14.41",
Expand Down
6 changes: 3 additions & 3 deletions packages/altair-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair-static",
"version": "4.0.9",
"version": "4.0.10",
"description": "Static package for altair graphql client",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/altair-graphql/altair#readme",
"dependencies": {
"altair-graphql-core": "^4.0.9"
"altair-graphql-core": "^4.0.10"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"altair-app": "^4.0.9",
"altair-app": "^4.0.10",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"typescript": "4.0.7"
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": "4.0.9",
"version": "4.0.10",
"description": "A gatsby plugin for using Altair GraphQL client",
"main": "gatsby-node.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "4.0.7"
},
"dependencies": {
"altair-express-middleware": "^4.0.9"
"altair-express-middleware": "^4.0.10"
},
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit fd40c59

Please sign in to comment.