From f54d98027adbc971087b4a9c310bd2c189ff3d64 Mon Sep 17 00:00:00 2001 From: Alano Terblanche <18033717+Benehiko@users.noreply.github.com> Date: Thu, 13 Oct 2022 17:27:48 +0200 Subject: [PATCH] chore(release): version bump --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- package-lock.json | 8 ++++---- packages/markup/CHANGELOG.md | 13 +++++++++++++ packages/markup/package.json | 2 +- packages/preact/CHANGELOG.md | 13 +++++++++++++ packages/preact/package.json | 2 +- packages/react/CHANGELOG.md | 13 +++++++++++++ packages/react/package.json | 2 +- packages/test/CHANGELOG.md | 13 +++++++++++++ packages/test/package.json | 2 +- 11 files changed, 77 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1a3ba02..986d6d00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 814cf7ab9..43cc1e732 100644 --- a/lerna.json +++ b/lerna.json @@ -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", diff --git a/package-lock.json b/package-lock.json index a59edd53d..6e03016f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31092,7 +31092,7 @@ }, "packages/markup": { "name": "@ory/elements-markup", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "license": "Apache License 2.0", "devDependencies": { "@vanilla-extract/vite-plugin": "^3.3.1", @@ -31106,7 +31106,7 @@ }, "packages/preact": { "name": "@ory/elements-preact", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "license": "Apache License 2.0", "devDependencies": { "@preact/preset-vite": "^2.3.0", @@ -31121,7 +31121,7 @@ }, "packages/react": { "name": "@ory/elements", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "license": "Apache License 2.0", "devDependencies": { "@vitejs/plugin-react": "^2.0.1" @@ -31133,7 +31133,7 @@ }, "packages/test": { "name": "@ory/elements-test", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "license": "Apache License 2.0", "devDependencies": { "@vitejs/plugin-react": "^2.0.1" diff --git a/packages/markup/CHANGELOG.md b/packages/markup/CHANGELOG.md index 8a4468119..0d1788063 100644 --- a/packages/markup/CHANGELOG.md +++ b/packages/markup/CHANGELOG.md @@ -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 diff --git a/packages/markup/package.json b/packages/markup/package.json index 860b4620b..391dbb1d9 100644 --- a/packages/markup/package.json +++ b/packages/markup/package.json @@ -1,6 +1,6 @@ { "name": "@ory/elements-markup", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "publishConfig": { "access": "public" }, diff --git a/packages/preact/CHANGELOG.md b/packages/preact/CHANGELOG.md index 0b6f9c325..d38bb252f 100644 --- a/packages/preact/CHANGELOG.md +++ b/packages/preact/CHANGELOG.md @@ -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 diff --git a/packages/preact/package.json b/packages/preact/package.json index 1fac5b109..46a2c404a 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@ory/elements-preact", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "publishConfig": { "access": "public" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 699ab0849..e144b64db 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 1b08170ff..a369f7924 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ory/elements", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "publishConfig": { "access": "public" }, diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 182d315b8..debce6ef9 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -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 diff --git a/packages/test/package.json b/packages/test/package.json index ee58cc0be..cb0fa377e 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@ory/elements-test", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.6", "publishConfig": { "access": "public" },