Skip to content

Commit d78196d

Browse files
authored
3.2.1-beta1
1 parent 8ce7379 commit d78196d

File tree

4 files changed

+73
-73
lines changed

4 files changed

+73
-73
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "3.2.0",
3+
"version": "3.2.1-beta1",
44
"scripts": {
55
"bootstrap": "./bootstrap.sh",
66
"build": "./build-all.sh",

packages/cells/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glideapps/glide-data-grid-cells",
3-
"version": "3.2.0",
3+
"version": "3.2.1-beta1",
44
"description": "Extra cells for glide-data-grid",
55
"sideEffects": false,
66
"type": "module",
@@ -40,7 +40,7 @@
4040
"canvas"
4141
],
4242
"dependencies": {
43-
"@glideapps/glide-data-grid": "3.2.0"
43+
"@glideapps/glide-data-grid": "3.2.1-beta1"
4444
},
4545
"devDependencies": {
4646
"@babel/cli": "^7.16.0",

packages/core/package.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
2-
"name": "@glideapps/glide-data-grid",
3-
"version": "3.2.0",
4-
"description": "Super fast, pure canvas Data Grid Editor",
5-
"sideEffects": false,
6-
"type": "module",
7-
"main": "dist/js/index.js",
8-
"exports": {
9-
"import": "./dist/js/index.js",
10-
"require": "./dist/cjs/index.js"
11-
},
12-
"files": [
13-
"dist",
14-
"CHANGELOG.md"
15-
],
16-
"types": "dist/ts/index.d.ts",
17-
"scripts": {
18-
"build": "npm run build-js && npm run build-cjs && npm run build-types",
19-
"build-js": "babel --config-file ../../babel.config.json ./src -d dist/js --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx",
20-
"build-cjs": "babel --config-file ../../babel.cjs.json ./src -d dist/cjs --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx",
21-
"build-types": "tsc -p tsconfig.types.json",
22-
"lint": "npm run cycle-check && eslint src --ext .ts,.tsx",
23-
"cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c",
24-
"test": "jest",
25-
"check-package": "package-check"
26-
},
27-
"repository": {
28-
"type": "git",
29-
"url": "git+https://github.com/glideapps/glide-data-grid.git"
30-
},
31-
"keywords": [
32-
"react",
33-
"datagrid",
34-
"data-grid",
35-
"editor",
36-
"reactjs",
37-
"scrolling",
38-
"data",
39-
"table",
40-
"cell",
41-
"canvas"
42-
],
43-
"author": "Glide",
44-
"license": "MIT",
45-
"bugs": {
46-
"url": "https://github.com/glideapps/glide-data-grid/issues"
47-
},
48-
"homepage": "https://grid.glideapps.com",
49-
"dependencies": {
50-
"react-number-format": "^4.4.1",
51-
"react-virtualized-auto-sizer": "^1.0.2"
52-
},
53-
"peerDependencies": {
54-
"lodash": "^4.17.19",
55-
"marked": "^0.7.0",
56-
"react-responsive-carousel": "^3.2.7",
57-
"react": "^16.12.0 || 17.x",
58-
"react-dom": "^16.12.0 || 17.x",
59-
"styled-components": "^5.2.0"
60-
},
61-
"devDependencies": {
62-
"@babel/cli": "^7.16.0",
63-
"@glideapps/ts-helper": "0.0.5",
64-
"@skypack/package-check": "^0.2.2",
65-
"eslint": "^7.12.1",
66-
"eslint-plugin-import": "^2.22.0",
67-
"eslint-plugin-react": "^7.21.5",
68-
"eslint-plugin-react-hooks": "^4.2.0",
69-
"jest": "^27.4.2"
70-
}
2+
"name": "@glideapps/glide-data-grid",
3+
"version": "3.2.1-beta1",
4+
"description": "Super fast, pure canvas Data Grid Editor",
5+
"sideEffects": false,
6+
"type": "module",
7+
"main": "dist/js/index.js",
8+
"exports": {
9+
"import": "./dist/js/index.js",
10+
"require": "./dist/cjs/index.js"
11+
},
12+
"files": [
13+
"dist",
14+
"CHANGELOG.md"
15+
],
16+
"types": "dist/ts/index.d.ts",
17+
"scripts": {
18+
"build": "npm run build-js && npm run build-cjs && npm run build-types",
19+
"build-js": "babel --config-file ../../babel.config.json ./src -d dist/js --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx",
20+
"build-cjs": "babel --config-file ../../babel.cjs.json ./src -d dist/cjs --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx",
21+
"build-types": "tsc -p tsconfig.types.json",
22+
"lint": "npm run cycle-check && eslint src --ext .ts,.tsx",
23+
"cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c",
24+
"test": "jest",
25+
"check-package": "package-check"
26+
},
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://github.com/glideapps/glide-data-grid.git"
30+
},
31+
"keywords": [
32+
"react",
33+
"datagrid",
34+
"data-grid",
35+
"editor",
36+
"reactjs",
37+
"scrolling",
38+
"data",
39+
"table",
40+
"cell",
41+
"canvas"
42+
],
43+
"author": "Glide",
44+
"license": "MIT",
45+
"bugs": {
46+
"url": "https://github.com/glideapps/glide-data-grid/issues"
47+
},
48+
"homepage": "https://grid.glideapps.com",
49+
"dependencies": {
50+
"react-number-format": "^4.4.1",
51+
"react-virtualized-auto-sizer": "^1.0.2"
52+
},
53+
"peerDependencies": {
54+
"lodash": "^4.17.19",
55+
"marked": "^0.7.0",
56+
"react-responsive-carousel": "^3.2.7",
57+
"react": "^16.12.0 || 17.x",
58+
"react-dom": "^16.12.0 || 17.x",
59+
"styled-components": "^5.2.0"
60+
},
61+
"devDependencies": {
62+
"@babel/cli": "^7.16.0",
63+
"@glideapps/ts-helper": "0.0.5",
64+
"@skypack/package-check": "^0.2.2",
65+
"eslint": "^7.12.1",
66+
"eslint-plugin-import": "^2.22.0",
67+
"eslint-plugin-react": "^7.21.5",
68+
"eslint-plugin-react-hooks": "^4.2.0",
69+
"jest": "^27.4.2"
70+
}
7171
}

0 commit comments

Comments
 (0)