From 525a463d73ad375778eb77d55d393b4e046ca5e0 Mon Sep 17 00:00:00 2001 From: Charlie Moog Date: Thu, 30 Dec 2021 13:40:05 -0600 Subject: [PATCH 1/3] docs: improve usage screenshots --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46fed06..42097be 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Open SQL files in the VS Code Notebook interface. Execute query blocks and view output interactively. -Screen Shot 2021-08-15 at 11 40 57 AM +![Screen Shot 2021-12-30 at 1 34 19 PM](https://user-images.githubusercontent.com/7585078/147782832-1d281462-9567-4a58-a022-815e36941547.png) ## Features @@ -20,8 +20,10 @@ and view output interactively. ## Usage -Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Notebook` format. +Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Notebook` format. Configure database connections in the SQL Notebook sidepanel. -Screen Shot 2021-08-15 at 11 40 27 AM +![Screen Shot 2021-12-30 at 1 30 29 PM](https://user-images.githubusercontent.com/7585078/147782921-78dca657-6737-4055-af46-c019e9df4ea3.png) -Screen Shot 2021-08-15 at 11 40 38 AM +![Screen Shot 2021-12-30 at 1 30 39 PM](https://user-images.githubusercontent.com/7585078/147782929-f9b7846b-6911-45ed-8354-ff0130a912b1.png) + +![Screen Shot 2021-12-30 at 1 34 32 PM](https://user-images.githubusercontent.com/7585078/147782853-c0ea8ecb-e5f7-410f-83c2-af3d0562302e.png) From fc93bd72edbb7ac736f77505e32d83593d40821d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jan 2022 20:55:09 -0600 Subject: [PATCH 2/3] deps: bump follow-redirects from 1.14.4 to 1.14.7 (#15) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6da7eeb..f378172 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1679,9 +1679,9 @@ flatted@^3.1.0: integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== follow-redirects@^1.14.0: - version "1.14.4" - resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz" - integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== + version "1.14.7" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685" + integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ== fork-ts-checker-webpack-plugin@^5.0.14: version "5.2.1" From 688e81b7c09484b4fd9be42eaef68345f7902e71 Mon Sep 17 00:00:00 2001 From: Charlie Moog Date: Sun, 16 Jan 2022 20:56:11 -0600 Subject: [PATCH 3/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ac575e..799fe8e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "repository": { "url": "https://github.com/cmoog/vscode-sql-notebook" }, - "version": "0.3.0", + "version": "0.3.1", "preview": false, "engines": { "vscode": "^1.59.0"