Skip to content

Commit 160e83b

Browse files
committed
chore(release): publish stable %s
- @airy/maleo-css-plugin@0.1.1 - @airy/maleo-gulp-plugin@0.0.15 - @airy/maleo-redux-plugin@0.0.15 - @airy/maleo-typescript-plugin@0.0.15
1 parent 9ef9519 commit 160e83b

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

packages/css-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2019-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **css-plugin:** fix css plugin for development ([9ef9519](https://github.com/alvinkl/maleo-plugins/commit/9ef9519))

packages/css-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airy/maleo-css-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"scripts": {

packages/gulp-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.15 (2019-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **css-plugin:** fix css plugin for development ([9ef9519](https://github.com/alvinkl/maleo-plugins/commit/9ef9519))

packages/gulp-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airy/maleo-gulp-plugin",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

packages/redux-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.15 (2019-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **css-plugin:** fix css plugin for development ([9ef9519](https://github.com/alvinkl/maleo-plugins/commit/9ef9519))

packages/redux-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airy/maleo-redux-plugin",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"scripts": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.15 (2019-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **css-plugin:** fix css plugin for development ([9ef9519](https://github.com/alvinkl/maleo-plugins/commit/9ef9519))

packages/typescript-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airy/maleo-typescript-plugin",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)