From e15ef481a2b68dfeb04ba695e3355f0e1932b36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kvasnic=CC=8Ca=CC=81k?= Date: Fri, 4 Jun 2021 11:23:50 +0200 Subject: [PATCH] chore(release): release - @byteclaw/visage-core@1.0.0-alpha.19 - @byteclaw/visage-docs@1.0.0-alpha.66 - @byteclaw/visage-themes@1.0.0-alpha.66 - @byteclaw/visage-utils@1.0.0-alpha.4 - @byteclaw/visage@1.0.0-alpha.66 --- packages/visage-core/CHANGELOG.md | 9 +++++++++ packages/visage-core/package.json | 4 ++-- packages/visage-docs/CHANGELOG.md | 9 +++++++++ packages/visage-docs/package.json | 6 +++--- packages/visage-themes/CHANGELOG.md | 8 ++++++++ packages/visage-themes/package.json | 8 ++++---- packages/visage-utils/CHANGELOG.md | 8 ++++++++ packages/visage-utils/package.json | 2 +- packages/visage/CHANGELOG.md | 9 +++++++++ packages/visage/package.json | 6 +++--- 10 files changed, 56 insertions(+), 13 deletions(-) diff --git a/packages/visage-core/CHANGELOG.md b/packages/visage-core/CHANGELOG.md index 56ab3575..2b14d227 100644 --- a/packages/visage-core/CHANGELOG.md +++ b/packages/visage-core/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.19](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-core@1.0.0-alpha.18...@byteclaw/visage-core@1.0.0-alpha.19) (2021-06-04) + + +### Bug Fixes + +* omit css prop ([a65b596](https://github.com/Byteclaw/visage/commit/a65b596640110521102ba57036195f9768023dca)) + + + ## [1.0.0-alpha.18](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-core@1.0.0-alpha.17...@byteclaw/visage-core@1.0.0-alpha.18) (2021-02-19) diff --git a/packages/visage-core/package.json b/packages/visage-core/package.json index 55528eb5..531ee769 100644 --- a/packages/visage-core/package.json +++ b/packages/visage-core/package.json @@ -1,6 +1,6 @@ { "name": "@byteclaw/visage-core", - "version": "1.0.0-alpha.18", + "version": "1.0.0-alpha.19", "description": "CSS-in-js agnostic framework for design system development used by Visage Design System.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" @@ -32,7 +32,7 @@ "!src/**/__tests__/**/*" ], "dependencies": { - "@byteclaw/visage-utils": "^1.0.0-alpha.3", + "@byteclaw/visage-utils": "^1.0.0-alpha.4", "@types/color": "^3.0.1", "color": "^3.1.2", "fast-deep-equal": "^3.1.3" diff --git a/packages/visage-docs/CHANGELOG.md b/packages/visage-docs/CHANGELOG.md index 45796f2f..266e786e 100644 --- a/packages/visage-docs/CHANGELOG.md +++ b/packages/visage-docs/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.66](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-docs@1.0.0-alpha.65...@byteclaw/visage-docs@1.0.0-alpha.66) (2021-06-04) + + +### Bug Fixes + +* popover positioning ([f467d35](https://github.com/Byteclaw/visage/commit/f467d35f3efb27e7c4501544baacdd6ff6824409)) + + + ## [1.0.0-alpha.65](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-docs@1.0.0-alpha.63...@byteclaw/visage-docs@1.0.0-alpha.65) (2021-06-01) diff --git a/packages/visage-docs/package.json b/packages/visage-docs/package.json index e58018cb..d4b57726 100644 --- a/packages/visage-docs/package.json +++ b/packages/visage-docs/package.json @@ -1,13 +1,13 @@ { "name": "@byteclaw/visage-docs", - "version": "1.0.0-alpha.65", + "version": "1.0.0-alpha.66", "private": true, "license": "MIT", "main": "src/index.ts", "dependencies": { "@byteclaw/babel-plugin-visage": "^1.0.0-alpha.1", - "@byteclaw/visage": "^1.0.0-alpha.65", - "@byteclaw/visage-themes": "^1.0.0-alpha.65", + "@byteclaw/visage": "^1.0.0-alpha.66", + "@byteclaw/visage-themes": "^1.0.0-alpha.66", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "@reach/router": "^1.3.4", diff --git a/packages/visage-themes/CHANGELOG.md b/packages/visage-themes/CHANGELOG.md index e995fcdb..a8666807 100644 --- a/packages/visage-themes/CHANGELOG.md +++ b/packages/visage-themes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.66](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-themes@1.0.0-alpha.65...@byteclaw/visage-themes@1.0.0-alpha.66) (2021-06-04) + +**Note:** Version bump only for package @byteclaw/visage-themes + + + + + ## [1.0.0-alpha.65](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-themes@1.0.0-alpha.63...@byteclaw/visage-themes@1.0.0-alpha.65) (2021-06-01) **Note:** Version bump only for package @byteclaw/visage-themes diff --git a/packages/visage-themes/package.json b/packages/visage-themes/package.json index 46421757..45e1c5fa 100644 --- a/packages/visage-themes/package.json +++ b/packages/visage-themes/package.json @@ -1,6 +1,6 @@ { "name": "@byteclaw/visage-themes", - "version": "1.0.0-alpha.65", + "version": "1.0.0-alpha.66", "description": "Collection of themes for Visage Design System.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" @@ -33,8 +33,8 @@ "!src/**/__tests__/**/*" ], "dependencies": { - "@byteclaw/visage-core": "^1.0.0-alpha.18", - "@byteclaw/visage-utils": "^1.0.0-alpha.3", + "@byteclaw/visage-core": "^1.0.0-alpha.19", + "@byteclaw/visage-utils": "^1.0.0-alpha.4", "@types/color": "^3.0.1", "@types/modular-scale": "^5.1.1", "color": "^3.1.2", @@ -44,7 +44,7 @@ "@byteclaw/visage": "^1.0.0-alpha.3" }, "devDependencies": { - "@byteclaw/visage": "^1.0.0-alpha.65" + "@byteclaw/visage": "^1.0.0-alpha.66" }, "scripts": { "bundle": "tsdx build --format cjs,esm --name byteclaw.visage.themes --entry src/index.ts", diff --git a/packages/visage-utils/CHANGELOG.md b/packages/visage-utils/CHANGELOG.md index 24295d1f..094c5924 100644 --- a/packages/visage-utils/CHANGELOG.md +++ b/packages/visage-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.4](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-utils@1.0.0-alpha.3...@byteclaw/visage-utils@1.0.0-alpha.4) (2021-06-04) + +**Note:** Version bump only for package @byteclaw/visage-utils + + + + + ## 1.0.0-alpha.3 (2020-05-22) * fix(visage/utils): use default value only if prop value is undefined ([da837ff](https://github.com/Byteclaw/visage/commit/da837ff)) diff --git a/packages/visage-utils/package.json b/packages/visage-utils/package.json index 77f5086c..1a9edd0d 100644 --- a/packages/visage-utils/package.json +++ b/packages/visage-utils/package.json @@ -1,6 +1,6 @@ { "name": "@byteclaw/visage-utils", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Collection of utilities used by Visage Design System.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" diff --git a/packages/visage/CHANGELOG.md b/packages/visage/CHANGELOG.md index 6d69f09f..6cc8d089 100644 --- a/packages/visage/CHANGELOG.md +++ b/packages/visage/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.66](https://github.com/Byteclaw/visage/compare/@byteclaw/visage@1.0.0-alpha.65...@byteclaw/visage@1.0.0-alpha.66) (2021-06-04) + + +### Bug Fixes + +* popover positioning ([f467d35](https://github.com/Byteclaw/visage/commit/f467d35f3efb27e7c4501544baacdd6ff6824409)) + + + ## [1.0.0-alpha.65](https://github.com/Byteclaw/visage/compare/@byteclaw/visage@1.0.0-alpha.63...@byteclaw/visage@1.0.0-alpha.65) (2021-06-01) diff --git a/packages/visage/package.json b/packages/visage/package.json index 6d838863..a0aecf6a 100644 --- a/packages/visage/package.json +++ b/packages/visage/package.json @@ -1,6 +1,6 @@ { "name": "@byteclaw/visage", - "version": "1.0.0-alpha.65", + "version": "1.0.0-alpha.66", "description": "Design system based set of UI components for React applications.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" @@ -37,8 +37,8 @@ "@byteclaw/use-event-emitter": "^1.0.1", "@byteclaw/use-static-callback": "^1.1.1", "@byteclaw/use-unique-id": "^1.0.1", - "@byteclaw/visage-core": "^1.0.0-alpha.18", - "@byteclaw/visage-utils": "^1.0.0-alpha.3", + "@byteclaw/visage-core": "^1.0.0-alpha.19", + "@byteclaw/visage-utils": "^1.0.0-alpha.4", "@emotion/core": "^10.0.14", "@types/body-scroll-lock": "^2.6.1", "body-scroll-lock": "^2.6.4",