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

Commit

Permalink
Release 3.3.8
Browse files Browse the repository at this point in the history
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
  • Loading branch information
HichamELBSI committed Jul 19, 2021
1 parent edfc053 commit af628ff
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 95 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "3.3.7-next.1",
"version": "3.3.8",
"private": true,
"description": "Buffetjs Documentation",
"main": "index.js",
Expand All @@ -13,11 +13,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"@buffetjs/core": "3.3.7-next.1",
"@buffetjs/custom": "3.3.7-next.1",
"@buffetjs/hooks": "3.3.7-next.1",
"@buffetjs/icons": "3.3.7-next.1",
"@buffetjs/styles": "3.3.7-next.1",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@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": "3.3.7-next.1",
"version": "3.3.8",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
10 changes: 5 additions & 5 deletions packages/buffetjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/core",
"version": "3.3.7",
"version": "3.3.8",
"description": "Buffetjs Core Components",
"main": "build",
"module": "build/esm/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@buffetjs/hooks": "3.3.7",
"@buffetjs/icons": "3.3.7",
"@buffetjs/styles": "3.3.7",
"@buffetjs/utils": "3.3.7",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@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
8 changes: 4 additions & 4 deletions packages/buffetjs-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/custom",
"version": "3.3.7",
"version": "3.3.8",
"description": "Buffetjs Custom Components",
"main": "build",
"module": "build/esm/index.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@buffetjs/core": "3.3.7",
"@buffetjs/styles": "3.3.7",
"@buffetjs/utils": "3.3.7",
"@buffetjs/core": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"lodash": "4.17.21",
"moment": "^2.24.0",
"prop-types": "^15.5.10",
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": "3.3.7",
"version": "3.3.8",
"description": "Buffetjs react-hooks",
"main": "build",
"module": "build/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/buffetjs-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/icons",
"version": "3.3.7",
"version": "3.3.8",
"description": "Icons kit",
"main": "build",
"module": "build/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/buffetjs-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/styles",
"version": "3.3.7",
"version": "3.3.8",
"description": "Buffetjs Styles - The styling solution of Buffetjs",
"main": "build",
"module": "build/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/buffetjs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/utils",
"version": "3.3.7",
"version": "3.3.8",
"description": "Buffetjs Utils",
"main": "build",
"module": "build/esm/index.js",
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": "3.3.7-next.1",
"version": "3.3.8",
"author": "Strapi Team <hi@strapi.io>",
"dependencies": {
"@buffetjs/core": "3.3.7-next.1",
"@buffetjs/custom": "3.3.7-next.1",
"@buffetjs/styles": "3.3.7-next.1",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/styles": "3.3.8",
"babel-plugin-styled-components": "^1.10.0",
"chalk": "^2.4.2",
"gatsby": "^2.3.25",
Expand Down
71 changes: 0 additions & 71 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1138,77 +1138,6 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@buffetjs/core@3.3.7-next.1":
version "3.3.7-next.1"
resolved "https://registry.yarnpkg.com/@buffetjs/core/-/core-3.3.7-next.1.tgz#f55d75f4d5be1abe8a612b636c89ad2b3d90dcd9"
integrity sha512-4JaA33eDkXI2a1SNMOBLsJ3/H0egAjZVlj8Xy8fY2cz7zxViPPU/dULQOMcGn+Iwd/rbelGBBXxXJ6fjE+eCOQ==
dependencies:
"@buffetjs/hooks" "3.3.7-next.1"
"@buffetjs/icons" "3.3.7-next.1"
"@buffetjs/styles" "3.3.7-next.1"
"@buffetjs/utils" "3.3.7-next.1"
"@fortawesome/fontawesome-svg-core" "^1.2.25"
"@fortawesome/free-regular-svg-icons" "^5.11.2"
"@fortawesome/free-solid-svg-icons" "^5.11.2"
"@fortawesome/react-fontawesome" "^0.1.4"
invariant "^2.2.4"
lodash "4.17.21"
moment "^2.24.0"
prop-types "^15.7.2"
rc-input-number "^4.5.0"
react-dates "^21.5.1"
react-moment-proptypes "^1.7.0"
react-router-dom "^5.2.0"
react-with-direction "^1.3.1"
reactstrap "^8.5.1"

"@buffetjs/custom@3.3.7-next.1":
version "3.3.7-next.1"
resolved "https://registry.yarnpkg.com/@buffetjs/custom/-/custom-3.3.7-next.1.tgz#f11df18dca414d6cd7a51f2b8961a718bac77858"
integrity sha512-9l7v8/7WgWQexy7efvigcE1zbof4ZIkEbLp/nPI3Jd04P4eawT9tj0qxhnomDSDVnQpMQCQFPD27QdZj3PD/bg==
dependencies:
"@buffetjs/core" "3.3.7-next.1"
"@buffetjs/styles" "3.3.7-next.1"
"@buffetjs/utils" "3.3.7-next.1"
lodash "4.17.21"
moment "^2.24.0"
prop-types "^15.5.10"
react-moment-proptypes "^1.7.0"

"@buffetjs/hooks@3.3.7-next.1":
version "3.3.7-next.1"
resolved "https://registry.yarnpkg.com/@buffetjs/hooks/-/hooks-3.3.7-next.1.tgz#a1e7fddc6c769ec5c7733d48bf9bc4888bd347db"
integrity sha512-kTvpiBcfTVnHFUgmutc+OcjjNEdMPWj0aKDFZ3SFRvaUvm9o0rwh88aMMRF8yOwFUWPOHqx67eVpFHxxyivsVA==

"@buffetjs/icons@3.3.7-next.1":
version "3.3.7-next.1"
resolved "https://registry.yarnpkg.com/@buffetjs/icons/-/icons-3.3.7-next.1.tgz#ba36be1ee7404860de848c440257dbcd99e6d702"
integrity sha512-t45a3/T1LKVxZnBaFaZ+GTYuUyFD5+n9ZshirzFiAw8f8y8/+Psmwen5mQgQjBgLZQj7YhKlgbsU77Mi6i5/Og==
dependencies:
prop-types "^15.5.10"

"@buffetjs/styles@3.3.7-next.1":
version "3.3.7-next.1"
resolved "https://registry.yarnpkg.com/@buffetjs/styles/-/styles-3.3.7-next.1.tgz#c771ef12e5ddccc7e65873e66d0c3e424a36de0e"
integrity sha512-iohmfR30qwA5TnqDkbHtY0qlMeytyWnkzCvfQBF6ef2RoDS0hFTjZ6wUlw7+vW0VUSPrmek/eSCTQq23LvcjlA==
dependencies:
"@fortawesome/fontawesome-free" "^5.12.0"
"@fortawesome/fontawesome-svg-core" "^1.2.22"
"@fortawesome/free-regular-svg-icons" "^5.10.2"
"@fortawesome/free-solid-svg-icons" "^5.10.2"
"@fortawesome/react-fontawesome" "^0.1.4"
prop-types "^15.7.2"
react-dates "^21.1.0"
react-tooltip "^4.2.11"

"@buffetjs/utils@3.3.7-next.1":
version "3.3.7-next.1"
resolved "https://registry.yarnpkg.com/@buffetjs/utils/-/utils-3.3.7-next.1.tgz#ee1892094c4bf64b5e48fb9f79c0f1a513ffc464"
integrity sha512-O8oAoXVanqxaZT1JhzyoVVsyj/QN4Co83OgiBo8/d7ueNovmEiq9E7KbkVdjZQzUPLy6jmDQ64H3alFYQgRLdA==
dependencies:
lodash "4.17.21"
yup "^0.32.9"

"@cnakazawa/watch@^1.0.3":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
Expand Down

0 comments on commit af628ff

Please sign in to comment.