Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version from 1.1.0 to 1.2.0 #541

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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:
Expand Down
6 changes: 2 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down