Skip to content

Commit

Permalink
Merge pull request #29 from Workfront/release-5.5.8
Browse files Browse the repository at this point in the history
release 5.5.8
  • Loading branch information
aramvr committed Jun 21, 2023
2 parents 0eac22f + bff3221 commit ab61556
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "5.5.7",
"version": "5.5.8",
"scripts": {
"start": "npm run storybook",
"version": "./update-version.sh",
Expand Down
4 changes: 2 additions & 2 deletions packages/cells/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workfront-grid/glide-data-grid-cells",
"version": "5.5.7",
"version": "5.5.8",
"description": "Extra cells for glide-data-grid",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@toast-ui/editor": "3.1.10",
"@toast-ui/react-editor": "3.1.10",
"@workfront-grid/glide-data-grid": "5.5.7",
"@workfront-grid/glide-data-grid": "5.5.8",
"react-select": "^5.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workfront-grid/glide-data-grid",
"version": "5.5.7",
"version": "5.5.8",
"description": "React data grid for beautifully displaying and editing large amounts of data with amazing performance.",
"sideEffects": [
"**/*.css"
Expand Down
4 changes: 2 additions & 2 deletions packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workfront-grid/glide-data-grid-source",
"version": "5.5.7",
"version": "5.5.8",
"description": "Useful data source hooks for Glide Data Grid",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"canvas"
],
"dependencies": {
"@workfront-grid/glide-data-grid": "5.5.7"
"@workfront-grid/glide-data-grid": "5.5.8"
},
"peerDependencies": {
"lodash": "^4.17.19",
Expand Down

0 comments on commit ab61556

Please sign in to comment.