Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Nov 11, 2023
1 parent 11ffb8b commit c66297b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to the "shadcn-vue" extension will be documented in this fil

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

## v0.0.2


### 📖 Documentation

- Update docs ([5cabe2f](https://github.com/selemondev/vscode-shadcn-vue/commit/5cabe2f))
- Update docs ([11ffb8b](https://github.com/selemondev/vscode-shadcn-vue/commit/11ffb8b))

### 🏡 Chore

- Add files to .gitignore ([d85f78b](https://github.com/selemondev/vscode-shadcn-vue/commit/d85f78b))
- Remove tests ([44d5e10](https://github.com/selemondev/vscode-shadcn-vue/commit/44d5e10))

### ❤️ Contributors

- Selemondev <selemondev19@gmail.com>

## [Unreleased]

- Initial release
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcn-vue",
"version": "0.0.1",
"version": "0.0.2",
"displayName": "shadcn/vue",
"description": "Integrate components and snippets from Shadcn/Vue directly into your IDE.",
"publisher": "Selemondev",
Expand Down Expand Up @@ -43,17 +43,14 @@
"language": "javascript",
"path": "./src/snippets/imports.code-snippets"
},

{
"language": "typescript",
"path": "./src/snippets/imports.code-snippets"
},

{
"language": "html",
"path": "./src/snippets/help.code-snippets"
},

{
"language": "html",
"path": "./src/snippets/usage.code-snippets"
Expand Down Expand Up @@ -88,7 +85,8 @@
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"pretest": "pnpm run compile && pnpm run lint",
"pretest": "yarn run compile && yarn run lint",
"release": "yarn vscode:prepublish && bumpp --commit --push && yarn deploy",
"lint": "eslint src --ext ts"
},
"devDependencies": {
Expand All @@ -99,6 +97,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vscode/test-electron": "^2.3.2",
"bumpp": "^9.2.0",
"eslint": "^8.41.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
Expand Down

0 comments on commit c66297b

Please sign in to comment.