Skip to content

Commit

Permalink
chore(release): publish v5.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Apr 26, 2020
1 parent 790f44e commit 15b512d
Show file tree
Hide file tree
Showing 26 changed files with 209 additions and 46 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Bug Fixes

* 🐛 animation options are mandatory on creating animations ([52665f7](https://github.com/ghaiklor/kittik/commit/52665f7cf891ad4db6c08c31d5b2e760c5fae901))
* 🐛 when creating shape from object, all fields are mandator ([ba02210](https://github.com/ghaiklor/kittik/commit/ba022108715916331f2aa9479071a4d1dc854f41))


### Features

* 🎸 generic interface AnimationObject over type and options ([4e09ab7](https://github.com/ghaiklor/kittik/commit/4e09ab7425a47969ae8121316ecc81a6d17c482b))
* 🎸 generic interface ShapeObject over type and options ([37bd243](https://github.com/ghaiklor/kittik/commit/37bd2433525cb888def8cb58fe80b6f6992f6f6b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
16 changes: 16 additions & 0 deletions packages/kittik-animation-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Bug Fixes

* 🐛 animation options are mandatory on creating animations ([52665f7](https://github.com/ghaiklor/kittik/commit/52665f7cf891ad4db6c08c31d5b2e760c5fae901))


### Features

* 🎸 generic interface AnimationObject over type and options ([4e09ab7](https://github.com/ghaiklor/kittik/commit/4e09ab7425a47969ae8121316ecc81a6d17c482b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-animation-basic
Expand Down
4 changes: 2 additions & 2 deletions packages/kittik-animation-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-basic",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Basic class for creating animations in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "25.4.0",
"kittik-shape-basic": "5.1.0-beta.1",
"kittik-shape-basic": "5.1.0-beta.2",
"rimraf": "3.0.2",
"terminal-canvas": "3.1.0",
"ts-jest": "25.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/kittik-animation-focus/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Features

* 🎸 generic interface AnimationObject over type and options ([4e09ab7](https://github.com/ghaiklor/kittik/commit/4e09ab7425a47969ae8121316ecc81a6d17c482b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-animation-focus
Expand Down
8 changes: 4 additions & 4 deletions packages/kittik-animation-focus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-focus",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Provides focus animations in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "jest"
},
"dependencies": {
"kittik-animation-basic": "5.1.0-beta.1"
"kittik-animation-basic": "5.1.0-beta.2"
},
"devDependencies": {
"@types/jest": "25.2.1",
Expand All @@ -55,8 +55,8 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "25.4.0",
"kittik-shape-basic": "5.1.0-beta.1",
"kittik-shape-rectangle": "5.1.0-beta.1",
"kittik-shape-basic": "5.1.0-beta.2",
"kittik-shape-rectangle": "5.1.0-beta.2",
"rimraf": "3.0.2",
"terminal-canvas": "3.1.0",
"ts-jest": "25.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/kittik-animation-print/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Features

* 🎸 generic interface AnimationObject over type and options ([4e09ab7](https://github.com/ghaiklor/kittik/commit/4e09ab7425a47969ae8121316ecc81a6d17c482b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)


Expand Down
8 changes: 4 additions & 4 deletions packages/kittik-animation-print/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-print",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Provides text printing animation in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "jest"
},
"dependencies": {
"kittik-animation-basic": "5.1.0-beta.1"
"kittik-animation-basic": "5.1.0-beta.2"
},
"devDependencies": {
"@types/jest": "25.2.1",
Expand All @@ -56,8 +56,8 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "25.4.0",
"kittik-shape-basic": "5.1.0-beta.1",
"kittik-shape-rectangle": "5.1.0-beta.1",
"kittik-shape-basic": "5.1.0-beta.2",
"kittik-shape-rectangle": "5.1.0-beta.2",
"rimraf": "3.0.2",
"terminal-canvas": "3.1.0",
"ts-jest": "25.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/kittik-animation-slide/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Features

* 🎸 generic interface AnimationObject over type and options ([4e09ab7](https://github.com/ghaiklor/kittik/commit/4e09ab7425a47969ae8121316ecc81a6d17c482b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-animation-slide
Expand Down
8 changes: 4 additions & 4 deletions packages/kittik-animation-slide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-slide",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Provides slide animations in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "jest"
},
"dependencies": {
"kittik-animation-basic": "5.1.0-beta.1"
"kittik-animation-basic": "5.1.0-beta.2"
},
"devDependencies": {
"@types/jest": "25.2.1",
Expand All @@ -55,8 +55,8 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "25.4.0",
"kittik-shape-basic": "5.1.0-beta.1",
"kittik-shape-rectangle": "5.1.0-beta.1",
"kittik-shape-basic": "5.1.0-beta.2",
"kittik-shape-rectangle": "5.1.0-beta.2",
"rimraf": "3.0.2",
"terminal-canvas": "3.1.0",
"ts-jest": "25.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/kittik-deck/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)

**Note:** Version bump only for package kittik-deck





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-deck
Expand Down
18 changes: 9 additions & 9 deletions packages/kittik-deck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-deck",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Deck package provides abstraction over collection of slides in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test": "jest"
},
"dependencies": {
"kittik-slide": "5.1.0-beta.1",
"kittik-slide": "5.1.0-beta.2",
"terminal-canvas": "3.1.0"
},
"devDependencies": {
Expand All @@ -55,13 +55,13 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "25.4.0",
"kittik-animation-basic": "5.1.0-beta.1",
"kittik-animation-focus": "5.1.0-beta.1",
"kittik-animation-print": "5.1.0-beta.1",
"kittik-animation-slide": "5.1.0-beta.1",
"kittik-shape-basic": "5.1.0-beta.1",
"kittik-shape-code": "5.1.0-beta.1",
"kittik-shape-fig-text": "5.1.0-beta.1",
"kittik-animation-basic": "5.1.0-beta.2",
"kittik-animation-focus": "5.1.0-beta.2",
"kittik-animation-print": "5.1.0-beta.2",
"kittik-animation-slide": "5.1.0-beta.2",
"kittik-shape-basic": "5.1.0-beta.2",
"kittik-shape-code": "5.1.0-beta.2",
"kittik-shape-fig-text": "5.1.0-beta.2",
"rimraf": "3.0.2",
"ts-jest": "25.4.0",
"typescript": "3.9.0-dev.20200426"
Expand Down
16 changes: 16 additions & 0 deletions packages/kittik-shape-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Bug Fixes

* 🐛 when creating shape from object, all fields are mandator ([ba02210](https://github.com/ghaiklor/kittik/commit/ba022108715916331f2aa9479071a4d1dc854f41))


### Features

* 🎸 generic interface ShapeObject over type and options ([37bd243](https://github.com/ghaiklor/kittik/commit/37bd2433525cb888def8cb58fe80b6f6992f6f6b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-shape-basic
Expand Down
2 changes: 1 addition & 1 deletion packages/kittik-shape-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-basic",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Basic class for creating other shapes in Kittik",
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/kittik-shape-code/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Features

* 🎸 generic interface ShapeObject over type and options ([37bd243](https://github.com/ghaiklor/kittik/commit/37bd2433525cb888def8cb58fe80b6f6992f6f6b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/kittik-shape-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-code",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Code shape for rendering code in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"js-beautify": "1.11.0",
"kittik-shape-basic": "5.1.0-beta.1",
"kittik-shape-basic": "5.1.0-beta.2",
"redeyed": "2.1.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/kittik-shape-fig-text/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Features

* 🎸 generic interface ShapeObject over type and options ([37bd243](https://github.com/ghaiklor/kittik/commit/37bd2433525cb888def8cb58fe80b6f6992f6f6b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-shape-fig-text
Expand Down
4 changes: 2 additions & 2 deletions packages/kittik-shape-fig-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-fig-text",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Shape for rendering ASCII art in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"figlet": "1.3.0",
"kittik-shape-basic": "5.1.0-beta.1"
"kittik-shape-basic": "5.1.0-beta.2"
},
"devDependencies": {
"@types/figlet": "1.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/kittik-shape-image/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.

# [5.1.0-beta.2](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.1...v5.1.0-beta.2) (2020-04-26)


### Features

* 🎸 generic interface ShapeObject over type and options ([37bd243](https://github.com/ghaiklor/kittik/commit/37bd2433525cb888def8cb58fe80b6f6992f6f6b))





# [5.1.0-beta.1](https://github.com/ghaiklor/kittik/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2020-04-20)

**Note:** Version bump only for package kittik-shape-image
Expand Down
4 changes: 2 additions & 2 deletions packages/kittik-shape-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-image",
"version": "5.1.0-beta.1",
"version": "5.1.0-beta.2",
"description": "Shape for rendering png/jpg/other images in Kittik",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "jest"
},
"dependencies": {
"kittik-shape-basic": "5.1.0-beta.1"
"kittik-shape-basic": "5.1.0-beta.2"
},
"devDependencies": {
"@types/jest": "25.2.1",
Expand Down
Loading

0 comments on commit 15b512d

Please sign in to comment.