Skip to content

Commit

Permalink
chore: 🤖 v6.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Sep 27, 2020
1 parent 23c65a5 commit af2fc6c
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [6.0.0-rc.3](https://github.com/ghaiklor/kittik/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2020-09-27)

### Features

* 🎸 add re-export for Declaration types ([4c7add3](https://github.com/ghaiklor/kittik/commit/4c7add38310f1b7970111a94b959725975c46b85))

# [6.0.0-rc.2](https://github.com/ghaiklor/kittik/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2020-06-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion common/config/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-eslint-config",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "ESLint configuration for kittik project",
"main": ".eslintrc.json",
"homepage": "https://github.com/ghaiklor/kittik#readme",
Expand Down
2 changes: 1 addition & 1 deletion common/config/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-jest-config",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Jest configuration for kittik project",
"main": "jest.config.js",
"homepage": "https://github.com/ghaiklor/kittik#readme",
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"mainProject": "kittik",
"nextBump": "prerelease",
"policyName": "locked",
"version": "6.0.0-rc.2"
"version": "6.0.0-rc.3"
}
]
2 changes: 1 addition & 1 deletion common/config/tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-tsc-config",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "TypeScript configuration for kittik project",
"main": "tsconfig.json",
"homepage": "https://github.com/ghaiklor/kittik#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/animations/kittik-animation-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-basic",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Basic class for creating animations in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/animations/kittik-animation-focus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-focus",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Provides focus animations in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/animations/kittik-animation-print/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-print",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Provides text printing animation in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/animations/kittik-animation-slide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-animation-slide",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Provides slide animations in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kittik-deck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-deck",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Deck package provides abstraction over collection of slides in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kittik-slide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-slide",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Slide package that combines all shapes and animations in one package and provides abstraction over real slide in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/main/kittik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Kittik CLI and main package to import everything for building slides",
"homepage": "https://github.com/ghaiklor/kittik/#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/kittik-shape-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-basic",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Basic class for creating other shapes in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/kittik-shape-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-code",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Code shape for rendering code in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/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": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Shape for rendering ASCII art in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/kittik-shape-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-image",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Shape for rendering png/jpg/other images in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/kittik-shape-rectangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-rectangle",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Shape for rendering rectangles in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/shapes/kittik-shape-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kittik-shape-text",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Shape for rendering text in Kittik",
"license": "MIT",
"type": "commonjs",
Expand Down

0 comments on commit af2fc6c

Please sign in to comment.