diff --git a/CHANGELOG.md b/CHANGELOG.md index a757123..d11077b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 91ca952..88272b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-morpheme-app", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-morpheme-app", - "version": "0.4.2", + "version": "0.5.0", "license": "MIT", "dependencies": { "@nuxt/schema": "^3.0.0", diff --git a/package.json b/package.json index e4502ee..1f63c67 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "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" + } +}