Skip to content

Commit

Permalink
chore: release [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
konpeki622 committed May 16, 2022
1 parent 6ebd788 commit 3cd992e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@


## [1.1.1](https://github.com/originjs/origin.js/compare/[email protected]@1.1.1) (2022-05-16)


### Bug Fixes

* oriTemplate directory not found ([6ebd788](https://github.com/originjs/origin.js/commit/6ebd788955ff2458d5b0a3c54e4ee3ad9506d943))

## [1.1.1](https://github.com/originjs/origin.js/compare/v1.0.0...v1.1.1) (2022-05-16)


### Bug Fixes

* ignore coverage ([#121](https://github.com/originjs/origin.js/issues/121)) ([7690edd](https://github.com/originjs/origin.js/commit/7690edd86932c9d5601f4c4e4d10a968edf7aaa9))
* incorrect relative path for building ([#144](https://github.com/originjs/origin.js/issues/144)) ([c73c505](https://github.com/originjs/origin.js/commit/c73c505e55376cf1ef6f85ff6404bb58dc2d2707))
* modify crlf in test use cases ([#137](https://github.com/originjs/origin.js/issues/137)) ([4e1a6b5](https://github.com/originjs/origin.js/commit/4e1a6b5c7440ad958b1099f2647e37d935f44390))
* oriTemplate directory not found ([6ebd788](https://github.com/originjs/origin.js/commit/6ebd788955ff2458d5b0a3c54e4ee3ad9506d943))
* resolve code scanning alerts ([#136](https://github.com/originjs/origin.js/issues/136)) ([4a1c431](https://github.com/originjs/origin.js/commit/4a1c4318b3738a493f9eb0e1772f02a07413721a))
* shell command built ([#135](https://github.com/originjs/origin.js/issues/135)) ([6a239bb](https://github.com/originjs/origin.js/commit/6a239bb8b74bab90c3c377c49969c7be55a56761))
* working dir release error ([1ccee75](https://github.com/originjs/origin.js/commit/1ccee759c80be9c8b8d36a23dc1b02c97f7faf3a))


### Features

* add ori --version ([#140](https://github.com/originjs/origin.js/issues/140)) ([ff639df](https://github.com/originjs/origin.js/commit/ff639dfc991779aab70192ea3cdaeedccd2c4b0b))
* add release-it for release ([#146](https://github.com/originjs/origin.js/issues/146)) ([feeb0a9](https://github.com/originjs/origin.js/commit/feeb0a97476f618e5e0a282932e88b943193918a)), closes [#145](https://github.com/originjs/origin.js/issues/145)
* github release action ([c4d8057](https://github.com/originjs/origin.js/commit/c4d8057fd5229c73464fe34258cc19edc4d66026))
* improve release workflow ([0ad07e3](https://github.com/originjs/origin.js/commit/0ad07e348845f8d87b39931595ae51fb699f5084))
* init title with project name ([#118](https://github.com/originjs/origin.js/issues/118)) ([487b46f](https://github.com/originjs/origin.js/commit/487b46faaa2d70a8f2a70899bf3c29463a863724))
* migrate test to vitest ([#124](https://github.com/originjs/origin.js/issues/124)) ([1e12f9d](https://github.com/originjs/origin.js/commit/1e12f9df19bba2cde42c34b31e67a535b568e74a))
* monorepo release ([#147](https://github.com/originjs/origin.js/issues/147)) ([cc4d673](https://github.com/originjs/origin.js/commit/cc4d673a5705b44e8e1cdfa1445a8360e2bc66c8))
* option to choose jest or vitest ([#120](https://github.com/originjs/origin.js/issues/120)) ([e52bbcf](https://github.com/originjs/origin.js/commit/e52bbcf2ba9a6103a345e3c30f28c2ecd3fef6f3))
* release [email protected] ([b560e5d](https://github.com/originjs/origin.js/commit/b560e5d661036407824871d79874eaedd29cde09))
* support initialization with pinia ([#143](https://github.com/originjs/origin.js/issues/143)) ([f020598](https://github.com/originjs/origin.js/commit/f0205985bf7bbbd4fc57c5fa0b7f5fbf5913bd20))
* switch to pnpm ([#129](https://github.com/originjs/origin.js/issues/129)) ([13b2098](https://github.com/originjs/origin.js/commit/13b2098d11f18aff89ffcce21d9cdd480e84fe12))
* test use case ([#114](https://github.com/originjs/origin.js/issues/114)) ([f6905af](https://github.com/originjs/origin.js/commit/f6905af260ae8185bd320eb1aa8dcb8faaa6aab8))





# [1.1.0](https://github.com/originjs/origin.js/compare/[email protected]@1.1.0) (2022-05-11)


Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "origin.js",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/originjs/origin.js.git"
Expand All @@ -26,8 +26,7 @@
"release": {
"command": "release-it --npm.skipChecks --no-git.requireCleanWorkingDir",
"dependencies": [
"./packages/cli:release",
"./packages/cli-test-utils:release"
"./packages/cli:release"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/cli",
"version": "1.1.0",
"version": "1.1.1",
"author": "@originjs",
"license": "MulanPSL-2.0",
"bin": {
Expand Down

0 comments on commit 3cd992e

Please sign in to comment.