Skip to content

Commit

Permalink
v0.0.1-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
lttb committed May 16, 2019
1 parent 9ab611f commit aa9bbf4
Show file tree
Hide file tree
Showing 22 changed files with 132 additions and 27 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)


### Bug Fixes

* **examples/react/hello-world:** fix symlink ([6fda9a6](https://github.com/lttb/reshadow/commit/6fda9a6))


### Features

* **core:** bring the api for the variables ([9ab611f](https://github.com/lttb/reshadow/commit/9ab611f))





## [0.0.1-alpha.26](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.25...v0.0.1-alpha.26) (2019-05-15)

**Note:** Version bump only for package reshadow
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"reshadow"
],
"version": "0.0.1-alpha.26",
"version": "0.0.1-alpha.27",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/babel/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)


### Features

* **core:** bring the api for the variables ([9ab611f](https://github.com/lttb/reshadow/commit/9ab611f))





## [0.0.1-alpha.25](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.24...v0.0.1-alpha.25) (2019-05-15)


Expand Down
8 changes: 4 additions & 4 deletions packages/babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/babel",
"version": "0.0.1-alpha.25",
"version": "0.0.1-alpha.27",
"description": "reshadow babel plugin",
"main": "index.js",
"repository": {
Expand All @@ -24,9 +24,9 @@
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/template": "^7.2.2",
"@babel/types": "^7.3.0",
"@reshadow/core": "^0.0.1-alpha.21",
"@reshadow/postcss": "^0.0.1-alpha.21",
"@reshadow/utils": "^0.0.1-alpha.21",
"@reshadow/core": "^0.0.1-alpha.27",
"@reshadow/postcss": "^0.0.1-alpha.27",
"@reshadow/utils": "^0.0.1-alpha.27",
"common-tags": "1.8.0",
"css-modules-loader-core": "^1.1.0",
"cssnano": "^4.1.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)


### Features

* **core:** bring the api for the variables ([9ab611f](https://github.com/lttb/reshadow/commit/9ab611f))





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/core",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow core runtime",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/eslint
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/eslint",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow eslint plugin",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/types": "^7.3.0",
"@reshadow/utils": "^0.0.1-alpha.21"
"@reshadow/utils": "^0.0.1-alpha.27"
},
"devDependencies": {
"eslint": "^5.15.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/macro/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.25](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.24...v0.0.1-alpha.25) (2019-05-15)

**Note:** Version bump only for package @reshadow/macro
Expand Down
6 changes: 3 additions & 3 deletions packages/macro/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/macro",
"version": "0.0.1-alpha.25",
"version": "0.0.1-alpha.27",
"description": "reshadow babel-plugin-macros plugin",
"main": "index.js",
"repository": {
Expand All @@ -20,8 +20,8 @@
"build": "../../build.sh"
},
"dependencies": {
"@reshadow/babel": "^0.0.1-alpha.25",
"@reshadow/core": "^0.0.1-alpha.21",
"@reshadow/babel": "^0.0.1-alpha.27",
"@reshadow/core": "^0.0.1-alpha.27",
"babel-plugin-macros": "2.5.1"
}
}
8 changes: 8 additions & 0 deletions packages/postcss/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/postcss
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/postcss",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow PostCSS plugin",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/prettier
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/prettier",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow prettier plugin",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reshadow/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.26](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.25...v0.0.1-alpha.26) (2019-05-15)

**Note:** Version bump only for package reshadow
Expand Down
18 changes: 9 additions & 9 deletions packages/reshadow/package.json
@@ -1,6 +1,6 @@
{
"name": "reshadow",
"version": "0.0.1-alpha.26",
"version": "0.0.1-alpha.27",
"description": "reshadow",
"main": "index.js",
"repository": {
Expand All @@ -20,13 +20,13 @@
"build": "../../build.sh && ./build.sh"
},
"dependencies": {
"@reshadow/babel": "^0.0.1-alpha.25",
"@reshadow/core": "^0.0.1-alpha.21",
"@reshadow/eslint": "^0.0.1-alpha.21",
"@reshadow/macro": "^0.0.1-alpha.25",
"@reshadow/postcss": "^0.0.1-alpha.21",
"@reshadow/prettier": "^0.0.1-alpha.21",
"@reshadow/vue": "^0.0.1-alpha.21",
"@reshadow/webpack": "^0.0.1-alpha.21"
"@reshadow/babel": "^0.0.1-alpha.27",
"@reshadow/core": "^0.0.1-alpha.27",
"@reshadow/eslint": "^0.0.1-alpha.27",
"@reshadow/macro": "^0.0.1-alpha.27",
"@reshadow/postcss": "^0.0.1-alpha.27",
"@reshadow/prettier": "^0.0.1-alpha.27",
"@reshadow/vue": "^0.0.1-alpha.27",
"@reshadow/webpack": "^0.0.1-alpha.27"
}
}
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/utils",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow utils package",
"main": "index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)

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





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/vue
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/vue",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow vue",
"main": "index.js",
"repository": {
Expand All @@ -20,6 +20,6 @@
"build": "../../build.sh"
},
"dependencies": {
"@reshadow/core": "^0.0.1-alpha.21"
"@reshadow/core": "^0.0.1-alpha.27"
}
}
11 changes: 11 additions & 0 deletions packages/webpack/CHANGELOG.md
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.27](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2019-05-16)


### Features

* **core:** bring the api for the variables ([9ab611f](https://github.com/lttb/reshadow/commit/9ab611f))





## [0.0.1-alpha.21](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2019-05-15)

**Note:** Version bump only for package @reshadow/webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@reshadow/webpack",
"version": "0.0.1-alpha.21",
"version": "0.0.1-alpha.27",
"description": "reshadow webpack utils",
"main": "index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"build": "../../build.sh"
},
"dependencies": {
"@reshadow/utils": "^0.0.1-alpha.21",
"@reshadow/utils": "^0.0.1-alpha.27",
"webpack-virtual-modules": "0.1.10"
},
"devDependencies": {
Expand Down

0 comments on commit aa9bbf4

Please sign in to comment.