Skip to content

Commit

Permalink
chore: release 5.4.2 (trigger CI fro 5.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vabrahamyanadobe committed Apr 6, 2023
1 parent d1079ee commit 61b0ce6
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.4.1",
"version": "5.4.2",
"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.4.1",
"version": "5.4.2",
"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.4.1",
"@workfront-grid/glide-data-grid": "5.4.2",
"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.4.1",
"version": "5.4.2",
"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.4.1",
"version": "5.4.2",
"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.4.1"
"@workfront-grid/glide-data-grid": "5.4.2"
},
"peerDependencies": {
"lodash": "^4.17.19",
Expand Down

0 comments on commit 61b0ce6

Please sign in to comment.