From cb04112ea81bb91d95b349007044b749d2bb0974 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Wed, 1 May 2024 13:20:38 +0100 Subject: [PATCH] chore: update version to 1.2.0 --- package.json | 2 +- website/docs/installation.mdx | 3 ++- website/docusaurus.config.js | 6 ++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b17c9cfd..93d31c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finos/git-proxy", - "version": "1.1.0", + "version": "1.2.0", "description": "Deploy custom push protections and policies on top of Git.", "scripts": { "cli": "node ./packages/git-proxy-cli/index.js", diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 79f018d4..600fdbce 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -12,6 +12,7 @@ npm install -g @finos/git-proxy ``` To install the Git Proxy Command Line Interface (CLI), run: + ```bash npm install -g @finos/git-proxy-cli ``` @@ -21,7 +22,7 @@ npm install -g @finos/git-proxy-cli To install a specific version of Git Proxy, append the version to the end of the install command: ```bash -npm install -g @finos/git-proxy@1.1.0 +npm install -g @finos/git-proxy@1.2.0 ``` To install a specific version of the Git Proxy CLI, append the version to the end of the install command: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b61ed07f..a82e3239 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -11,12 +11,10 @@ module.exports = { projectName: `${projectName}`, organizationName: 'FINOS', customFields: { - version: '1.1.0', + version: '1.2.0', }, scripts: ['https://buttons.github.io/buttons.js'], - stylesheets: [ - 'https://fonts.googleapis.com/css?family=Overpass:400,400i,700', - ], + stylesheets: ['https://fonts.googleapis.com/css?family=Overpass:400,400i,700'], themeConfig: { colorMode: { disableSwitch: false,