Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jun 9, 2023
1 parent c55c654 commit bf32911
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 69 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.5.0](https://github.com/gitsindonesia/ui-component/compare/v0.4.2...v0.5.0) (2023-06-09)


### Features

* add new two templates: Nuxt Commerce and Kitchen Sink ([c55c654](https://github.com/gitsindonesia/ui-component/commit/c55c65431de45a8091abb927aed4c8250fbc1904))

### [0.4.2](https://github.com/gitsindonesia/ui-component/compare/v0.4.0...v0.4.2) (2023-03-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

134 changes: 67 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"name": "create-morpheme-app",
"version": "0.4.2",
"description": "Interactive CLI to kickstart a Vue/Nuxt with Morpheme UI",
"scripts": {
"dev": "vite-node src/",
"start": "npx",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0",
"typecheck": "tsc --noEmit",
"build": "rm -rf dist && tsup src/ --format esm",
"prepack": "npm run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version"
},
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gitsindonesia/ui-component"
},
"bin": {
"create-morpheme-app": "./dist/index.js"
},
"keywords": [
"morpheme-ui",
"create-morpheme-app",
"vue",
"nuxt",
"tailwind",
"typescript",
"prisma",
"fullstack",
"tRPC",
"authentication"
],
"author": "GITS Indonesia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitsindonesia/ui-component/issues/new/choose"
},
"homepage": "https://github.com/gitsindonesia/ui-component",
"devDependencies": {
"@types/node": "^18.11.16",
"@types/prompts": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"standard-version": "^9.5.0",
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"vite-node": "^0.25.8"
},
"dependencies": {
"@nuxt/schema": "^3.0.0",
"chalk": "^5.2.0",
"commander": "^9.4.1",
"defu": "^6.1.1",
"execa": "^6.1.0",
"giget": "^1.0.0",
"node-fetch": "^3.3.0",
"ora": "^6.1.2",
"pkg-types": "^1.0.1",
"prompts": "^2.4.2"
}
}
{
"name": "create-morpheme-app",
"version": "0.5.0",
"description": "Interactive CLI to kickstart a Vue/Nuxt with Morpheme UI",
"scripts": {
"dev": "vite-node src/",
"start": "npx",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0",
"typecheck": "tsc --noEmit",
"build": "rm -rf dist && tsup src/ --format esm",
"prepack": "npm run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version"
},
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gitsindonesia/ui-component"
},
"bin": {
"create-morpheme-app": "./dist/index.js"
},
"keywords": [
"morpheme-ui",
"create-morpheme-app",
"vue",
"nuxt",
"tailwind",
"typescript",
"prisma",
"fullstack",
"tRPC",
"authentication"
],
"author": "GITS Indonesia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitsindonesia/ui-component/issues/new/choose"
},
"homepage": "https://github.com/gitsindonesia/ui-component",
"devDependencies": {
"@types/node": "^18.11.16",
"@types/prompts": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"standard-version": "^9.5.0",
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"vite-node": "^0.25.8"
},
"dependencies": {
"@nuxt/schema": "^3.0.0",
"chalk": "^5.2.0",
"commander": "^9.4.1",
"defu": "^6.1.1",
"execa": "^6.1.0",
"giget": "^1.0.0",
"node-fetch": "^3.3.0",
"ora": "^6.1.2",
"pkg-types": "^1.0.1",
"prompts": "^2.4.2"
}
}

0 comments on commit bf32911

Please sign in to comment.