Skip to content

Commit

Permalink
chore(release): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Oct 13, 2022
1 parent dd41e0b commit f54d980
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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))





# Change Log

All notable changes to this project will be documented in this file. See
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

13 changes: 13 additions & 0 deletions packages/markup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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
2 changes: 1 addition & 1 deletion packages/markup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-markup",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.6",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-preact",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.6",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.6",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-test",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.6",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit f54d980

Please sign in to comment.