Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
chore(release): publish v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Jul 2, 2019
1 parent d472bb5 commit a68c12c
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 9 deletions.
8 changes: 8 additions & 0 deletions 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.

## [2.9.1](https://github.com/element-motion/element-motion/compare/v2.9.0...v2.9.1) (2019-07-02)

**Note:** Version bump only for package element-motion





# [2.9.0](https://github.com/element-motion/element-motion/compare/v2.8.1...v2.9.0) (2019-07-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0",
"npmClient": "yarn",
"version": "2.9.0",
"version": "2.9.1",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [2.9.1](https://github.com/element-motion/element-motion/compare/v2.9.0...v2.9.1) (2019-07-02)

**Note:** Version bump only for package @element-motion/core





# [2.9.0](https://github.com/element-motion/element-motion/compare/v2.8.1...v2.9.0) (2019-07-01)

**Note:** Version bump only for package @element-motion/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@element-motion/core",
"version": "2.9.0",
"version": "2.9.1",
"repository": "element-motion/element-motion",
"directory": "packages/core",
"homepage": "https://elementmotion.com",
Expand All @@ -22,8 +22,8 @@
],
"scripts": {},
"dependencies": {
"@element-motion/motions": "^2.9.0",
"@element-motion/utils": "^2.9.0"
"@element-motion/motions": "^2.9.1",
"@element-motion/utils": "^2.9.1"
},
"devDependencies": {
"@element-motion/dev": "^2.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.

## [2.9.1](https://github.com/element-motion/element-motion/compare/v2.9.0...v2.9.1) (2019-07-02)

**Note:** Version bump only for package @element-motion/docs





# [2.9.0](https://github.com/element-motion/element-motion/compare/v2.8.1...v2.9.0) (2019-07-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@element-motion/docs",
"private": true,
"version": "2.9.0",
"version": "2.9.1",
"repository": "element-motion/element-motion",
"directory": "packages/docs",
"main": "dist/cjs/index.js",
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"@element-motion/core": "^2.9.0",
"@element-motion/core": "^2.9.1",
"@element-motion/dev": "^2.8.1",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/motions/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.

## [2.9.1](https://github.com/element-motion/element-motion/compare/v2.9.0...v2.9.1) (2019-07-02)

**Note:** Version bump only for package @element-motion/motions





# [2.9.0](https://github.com/element-motion/element-motion/compare/v2.8.1...v2.9.0) (2019-07-01)

**Note:** Version bump only for package @element-motion/motions
Expand Down
4 changes: 2 additions & 2 deletions packages/motions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@element-motion/motions",
"version": "2.9.0",
"version": "2.9.1",
"repository": "element-motion/element-motion",
"directory": "packages/motions",
"homepage": "https://elementmotion.com",
Expand All @@ -11,7 +11,7 @@
"sideEffects": false,
"scripts": {},
"dependencies": {
"@element-motion/utils": "^2.9.0",
"@element-motion/utils": "^2.9.1",
"emotion": ">=9"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.

## [2.9.1](https://github.com/element-motion/element-motion/compare/v2.9.0...v2.9.1) (2019-07-02)

**Note:** Version bump only for package @element-motion/utils





# [2.9.0](https://github.com/element-motion/element-motion/compare/v2.8.1...v2.9.0) (2019-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@element-motion/utils",
"version": "2.9.0",
"version": "2.9.1",
"repository": "element-motion/element-motion",
"directory": "packages/utils",
"homepage": "https://elementmotion.com",
Expand Down

0 comments on commit a68c12c

Please sign in to comment.