Skip to content

Commit dffa42a

Browse files
authored
v2 (#455)
1 parent 86bd853 commit dffa42a

File tree

17 files changed

+45
-439
lines changed

17 files changed

+45
-439
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The fastest open-source data table for web.
2323
[![npm](https://img.shields.io/npm/v/cheetah-grid.svg)](https://www.npmjs.com/package/cheetah-grid)
2424

2525
```html
26-
<script src="https://unpkg.com/cheetah-grid@1.16"></script>
26+
<script src="https://unpkg.com/cheetah-grid@2.0"></script>
2727
```
2828

2929
### Downloading Cheetah Grid using npm
@@ -43,8 +43,8 @@ import * as cheetahGrid from "cheetah-grid";
4343

4444
[![npm](https://img.shields.io/npm/v/cheetah-grid.svg)](https://www.npmjs.com/package/cheetah-grid)
4545

46-
[main.mjs](https://unpkg.com/cheetah-grid@1.16/dist/main.mjs)
47-
[main.css](https://unpkg.com/cheetah-grid@1.16/dist/main.css)
46+
[main.mjs](https://unpkg.com/cheetah-grid@2.0/dist/main.mjs)
47+
[main.css](https://unpkg.com/cheetah-grid@2.0/dist/main.css)
4848

4949
### Downloading Cheetah Grid using GitHub
5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cheetah-grid-manager",
33
"private": true,
4-
"version": "1.16.0",
4+
"version": "2.0.0",
55
"description": "Cheetah Grid is a high performance grid engine that works on canvas",
66
"keywords": [
77
"spreadsheet",

packages/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- [vue-cheetah-grid](./vue-cheetah-grid) - package `vue-cheetah-grid`
66
- [demo](./demo) - demo site sources
77
- [docs](./docs) - documentation site sources
8+
- [react-cheetah-grid](./react-cheetah-grid) - package `react-cheetah-grid`

packages/cheetah-grid-icon-svg-loader/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cheetah-grid-icon-svg-loader/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cheetah-grid-icon-svg-loader",
3-
"version": "1.16.0",
3+
"version": "2.0.0",
44
"description": "Webpack loader that loads the icon module for Cheetah Grid from SVG.",
55
"main": "lib/index.js",
66
"files": [
@@ -50,5 +50,8 @@
5050
"dependencies": {
5151
"loader-utils": "^1.1.0",
5252
"xmldom": "^0.5.0"
53+
},
54+
"publishConfig": {
55+
"tag": "next"
5356
}
5457
}

0 commit comments

Comments
 (0)