Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @byteclaw/[email protected]
 - @byteclaw/[email protected]
 - @byteclaw/[email protected]
 - @byteclaw/[email protected]
 - @byteclaw/[email protected]
  • Loading branch information
michalkvasnicak committed Jun 4, 2021
1 parent a65b596 commit e15ef48
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 13 deletions.
9 changes: 9 additions & 0 deletions packages/visage-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byteclaw/[email protected]) (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/[email protected]...@byteclaw/[email protected]) (2021-02-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/visage-core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/visage-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byteclaw/[email protected]) (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/[email protected]...@byteclaw/[email protected]) (2021-06-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/visage-docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/visage-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byteclaw/[email protected]) (2021-06-04)

**Note:** Version bump only for package @byteclaw/visage-themes





## [1.0.0-alpha.65](https://github.com/Byteclaw/visage/compare/@byteclaw/[email protected]...@byteclaw/[email protected]) (2021-06-01)

**Note:** Version bump only for package @byteclaw/visage-themes
Expand Down
8 changes: 4 additions & 4 deletions packages/visage-themes/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/visage-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byteclaw/[email protected]) (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))
Expand Down
2 changes: 1 addition & 1 deletion packages/visage-utils/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/visage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byteclaw/[email protected]) (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/[email protected]...@byteclaw/[email protected]) (2021-06-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/visage/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e15ef48

Please sign in to comment.