Skip to content

Commit

Permalink
v2.0.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
benwiley4000 committed Apr 9, 2019
1 parent 2285514 commit 3ea7031
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
".",
"packages/*"
],
"version": "2.0.0-alpha.32"
"version": "2.0.0-alpha.33"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cassette",
"private": true,
"version": "2.0.0-alpha.32",
"version": "2.0.0-alpha.33",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/audioplayer.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cassette/components",
"version": "2.0.0-alpha.32",
"version": "2.0.0-alpha.33",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/es5/cassette-components.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"webpack": "^4.17.1"
},
"dependencies": {
"@cassette/core": "^2.0.0-alpha.32",
"@cassette/core": "^2.0.0-alpha.33",
"prop-types": "^15.5.10",
"resize-observer-polyfill": "^1.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cassette/core",
"version": "2.0.0-alpha.32",
"version": "2.0.0-alpha.33",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/es5/cassette-core.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cassette/hooks",
"version": "2.0.0-alpha.32",
"version": "2.0.0-alpha.33",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/es5/cassette-hooks.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"webpack": "^4.17.1"
},
"dependencies": {
"@cassette/core": "^2.0.0-alpha.32",
"@cassette/core": "^2.0.0-alpha.33",
"prop-types": "^15.5.10"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cassette/player",
"version": "2.0.0-alpha.32",
"version": "2.0.0-alpha.33",
"description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.",
"main": "dist/es5/cassette-player.js",
"scripts": {
Expand Down Expand Up @@ -49,8 +49,8 @@
"webpack": "^4.17.1"
},
"dependencies": {
"@cassette/components": "^2.0.0-alpha.32",
"@cassette/core": "^2.0.0-alpha.32",
"@cassette/components": "^2.0.0-alpha.33",
"@cassette/core": "^2.0.0-alpha.33",
"prop-types": "^15.5.10"
},
"publishConfig": {
Expand Down

0 comments on commit 3ea7031

Please sign in to comment.