Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zvizvi committed Mar 7, 2022
1 parent 39ef8ff commit a329f32
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,20 @@ Services currently supported:
* [StackBlitz](https://stackblitz.com/)
* [Glitch](https://glitch.com/)
* [Sourcegraph](https://sourcegraph.com/)
* [Active Forks](https://techgaun.github.io/active-forks/)
* [Gitpop2](https://gitpop2.herokuapp.com/)
* [GitHub Memory](https://githubmemory.com/)
* Clone in VSCode (locally)
* VSCode Remote Repositories (locally)


### What's changed?
* v2.0.0
* Extension customizing options page.
* Open in VSCode Remote Repositories option.
* Active Forks (disabled by default).
* Gitpop2 (disabled by default).
* GitHub Memory (disabled by default).
* v1.0.16 Style changes and improvements.
* v1.0.15 GitHub Dev link added.
* v1.0.14 Open in VSCode option added (open.vscode.dev).
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"manifest_version": 3,
"update_url": "https://clients2.google.com/service/update2/crx",
"homepage_url": "https://github.com/zvizvi/GitHub-Web-IDE",
"version": "1.0.17",
"version": "2.0.0",
"author": "zvizvi5@outlook.com",
"action": {
"default_icon": {
Expand Down
5 changes: 4 additions & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"name": "github-web-ide",
"version": "2.0.0",
"description": "⚡ Open GitHub repositories in online web IDE",
"main": "README.md",
"dependencies": {
"@primer/css": "^19.5.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/zvizvi/GitHub-Web-IDE.git"
},
"author": "zvizvi",
"bugs": {
"url": "https://github.com/zvizvi/GitHub-Web-IDE/issues"
},
"homepage": "https://github.com/zvizvi/GitHub-Web-IDE#readme"
}

0 comments on commit a329f32

Please sign in to comment.