Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @snap-carousel/[email protected]
 - @snap-carousel/[email protected]
 - @snap-carousel/[email protected]
  • Loading branch information
Grsmto committed Jan 2, 2021
1 parent 3f7b955 commit af09c41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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": "@snap-carousel/core",
"version": "0.0.14",
"version": "0.0.15",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@snap-carousel/examples",
"version": "0.0.13",
"version": "0.0.14",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack-dev-server --mode=development"
},
"dependencies": {
"@snap-carousel/react": "^0.0.15",
"@snap-carousel/core": "^0.0.14"
"@snap-carousel/core": "^0.0.15",
"@snap-carousel/react": "^0.0.16"
},
"devDependencies": {
"css-loader": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snap-carousel/react",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand All @@ -11,7 +11,7 @@
"start": "rollup -c -w"
},
"dependencies": {
"@snap-carousel/core": "^0.0.14"
"@snap-carousel/core": "^0.0.15"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down

0 comments on commit af09c41

Please sign in to comment.