Skip to content

Commit

Permalink
v0.0.1-alpha.78
Browse files Browse the repository at this point in the history
  • Loading branch information
lttb committed Jun 1, 2020
1 parent 3a20b2e commit 1d338b9
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.78](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.77...v0.0.1-alpha.78) (2020-06-01)


### Bug Fixes

* **react:** support nullable elements ([3a20b2e](https://github.com/lttb/reshadow/commit/3a20b2ef254106ee49841388061bd1e72e457384))





## [0.0.1-alpha.77](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.76...v0.0.1-alpha.77) (2020-05-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"reshadow"
],
"version": "0.0.1-alpha.77",
"version": "0.0.1-alpha.78",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.78](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.77...v0.0.1-alpha.78) (2020-06-01)


### Bug Fixes

* **react:** support nullable elements ([3a20b2e](https://github.com/lttb/reshadow/commit/3a20b2ef254106ee49841388061bd1e72e457384))





## [0.0.1-alpha.77](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.76...v0.0.1-alpha.77) (2020-05-13)


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": "@reshadow/react",
"version": "0.0.1-alpha.77",
"version": "0.0.1-alpha.78",
"description": "reshadow react",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reshadow/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.

## [0.0.1-alpha.78](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.77...v0.0.1-alpha.78) (2020-06-01)

**Note:** Version bump only for package reshadow





## [0.0.1-alpha.77](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.76...v0.0.1-alpha.77) (2020-05-13)

**Note:** Version bump only for package reshadow
Expand Down
6 changes: 3 additions & 3 deletions packages/reshadow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reshadow",
"version": "0.0.1-alpha.77",
"version": "0.0.1-alpha.78",
"description": "reshadow",
"main": "index.js",
"repository": {
Expand All @@ -26,9 +26,9 @@
"@reshadow/macro": "^0.0.1-alpha.76",
"@reshadow/postcss": "^0.0.1-alpha.76",
"@reshadow/prettier": "0.0.1-alpha.70",
"@reshadow/react": "^0.0.1-alpha.77",
"@reshadow/react": "^0.0.1-alpha.78",
"@reshadow/svelte": "^0.0.1-alpha.76",
"@reshadow/vue": "^0.0.1-alpha.74",
"@reshadow/webpack": "^0.0.1-alpha.77"
"@reshadow/webpack": "^0.0.1-alpha.78"
}
}
8 changes: 8 additions & 0 deletions packages/styled/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.

## [0.0.1-alpha.78](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.77...v0.0.1-alpha.78) (2020-06-01)

**Note:** Version bump only for package @reshadow/styled





## [0.0.1-alpha.77](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.76...v0.0.1-alpha.77) (2020-05-13)

**Note:** Version bump only for package @reshadow/styled
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reshadow/styled",
"version": "0.0.1-alpha.77",
"version": "0.0.1-alpha.78",
"description": "reshadow styled-components API",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@reshadow/core": "^0.0.1-alpha.74",
"@reshadow/react": "^0.0.1-alpha.77",
"@reshadow/react": "^0.0.1-alpha.78",
"@reshadow/runtime": "^0.0.1-alpha.74",
"@reshadow/utils": "^0.0.1-alpha.75",
"is-react-prop": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/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.

## [0.0.1-alpha.78](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.77...v0.0.1-alpha.78) (2020-06-01)

**Note:** Version bump only for package @reshadow/webpack





## [0.0.1-alpha.77](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.76...v0.0.1-alpha.77) (2020-05-13)

**Note:** Version bump only for package @reshadow/webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reshadow/webpack",
"version": "0.0.1-alpha.77",
"version": "0.0.1-alpha.78",
"description": "reshadow webpack utils",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"postcss-loader": "^3.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"reshadow": "^0.0.1-alpha.77",
"reshadow": "^0.0.1-alpha.78",
"style-loader": "^0.23.1",
"webpack": "^4.36.1"
}
Expand Down

0 comments on commit 1d338b9

Please sign in to comment.