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

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soupette committed Oct 2, 2019
1 parent 8e24c12 commit adc5ace
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@buffetjs/core": "^1.0.0",
"@buffetjs/custom": "^1.0.0",
"@buffetjs/styles": "^1.0.0",
"@buffetjs/core": "1.0.0",
"@buffetjs/custom": "1.0.0",
"@buffetjs/styles": "1.0.0",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"bootstrap": "^4.3.1",
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": "0.0.0",
"version": "1.0.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
Expand Up @@ -14,8 +14,8 @@
"watch": "babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests"
},
"dependencies": {
"@buffetjs/styles": "^1.0.0",
"@buffetjs/utils": "^1.0.0",
"@buffetjs/styles": "1.0.0",
"@buffetjs/utils": "1.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/buffetjs-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"watch": "babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests"
},
"dependencies": {
"@buffetjs/core": "^1.0.0",
"@buffetjs/styles": "^1.0.0",
"@buffetjs/utils": "^1.0.0",
"@buffetjs/core": "1.0.0",
"@buffetjs/styles": "1.0.0",
"@buffetjs/utils": "1.0.0",
"moment": "^2.24.0",
"react-moment-proptypes": "^1.7.0"
},
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "buffetjs-website",
"private": true,
"description": "The website which presents the Buffet.js library and the concepts/philosophy",
"version": "0.1.0",
"version": "1.0.0",
"author": "Strapi Team <[email protected]>",
"dependencies": {
"@buffetjs/core": "^1.0.0",
"@buffetjs/custom": "^1.0.0",
"@buffetjs/styles": "^1.0.0",
"@buffetjs/core": "1.0.0",
"@buffetjs/custom": "1.0.0",
"@buffetjs/styles": "1.0.0",
"babel-plugin-styled-components": "^1.10.0",
"chalk": "^2.4.2",
"gatsby": "^2.3.25",
Expand Down

0 comments on commit adc5ace

Please sign in to comment.