Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jun 5, 2018
1 parent 5da85a6 commit 4b829fa
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 32 deletions.
13 changes: 9 additions & 4 deletions packages/localizer-date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-date-fns",
"version": "4.0.11",
"version": "4.0.12",
"description": "A date-fns localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand All @@ -9,12 +9,17 @@
"build": "babel localizer.js -o index.js",
"prepublishOnly": "npm run clean && npm run build && npm run dist"
},
"files": ["index.js", "dist"],
"files": [
"index.js",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-widgets.git"
},
"keywords": ["react-widgets"],
"keywords": [
"react-widgets"
],
"authors": [
"Eduardo Cancino (https://github.com/ecancino)",
"Marnus Weststrate <[email protected]> (https://github.com/marnusw)"
Expand All @@ -33,7 +38,7 @@
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4",
"date-fns": "^2.0.0-alpha.7",
"react-widgets": "^4.2.5",
"react-widgets": "^4.3.0",
"rimraf": "^2.6.2"
}
}
16 changes: 10 additions & 6 deletions packages/localizer-globalize/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"name": "react-widgets-globalize",
"version": "5.0.5",
"version": "5.0.6",
"description": "A globalize.js localizer for react-widgets",
"main": "index.js",
"scripts": {
"clean": "rimraf dist/* lib/*",
"dist":
"node ../../tools/build-localizer.js '{\"globalize\": \"window.Globalize\"}'",
"dist": "node ../../tools/build-localizer.js '{\"globalize\": \"window.Globalize\"}'",
"build": "babel localizer.js -o index.js",
"prepublishOnly": "npm run clean && npm run build && npm run dist"
},
"files": ["index.js", "dist"],
"files": [
"index.js",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-widgets.git"
},
"keywords": ["react-widgets"],
"keywords": [
"react-widgets"
],
"author": "Jason Quense",
"license": "MIT",
"bugs": {
Expand All @@ -31,7 +35,7 @@
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4",
"react-widgets": "^4.2.5",
"react-widgets": "^4.3.0",
"rimraf": "^2.6.2"
},
"dependencies": {
Expand Down
16 changes: 10 additions & 6 deletions packages/localizer-moment/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"name": "react-widgets-moment",
"version": "4.0.12",
"version": "4.0.13",
"description": "A moment.js localizer for react-widgets",
"main": "index.js",
"scripts": {
"clean": "rimraf dist/* ./index.js",
"dist":
"node ../../tools/build-localizer.js '{\"moment\": \"window.moment\"}'",
"dist": "node ../../tools/build-localizer.js '{\"moment\": \"window.moment\"}'",
"build": "babel localizer.js -o index.js",
"prepublishOnly": "npm run clean && npm run build && npm run dist"
},
"files": ["index.js", "dist"],
"files": [
"index.js",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-widgets.git"
},
"keywords": ["react-widgets"],
"keywords": [
"react-widgets"
],
"author": "Jason Quense",
"license": "MIT",
"bugs": {
Expand All @@ -31,7 +35,7 @@
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4",
"moment": "^2.21.0",
"react-widgets": "^4.2.5",
"react-widgets": "^4.3.0",
"rimraf": "^2.6.2"
}
}
13 changes: 9 additions & 4 deletions packages/localizer-simple-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-simple-number",
"version": "4.1.8",
"version": "4.1.9",
"description": "A globalize.js localizer for react-widgets",
"main": "index.js",
"scripts": {
Expand All @@ -9,12 +9,17 @@
"build": "babel localizer.js -o index.js",
"prepublishOnly": "npm run clean && npm run build && npm run dist"
},
"files": ["index.js", "dist"],
"files": [
"index.js",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-widgets.git"
},
"keywords": ["react-widgets"],
"keywords": [
"react-widgets"
],
"author": "Jason Quense",
"license": "MIT",
"bugs": {
Expand All @@ -32,7 +37,7 @@
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4",
"react-widgets": "^4.2.5",
"react-widgets": "^4.3.0",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-material-ui",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"cpy-cli": "^2.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-widgets": "^4.2.5"
"react-widgets": "^4.3.0"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets",
"version": "4.2.6",
"version": "4.3.0",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"main": "lib/index.js",
"author": {
Expand Down
14 changes: 7 additions & 7 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "4.0.12",
"version": "4.0.13",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"material-ui": "^1.0.0-beta.35",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-widgets": "^4.2.5",
"react-widgets-globalize": "^5.0.5",
"react-widgets-material-ui": "^0.2.2",
"react-widgets-moment": "^4.0.12",
"react-widgets-simple-number": "^4.1.8",
"react-widgets-virtualized": "^4.0.12",
"react-widgets": "^4.3.0",
"react-widgets-globalize": "^5.0.6",
"react-widgets-material-ui": "^0.2.3",
"react-widgets-moment": "^4.0.13",
"react-widgets-simple-number": "^4.1.9",
"react-widgets-virtualized": "^4.0.13",
"rimraf": "^2.5.4",
"webpack": "^3.0.0",
"webpack-atoms": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/virtualized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widgets-virtualized",
"version": "4.0.12",
"version": "4.0.13",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-beta.42",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-widgets": "^4.2.5"
"react-widgets": "^4.3.0"
},
"author": "Jason Quense",
"license": "MIT"
Expand Down

0 comments on commit 4b829fa

Please sign in to comment.