Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Feb 4, 2021
1 parent 36a81bb commit 43d0b6b
Show file tree
Hide file tree
Showing 18 changed files with 104 additions and 104 deletions.
8 changes: 4 additions & 4 deletions examples/animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-animation",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"@types/react-flip-move": "^2.9.12",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-basic",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-components",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/controlled-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/controlled-state",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-i18n",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/multi-sorting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-multi-sorting",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-numbers",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-pagination",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/sets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-sets",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/sidepanel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-sidepanel",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/virtualized-rows/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/example-virtualized-rows",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lineup-lite",
"description": "",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions packages/_playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/_playground",
"description": "LineUp-lite example project",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"license": "MPL-2.0",
"author": {
Expand All @@ -27,9 +27,9 @@
],
"main": "src/index.tsx",
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/components",
"description": "LineUp-lite is an extension of react-table for rendering data visualization tables inspired by the LineUp visualization technique",
"version": "1.1.0",
"version": "1.2.0",
"license": "MPL-2.0",
"author": {
"name": "Samuel Gratzl",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/docs",
"description": "LineUp-lite is an extension of react-table for rendering data visualization tables inspired by the LineUp visualization technique",
"version": "1.1.0",
"version": "1.2.0",
"license": "MPL-2.0",
"author": {
"name": "Samuel Gratzl",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.70",
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/table": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@lineup-lite/table": "~1.2.0",
"@mdx-js/react": "^1.6.22",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/react-table": "^7.0.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/hooks",
"description": "LineUp-lite is an extension of react-table for rendering data visualization tables inspired by the LineUp visualization technique",
"version": "1.1.0",
"version": "1.2.0",
"license": "MPL-2.0",
"author": {
"name": "Samuel Gratzl",
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/sgratzl/lineup-lite.git"
},
"dependencies": {
"@lineup-lite/components": "~1.1.0"
"@lineup-lite/components": "~1.2.0"
},
"main": "dist/hooks.js",
"module": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lineup-lite/table",
"description": "LineUp-lite is an extension of react-table for rendering data visualization tables inspired by the LineUp visualization technique",
"version": "1.1.0",
"version": "1.2.0",
"license": "MPL-2.0",
"author": {
"name": "Samuel Gratzl",
Expand All @@ -21,8 +21,8 @@
"url": "https://github.com/sgratzl/lineup-lite.git"
},
"dependencies": {
"@lineup-lite/components": "~1.1.0",
"@lineup-lite/hooks": "~1.1.0",
"@lineup-lite/components": "~1.2.0",
"@lineup-lite/hooks": "~1.2.0",
"@types/react-table": "^7.0.26",
"react-table": "^7.6.3",
"react-virtual": "^2.3.2"
Expand Down
Loading

0 comments on commit 43d0b6b

Please sign in to comment.