Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Jan 17, 2024
1 parent 3a5603f commit 97f0cbc
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to the "preview-docs" extension will be documented in this f

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.0.1


### 🚀 Enhancements

- Add React docs' links ([a6c27fb](https://github.com/selemondev/vscode-preview-docs/commit/a6c27fb))
- Add Astro docs' links ([edd6243](https://github.com/selemondev/vscode-preview-docs/commit/edd6243))
- Add Svelte and Miscellaneous docs' links ([291b39e](https://github.com/selemondev/vscode-preview-docs/commit/291b39e))
- Add Park UI doc link ([3a5603f](https://github.com/selemondev/vscode-preview-docs/commit/3a5603f))

### ❤️ Contributors

- Selemondev <selemondev19@gmail.com>

## [Unreleased]

- Initial release
42 changes: 32 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
{
"name": "preview-docs",
"displayName": "Preview Docs",
"description": "Preview Documentation right in your IDE.",
"name": "vscode-preview-docs",
"version": "0.0.1",
"displayName": "Preview Docs",
"description": "Preview language and framework Documentations within your IDE ✨.",
"publisher": "Selemondev",
"repository": {
"type": "git",
"url": "https://github.com/selemondev/vscode-preview-docs"
},
"bugs": {
"url": "https://github.com/selemondev/vscode-preview-docs/issues",
"email": "selemonsrdev@gmail.com"
},
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Other"
"Other",
"Programming Languages",
"Linters",
"Visualization"
],
"keywords": [
"react, vue",
"shadcn-svelte",
"nuxt remix",
"shadcn-svelte-snippet",
"shadcn-svelte-snippets",
"shadcn-react-snippet",
"shadcn-vue-snippets",
"snippets",
"shadcn-snippets",
"react snippets",
"shadcn-vue snippets",
"svelte typescript react vue solid astro"
],
"activationEvents": [],
"main": "./dist/extension.js",
Expand All @@ -24,11 +50,7 @@
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "yarn run compile-tests && yarn run compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "vscode-test"
"lint": "eslint src --ext ts"
},
"devDependencies": {
"@types/vscode": "^1.85.0",
Expand All @@ -44,4 +66,4 @@
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8"
}
}
}

0 comments on commit 97f0cbc

Please sign in to comment.