Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 2f84a91

Browse files
committed
chore(release): publish
- @launchql/cli@3.1.3 - @launchql/explorer@1.1.2 - @launchql/graphile-settings@1.1.2 - @launchql/graphql-testing@3.1.3 - @launchql/server@1.1.2
1 parent 3ebb413 commit 2f84a91

File tree

10 files changed

+51
-11
lines changed

10 files changed

+51
-11
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.3](https://github.com/launchql/launchql/compare/@launchql/cli@3.1.2...@launchql/cli@3.1.3) (2022-02-13)
7+
8+
**Note:** Version bump only for package @launchql/cli
9+
10+
11+
12+
13+
614
## [3.1.2](https://github.com/launchql/launchql/compare/@launchql/cli@3.1.1...@launchql/cli@3.1.2) (2022-02-13)
715

816
**Note:** Version bump only for package @launchql/cli

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/cli",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "LaunchQL cli",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/launchql/launchql/tree/master/packages/launchql-db#readme",
@@ -68,8 +68,8 @@
6868
"@launchql/db-testing": "^2.2.1",
6969
"@launchql/db-transform": "^1.2.0",
7070
"@launchql/db-utils": "^2.2.0",
71-
"@launchql/explorer": "^1.1.1",
72-
"@launchql/server": "^1.1.1",
71+
"@launchql/explorer": "^1.1.2",
72+
"@launchql/server": "^1.1.2",
7373
"@pyramation/prompt": "0.0.1",
7474
"case": "1.6.3",
7575
"glob": "7.1.7",

packages/explorer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/pyramation/launchql/compare/@launchql/explorer@1.1.1...@launchql/explorer@1.1.2) (2022-02-13)
7+
8+
**Note:** Version bump only for package @launchql/explorer
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/pyramation/launchql/compare/@launchql/explorer@1.1.0...@launchql/explorer@1.1.1) (2022-02-13)
715

816
**Note:** Version bump only for package @launchql/explorer

packages/explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/explorer",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "graphile explorer module for multiple dbs and schemas",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/pyramation/launchql/tree/master/packages/launchql#readme",
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@babel/runtime": "^7.12.1",
72-
"@launchql/graphile-settings": "^1.1.1",
72+
"@launchql/graphile-settings": "^1.1.2",
7373
"@launchql/server-utils": "^0.3.0",
7474
"@pyramation/url-domains": "0.1.0",
7575
"envalid": "6.0.2",

packages/graphile-settings/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/launchql/launchql/compare/@launchql/graphile-settings@1.1.1...@launchql/graphile-settings@1.1.2) (2022-02-13)
7+
8+
**Note:** Version bump only for package @launchql/graphile-settings
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/launchql/launchql/compare/@launchql/graphile-settings@1.1.0...@launchql/graphile-settings@1.1.1) (2022-02-13)
715

816
**Note:** Version bump only for package @launchql/graphile-settings

packages/graphile-settings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/graphile-settings",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "graphile settings",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/launchql/launchql/tree/master/packages/graphile-settings#readme",
@@ -74,4 +74,4 @@
7474
"postgraphile-plugin-connection-filter": "2.2.2",
7575
"postgraphile-plugin-connection-filter-postgis": "1.0.0-alpha.6"
7676
}
77-
}
77+
}

packages/graphql-testing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.3](https://github.com/launchql/launchql/compare/@launchql/graphql-testing@3.1.2...@launchql/graphql-testing@3.1.3) (2022-02-13)
7+
8+
**Note:** Version bump only for package @launchql/graphql-testing
9+
10+
11+
12+
13+
614
## [3.1.2](https://github.com/launchql/launchql/compare/@launchql/graphql-testing@3.1.1...@launchql/graphql-testing@3.1.2) (2022-02-13)
715

816
**Note:** Version bump only for package @launchql/graphql-testing

packages/graphql-testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/graphql-testing",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "graphql-testing",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/launchql/launchql/tree/master/packages/graphql-testing#readme",
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@babel/runtime": "^7.12.1",
5757
"@launchql/db-testing": "^2.2.1",
58-
"@launchql/server": "^1.1.1",
58+
"@launchql/server": "^1.1.2",
5959
"envalid": "6.0.2",
6060
"graphql": "15.5.2",
6161
"mock-req": "0.2.0",

packages/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/pyramation/launchql/compare/@launchql/server@1.1.1...@launchql/server@1.1.2) (2022-02-13)
7+
8+
**Note:** Version bump only for package @launchql/server
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/pyramation/launchql/compare/@launchql/server@1.1.0...@launchql/server@1.1.1) (2022-02-13)
715

816
**Note:** Version bump only for package @launchql/server

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/server",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "graphile explorer module for multiple dbs and schemas",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/pyramation/launchql/tree/master/packages/launchql#readme",
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@babel/runtime": "^7.12.1",
7272
"@launchql/graphile-query": "^1.1.0",
73-
"@launchql/graphile-settings": "^1.1.1",
73+
"@launchql/graphile-settings": "^1.1.2",
7474
"@launchql/server-utils": "^0.3.0",
7575
"@pyramation/crypto-keys": "0.1.1",
7676
"@pyramation/crypto-networks": "0.1.0",

0 commit comments

Comments
 (0)