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

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soupette committed Sep 24, 2020
1 parent bf14d76 commit 91438fe
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 31 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.2.3",
"version": "3.3.0",
"private": true,
"description": "Buffetjs Documentation",
"main": "index.js",
Expand All @@ -13,11 +13,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"@buffetjs/core": "3.2.3",
"@buffetjs/custom": "3.2.3",
"@buffetjs/hooks": "3.2.3",
"@buffetjs/icons": "3.2.3",
"@buffetjs/styles": "3.2.3",
"@buffetjs/core": "3.3.0",
"@buffetjs/custom": "3.3.0",
"@buffetjs/hooks": "3.3.0",
"@buffetjs/icons": "3.3.0",
"@buffetjs/styles": "3.3.0",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"bootstrap": "^4.3.1",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"version": "3.2.3",
"version": "3.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "docs/*"]
"packages": [
"packages/*",
"docs/*"
]
}
12 changes: 6 additions & 6 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.2.3",
"version": "3.3.0",
"description": "Buffetjs Core Components",
"main": "build",
"module": "build/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w ",
"build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index":"node ./createBuildIndex.js",
"create:index": "node ./createBuildIndex.js",
"test": "cross-env NODE_ENV=development yarn test:lint && yarn test:style && yarn test:jest",
"test:jest": "jest --runInBand --no-cache --config=jest.config.js",
"test:jest:watch": "jest --config=jest.config.js --watchAll",
Expand All @@ -31,10 +31,10 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@buffetjs/hooks": "3.2.3",
"@buffetjs/icons": "3.2.3",
"@buffetjs/styles": "3.2.3",
"@buffetjs/utils": "3.2.3",
"@buffetjs/hooks": "3.3.0",
"@buffetjs/icons": "3.3.0",
"@buffetjs/styles": "3.3.0",
"@buffetjs/utils": "3.3.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
10 changes: 5 additions & 5 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.2.3",
"version": "3.3.0",
"description": "Buffetjs Custom Components",
"main": "build",
"module": "build/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index":"node ./createBuildIndex.js",
"create:index": "node ./createBuildIndex.js",
"test": "cross-env NODE_ENV=development yarn test:lint && yarn test:style && yarn test:jest",
"test:jest": "jest --runInBand --no-cache --config=jest.config.js",
"test:jest:update": "jest --runInBand --no-cache --config=jest.config.js -u",
Expand All @@ -31,9 +31,9 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@buffetjs/core": "3.2.3",
"@buffetjs/styles": "3.2.3",
"@buffetjs/utils": "3.2.3",
"@buffetjs/core": "3.3.0",
"@buffetjs/styles": "3.3.0",
"@buffetjs/utils": "3.3.0",
"lodash": "4.17.19",
"moment": "^2.24.0",
"prop-types": "^15.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/buffetjs-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/hooks",
"version": "3.2.3",
"version": "3.3.0",
"description": "Buffetjs react-hooks",
"main": "build",
"module": "build/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index":"node ./createBuildIndex.js",
"create:index": "node ./createBuildIndex.js",
"test": "yarn run test:lint",
"test:jest:update": "jest --runInBand --no-cache --config=jest.config.js -u",
"test:lint": "eslint .",
Expand Down
4 changes: 2 additions & 2 deletions packages/buffetjs-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/icons",
"version": "3.2.3",
"version": "3.3.0",
"description": "Icons kit",
"main": "build",
"module": "build/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index":"node ./createBuildIndex.js",
"create:index": "node ./createBuildIndex.js",
"test": "yarn run test:lint && yarn run test:style",
"test:jest:update": "jest --runInBand --no-cache --config=jest.config.js -u",
"test:lint": "eslint .",
Expand Down
4 changes: 2 additions & 2 deletions packages/buffetjs-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/styles",
"version": "3.2.3",
"version": "3.3.0",
"description": "Buffetjs Styles - The styling solution of Buffetjs",
"main": "build",
"module": "build/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"build:watch:esm": "node ./deployAssets.js && cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index":"node ./createBuildIndex.js",
"create:index": "node ./createBuildIndex.js",
"test": "yarn test:lint && yarn test:style && yarn test:jest",
"test:jest": "jest --runInBand --no-cache --config=jest.config.js",
"test:jest:update": "jest --runInBand --no-cache --config=jest.config.js -u",
Expand Down
4 changes: 2 additions & 2 deletions packages/buffetjs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buffetjs/utils",
"version": "3.2.3",
"version": "3.3.0",
"description": "Buffetjs Utils",
"main": "build",
"module": "build/esm/index.js",
Expand All @@ -18,7 +18,7 @@
"build:production": "cross-env NODE_ENV=production webpack-cli",
"build:watch": "yarn create:index && cross-env NODE_ENV=development webpack-cli -w",
"build:watch:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\" --watch",
"create:index":"node ./createBuildIndex.js",
"create:index": "node ./createBuildIndex.js",
"test": "yarn run test:lint",
"test:lint": "eslint .",
"test:lint:quiet": "eslint . --quiet",
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.2.3",
"version": "3.3.0",
"author": "Strapi Team <[email protected]>",
"dependencies": {
"@buffetjs/core": "3.2.3",
"@buffetjs/custom": "3.2.3",
"@buffetjs/styles": "3.2.3",
"@buffetjs/core": "3.3.0",
"@buffetjs/custom": "3.3.0",
"@buffetjs/styles": "3.3.0",
"babel-plugin-styled-components": "^1.10.0",
"chalk": "^2.4.2",
"gatsby": "^2.3.25",
Expand Down

0 comments on commit 91438fe

Please sign in to comment.