Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soupette committed Jan 23, 2020
1 parent 52c1f37 commit 2755187
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"description": "Buffetjs Documentation",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@buffetjs/core": "2.0.1",
"@buffetjs/custom": "2.0.1",
"@buffetjs/core": "2.1.0",
"@buffetjs/custom": "2.1.0",
"@buffetjs/icons": "2.0.0",
"@buffetjs/styles": "2.0.0",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
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": "2.0.1",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/buffetjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/core",
"version": "2.0.1",
"version": "2.1.0",
"description": "Buffetjs Core Components",
"main": "dist/index.js",
"module": "src/index.js",
Expand All @@ -15,7 +15,7 @@
"watch": "babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests"
},
"dependencies": {
"@buffetjs/hooks": "2.0.0",
"@buffetjs/hooks": "2.1.0",
"@buffetjs/icons": "2.0.0",
"@buffetjs/styles": "2.0.0",
"@buffetjs/utils": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/buffetjs-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/custom",
"version": "2.0.1",
"version": "2.1.0",
"description": "Buffetjs Custom Components",
"main": "dist/index.js",
"module": "src/index.js",
Expand All @@ -15,7 +15,7 @@
"watch": "babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests"
},
"dependencies": {
"@buffetjs/core": "2.0.1",
"@buffetjs/core": "2.1.0",
"@buffetjs/styles": "2.0.0",
"@buffetjs/utils": "2.0.0",
"moment": "^2.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/buffetjs-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/hooks",
"version": "2.0.0",
"version": "2.1.0",
"description": "Buffetjs react-hooks",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "buffetjs-website",
"private": true,
"description": "The website which presents the Buffet.js library and the concepts/philosophy",
"version": "2.0.1",
"version": "2.1.0",
"author": "Strapi Team <[email protected]>",
"dependencies": {
"@buffetjs/core": "2.0.1",
"@buffetjs/custom": "2.0.1",
"@buffetjs/core": "2.1.0",
"@buffetjs/custom": "2.1.0",
"@buffetjs/styles": "2.0.0",
"babel-plugin-styled-components": "^1.10.0",
"chalk": "^2.4.2",
Expand Down

0 comments on commit 2755187

Please sign in to comment.