Skip to content

Commit

Permalink
fix: lerna version command (#28)
Browse files Browse the repository at this point in the history
* fix: lerna version command

* style: format

* style: format

* style: format

* style: format
  • Loading branch information
Benehiko authored Oct 13, 2022
1 parent f54d980 commit 25d87a4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 34 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.6](https://github.com/ory/elements/compare/v0.0.1-alpha.5...v0.0.1-alpha.6) (2022-10-13)


### Bug Fixes

* workflow ([#27](https://github.com/ory/elements/issues/27)) ([dd41e0b](https://github.com/ory/elements/commit/dd41e0b801cb8e299b8c146e559cdd8b7cdb8de9))




- workflow ([#27](https://github.com/ory/elements/issues/27))
([dd41e0b](https://github.com/ory/elements/commit/dd41e0b801cb8e299b8c146e559cdd8b7cdb8de9))

# Change Log

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"allowBranch": "main",
"conventionalCommits": true,
"private": false,
"message": "chore(release): version bump",
"message": "chore(release): bump version to %s",
"noGitTagVersion": true
},
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:react": "lerna run build --stream --scope=@ory/elements",
"build:preact": "lerna run build --stream --scope@ory/elements-preact",
"build:markup": "lerna run build --stream --scope=@ory/elements-markup",
"version": "lerna version --no-private",
"version": "lerna version --no-private --no-git-tag-version --no-changelog --message 'chore(release): bump version to %s' --yes",
"test": "playwright test -c playwright-ct.config.ts",
"test-e2e": "playwright test -c playwright.config.ts"
},
Expand Down
8 changes: 2 additions & 6 deletions packages/markup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.6](https://github.com/ory/elements/compare/v0.0.1-alpha.5...v0.0.1-alpha.6) (2022-10-13)

**Note:** Version bump only for package @ory/elements-markup





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
8 changes: 2 additions & 6 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.6](https://github.com/ory/elements/compare/v0.0.1-alpha.5...v0.0.1-alpha.6) (2022-10-13)

**Note:** Version bump only for package @ory/elements-preact





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
8 changes: 2 additions & 6 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.6](https://github.com/ory/elements/compare/v0.0.1-alpha.5...v0.0.1-alpha.6) (2022-10-13)

**Note:** Version bump only for package @ory/elements





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
8 changes: 2 additions & 6 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.6](https://github.com/ory/elements/compare/v0.0.1-alpha.5...v0.0.1-alpha.6) (2022-10-13)

**Note:** Version bump only for package @ory/elements-test





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down

0 comments on commit 25d87a4

Please sign in to comment.