diff --git a/packages/babel-plugin-visage/CHANGELOG.md b/packages/babel-plugin-visage/CHANGELOG.md index fb4622e9..e4c9dfd3 100644 --- a/packages/babel-plugin-visage/CHANGELOG.md +++ b/packages/babel-plugin-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.2](https://github.com/Byteclaw/visage/compare/@byteclaw/babel-plugin-visage@1.0.0-alpha.1...@byteclaw/babel-plugin-visage@1.0.0-alpha.2) (2021-06-04) + + +### Bug Fixes + +* invalid file input types ([3ce1198](https://github.com/Byteclaw/visage/commit/3ce1198d127f22f2f4459b10820fe628f9121905)) + + + ## [1.0.0-alpha.1](https://github.com/Byteclaw/visage/compare/@byteclaw/babel-plugin-visage@1.0.0-alpha.0...@byteclaw/babel-plugin-visage@1.0.0-alpha.1) (2020-12-28) **Note:** Version bump only for package @byteclaw/babel-plugin-visage diff --git a/packages/babel-plugin-visage/package.json b/packages/babel-plugin-visage/package.json index 7de8e524..03da22bf 100644 --- a/packages/babel-plugin-visage/package.json +++ b/packages/babel-plugin-visage/package.json @@ -1,6 +1,6 @@ { "name": "@byteclaw/babel-plugin-visage", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "A recommended babel preprocessing plugin for @byteclaw/visage design system. Hoists styles props from React JSX components.", "types": "dist/index.d.ts", "main": "dist/index.js", @@ -27,8 +27,8 @@ "url": "https://github.com/Byteclaw/visage.git" }, "dependencies": { - "@types/babel__core": "^7.1.14", - "@babel/plugin-syntax-jsx": "^7.8.3" + "@babel/plugin-syntax-jsx": "^7.8.3", + "@types/babel__core": "^7.1.14" }, "publishConfig": { "access": "public" diff --git a/packages/visage-core/CHANGELOG.md b/packages/visage-core/CHANGELOG.md index 2b14d227..84415596 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.20](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-core@1.0.0-alpha.19...@byteclaw/visage-core@1.0.0-alpha.20) (2021-06-04) + + +### Bug Fixes + +* invalid file input types ([3ce1198](https://github.com/Byteclaw/visage/commit/3ce1198d127f22f2f4459b10820fe628f9121905)) + + + ## [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) diff --git a/packages/visage-core/package.json b/packages/visage-core/package.json index 531ee769..7d395b97 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.19", + "version": "1.0.0-alpha.20", "description": "CSS-in-js agnostic framework for design system development used by Visage Design System.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" diff --git a/packages/visage-docs/CHANGELOG.md b/packages/visage-docs/CHANGELOG.md index 266e786e..a9a68d26 100644 --- a/packages/visage-docs/CHANGELOG.md +++ b/packages/visage-docs/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.67](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-docs@1.0.0-alpha.66...@byteclaw/visage-docs@1.0.0-alpha.67) (2021-06-04) + +**Note:** Version bump only for package @byteclaw/visage-docs + + + + + ## [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) diff --git a/packages/visage-docs/package.json b/packages/visage-docs/package.json index d4b57726..29b5bbf3 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.66", + "version": "1.0.0-alpha.67", "private": true, "license": "MIT", "main": "src/index.ts", "dependencies": { - "@byteclaw/babel-plugin-visage": "^1.0.0-alpha.1", - "@byteclaw/visage": "^1.0.0-alpha.66", - "@byteclaw/visage-themes": "^1.0.0-alpha.66", + "@byteclaw/babel-plugin-visage": "^1.0.0-alpha.2", + "@byteclaw/visage": "^1.0.0-alpha.67", + "@byteclaw/visage-themes": "^1.0.0-alpha.67", "@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 a8666807..1f203c02 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.67](https://github.com/Byteclaw/visage/compare/@byteclaw/visage-themes@1.0.0-alpha.66...@byteclaw/visage-themes@1.0.0-alpha.67) (2021-06-04) + +**Note:** Version bump only for package @byteclaw/visage-themes + + + + + ## [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 diff --git a/packages/visage-themes/package.json b/packages/visage-themes/package.json index 45e1c5fa..96c77cab 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.66", + "version": "1.0.0-alpha.67", "description": "Collection of themes for Visage Design System.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" @@ -33,7 +33,7 @@ "!src/**/__tests__/**/*" ], "dependencies": { - "@byteclaw/visage-core": "^1.0.0-alpha.19", + "@byteclaw/visage-core": "^1.0.0-alpha.20", "@byteclaw/visage-utils": "^1.0.0-alpha.4", "@types/color": "^3.0.1", "@types/modular-scale": "^5.1.1", @@ -44,7 +44,7 @@ "@byteclaw/visage": "^1.0.0-alpha.3" }, "devDependencies": { - "@byteclaw/visage": "^1.0.0-alpha.66" + "@byteclaw/visage": "^1.0.0-alpha.67" }, "scripts": { "bundle": "tsdx build --format cjs,esm --name byteclaw.visage.themes --entry src/index.ts", diff --git a/packages/visage/CHANGELOG.md b/packages/visage/CHANGELOG.md index 6cc8d089..930ec6be 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.67](https://github.com/Byteclaw/visage/compare/@byteclaw/visage@1.0.0-alpha.66...@byteclaw/visage@1.0.0-alpha.67) (2021-06-04) + + +### Bug Fixes + +* invalid file input types ([3ce1198](https://github.com/Byteclaw/visage/commit/3ce1198d127f22f2f4459b10820fe628f9121905)) + + + ## [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) diff --git a/packages/visage/package.json b/packages/visage/package.json index a0aecf6a..df5ab0ed 100644 --- a/packages/visage/package.json +++ b/packages/visage/package.json @@ -1,6 +1,6 @@ { "name": "@byteclaw/visage", - "version": "1.0.0-alpha.66", + "version": "1.0.0-alpha.67", "description": "Design system based set of UI components for React applications.", "bugs": { "url": "https://github.com/Byteclaw/visage/issues" @@ -37,7 +37,7 @@ "@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.19", + "@byteclaw/visage-core": "^1.0.0-alpha.20", "@byteclaw/visage-utils": "^1.0.0-alpha.4", "@emotion/core": "^10.0.14", "@types/body-scroll-lock": "^2.6.1",