Skip to content

Commit

Permalink
6.0.4-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Mar 13, 2024
1 parent a57eda1 commit 68de152
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "6.0.4-alpha4",
"version": "6.0.4-alpha5",
"scripts": {
"start": "npm run storybook",
"version": "./update-version.sh",
Expand Down
4 changes: 2 additions & 2 deletions packages/cells/package.json
@@ -1,6 +1,6 @@
{
"name": "@glideapps/glide-data-grid-cells",
"version": "6.0.4-alpha4",
"version": "6.0.4-alpha5",
"description": "Extra cells for glide-data-grid",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -50,7 +50,7 @@
"canvas"
],
"dependencies": {
"@glideapps/glide-data-grid": "6.0.4-alpha4",
"@glideapps/glide-data-grid": "6.0.4-alpha5",
"@linaria/react": "^4.5.3",
"@toast-ui/editor": "3.1.10",
"@toast-ui/react-editor": "3.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@glideapps/glide-data-grid",
"version": "6.0.4-alpha4",
"version": "6.0.4-alpha5",
"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
@@ -1,6 +1,6 @@
{
"name": "@glideapps/glide-data-grid-source",
"version": "6.0.4-alpha4",
"version": "6.0.4-alpha5",
"description": "Useful data source hooks for Glide Data Grid",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -42,7 +42,7 @@
"canvas"
],
"dependencies": {
"@glideapps/glide-data-grid": "6.0.4-alpha4"
"@glideapps/glide-data-grid": "6.0.4-alpha5"
},
"peerDependencies": {
"lodash": "^4.17.19",
Expand Down

0 comments on commit 68de152

Please sign in to comment.