From 0b257c9a044e30c51f655231c76e7e4ff8fa12a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:14:47 -0400 Subject: [PATCH] [RELEASE] - @dop/redoc-cli@1.1.0 (#25) --- cli/npm-shrinkwrap.json | 14 +++++++------- cli/package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index f1889a9d..b5cbae09 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,15 +1,15 @@ { "name": "@dop/redoc-cli", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dop/redoc-cli", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { - "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.0.0", + "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.1", "chokidar": "^3.5.1", "handlebars": "^4.7.7", "isarray": "^2.0.5", @@ -437,8 +437,8 @@ } }, "node_modules/@dop/redoc": { - "version": "1.0.0", - "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#f360abeec6feae2e3cd99465307b3f7250f80dfc", + "version": "1.1.1", + "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#64e24d426b9091a454b132c39e72753f66072d3a", "license": "MIT", "dependencies": { "@emotion/css": "^11.0.0", @@ -4610,8 +4610,8 @@ } }, "@dop/redoc": { - "version": "git+https://git@github.com/mongodb-forks/redoc.git#f360abeec6feae2e3cd99465307b3f7250f80dfc", - "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc.git#v1.0.0", + "version": "git+https://git@github.com/mongodb-forks/redoc.git#64e24d426b9091a454b132c39e72753f66072d3a", + "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc#v1.1.1", "requires": { "@emotion/css": "^11.0.0", "@emotion/react": "^11.10.4", diff --git a/cli/package.json b/cli/package.json index bb532885..bfee1cb8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dop/redoc-cli", - "version": "1.0.0", + "version": "1.1.0", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js", @@ -14,7 +14,7 @@ "postversion": "git push upstream releases/@dop/redoc-cli@$npm_package_version && git checkout - && git branch -D releases/@dop/redoc-cli@$npm_package_version" }, "dependencies": { - "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.0.0", + "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.1", "chokidar": "^3.5.1", "handlebars": "^4.7.7", "isarray": "^2.0.5",