Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Jul 27, 2016
1 parent 3448916 commit bf50d68
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"lerna": "2.0.0-beta.24",
"version": "1.0.4",
"version": "1.0.5",
"independent": false
}
4 changes: 2 additions & 2 deletions packages/reactabular-easy/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-easy",
"version": "1.0.4",
"version": "1.0.5",
"description": "Easy, opinionated wrapper for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down Expand Up @@ -35,7 +35,7 @@
"jsnext:main": "src",
"dependencies": {
"react-dnd": "^2.1.4",
"reactabular": "^1.0.4",
"reactabular": "^1.0.5",
"redux": "^3.5.2",
"stylesheet-helpers": "^0.1.2",
"uuid": "^2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactabular-edit/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-edit",
"version": "1.0.4",
"version": "1.0.5",
"description": "Inline editing for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactabular-highlight/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-highlight",
"version": "1.0.4",
"version": "1.0.5",
"description": "Highlighting for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactabular-resizable/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-resizable",
"version": "1.0.4",
"version": "1.0.5",
"description": "Resizable columns for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactabular-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-resolve",
"version": "1.0.4",
"version": "1.0.5",
"description": "Data resolution utilities for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down Expand Up @@ -34,7 +34,7 @@
"main": "dist-modules",
"jsnext:main": "src",
"dependencies": {
"reactabular-utils": "^1.0.4"
"reactabular-utils": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactabular-search/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-search",
"version": "1.0.4",
"version": "1.0.5",
"description": "Search for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactabular-sort/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-sort",
"version": "1.0.4",
"version": "1.0.5",
"description": "Sorting for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down Expand Up @@ -34,7 +34,7 @@
"main": "dist-modules",
"jsnext:main": "src",
"dependencies": {
"reactabular-utils": "^1.0.4"
"reactabular-utils": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactabular-sticky/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-sticky",
"version": "1.0.4",
"version": "1.0.5",
"description": "Sticky header and body for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down Expand Up @@ -34,7 +34,7 @@
"main": "dist-modules",
"jsnext:main": "src",
"dependencies": {
"reactabular-table": "^1.0.4"
"reactabular-table": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactabular-table/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-table",
"version": "1.0.4",
"version": "1.0.5",
"description": "Table components for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down Expand Up @@ -34,7 +34,7 @@
"main": "dist-modules",
"jsnext:main": "src",
"dependencies": {
"reactabular-utils": "^1.0.4"
"reactabular-utils": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactabular-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular-utils",
"version": "1.0.4",
"version": "1.0.5",
"description": "Internal utilities for Reactabular",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down
18 changes: 9 additions & 9 deletions packages/reactabular/package.json
@@ -1,6 +1,6 @@
{
"name": "reactabular",
"version": "1.0.4",
"version": "1.0.5",
"description": "Spectacular tables for React",
"scripts": {
"build": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules",
Expand Down Expand Up @@ -35,14 +35,14 @@
"main": "dist-modules",
"jsnext:main": "src",
"dependencies": {
"reactabular-edit": "^1.0.4",
"reactabular-highlight": "^1.0.4",
"reactabular-resizable": "^1.0.4",
"reactabular-resolve": "^1.0.4",
"reactabular-search": "^1.0.4",
"reactabular-sticky": "^1.0.4",
"reactabular-sort": "^1.0.4",
"reactabular-table": "^1.0.4"
"reactabular-edit": "^1.0.5",
"reactabular-highlight": "^1.0.5",
"reactabular-resizable": "^1.0.5",
"reactabular-resolve": "^1.0.5",
"reactabular-search": "^1.0.5",
"reactabular-sticky": "^1.0.5",
"reactabular-sort": "^1.0.5",
"reactabular-table": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down

0 comments on commit bf50d68

Please sign in to comment.