diff --git a/.changeset/warm-grapes-doubt.md b/.changeset/warm-grapes-doubt.md deleted file mode 100644 index 9948993..0000000 --- a/.changeset/warm-grapes-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kevintyj/prlint": minor ---- - -Stable build with in-built packages for independent usage diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e9a2f..8397be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @kevintyj/prlint +## 0.1.0 + +### Minor Changes + +- [`f3fc140`](https://github.com/kevintyj/prlint/commit/f3fc1404a886a372257ac2dd9a95a52802892fc2) Thanks [@kevintyj](https://github.com/kevintyj)! - Stable build with in-built packages for independent usage + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index 437b23e..f338232 100644 --- a/package.json +++ b/package.json @@ -1,62 +1,62 @@ { - "name": "@kevintyj/prlint", - "type": "module", - "version": "0.0.1", - "private": false, - "author": "Kevin Taeyoon Jin ", - "license": "BSD-3-Clause", - "homepage": "https://github.com/kevintyj/prlint#readme", - "repository": "github:kevintyj/prlint", - "bugs": { - "url": "https://github.com/kevintyj/prlint/issues" - }, - "keywords": [ - "changesets", - "conventional", - "github" - ], - "publishConfig": { - "provenance": true - }, - "exports": { - "import": "./dist/index.js", - "require": "./dist/index.cjs", - "default": "./dist/index.js" - }, - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "prepare": "husky install", - "watch": "tsup --watch", - "build": "tsup", - "test": "vitest", - "lint:es": "eslint .", - "clean": "git clean -fdX", - "ci": "pnpm run lint:es && pnpm run build", - "release": "pnpm run ci && changeset publish" - }, - "dependencies": { - "@actions/core": "^1.10.1", - "@actions/github": "^6.0.0", - "@commitlint/config-conventional": "^18.1.0", - "@commitlint/lint": "^18.1.0", - "@commitlint/load": "^18.2.0" - }, - "devDependencies": { - "@antfu/eslint-config": "^2.1.0", - "@changesets/changelog-github": "^0.4.8", - "@changesets/cli": "^2.26.2", - "@commitlint/cli": "^18.4.3", - "@commitlint/types": "^18.1.0", - "@types/node": "^20.9.0", - "eslint": "^8.54.0", - "husky": "^8.0.3", - "lint-staged": "^15.1.0", - "tsup": "^7.2.0", - "typescript": "^5.2.2", - "vitest": "^0.34.6" - }, - "lint-staged": { - "*": "eslint --fix" - } + "name": "@kevintyj/prlint", + "type": "module", + "version": "0.1.0", + "private": false, + "author": "Kevin Taeyoon Jin ", + "license": "BSD-3-Clause", + "homepage": "https://github.com/kevintyj/prlint#readme", + "repository": "github:kevintyj/prlint", + "bugs": { + "url": "https://github.com/kevintyj/prlint/issues" + }, + "keywords": [ + "changesets", + "conventional", + "github" + ], + "publishConfig": { + "provenance": true + }, + "exports": { + "import": "./dist/index.js", + "require": "./dist/index.cjs", + "default": "./dist/index.js" + }, + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "prepare": "husky install", + "watch": "tsup --watch", + "build": "tsup", + "test": "vitest", + "lint:es": "eslint .", + "clean": "git clean -fdX", + "ci": "pnpm run lint:es && pnpm run build", + "release": "pnpm run ci && changeset publish" + }, + "dependencies": { + "@actions/core": "^1.10.1", + "@actions/github": "^6.0.0", + "@commitlint/config-conventional": "^18.1.0", + "@commitlint/lint": "^18.1.0", + "@commitlint/load": "^18.2.0" + }, + "devDependencies": { + "@antfu/eslint-config": "^2.1.0", + "@changesets/changelog-github": "^0.4.8", + "@changesets/cli": "^2.26.2", + "@commitlint/cli": "^18.4.3", + "@commitlint/types": "^18.1.0", + "@types/node": "^20.9.0", + "eslint": "^8.54.0", + "husky": "^8.0.3", + "lint-staged": "^15.1.0", + "tsup": "^7.2.0", + "typescript": "^5.2.2", + "vitest": "^0.34.6" + }, + "lint-staged": { + "*": "eslint --fix" + } }