Skip to content

Commit

Permalink
v1.12 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 31, 2023
1 parent ef42425 commit e137c7c
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The fastest open-source data table for web.
[![npm](https://img.shields.io/npm/v/cheetah-grid.svg)](https://www.npmjs.com/package/cheetah-grid)

```html
<script src="https://unpkg.com/cheetah-grid@1.11"></script>
<script src="https://unpkg.com/cheetah-grid@1.12"></script>
```

### Downloading Cheetah Grid using npm
Expand All @@ -46,10 +46,10 @@ const cheetahGrid = require("cheetah-grid");

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

[cheetahGrid.es5.min.js](https://unpkg.com/cheetah-grid@1.11/dist/cheetahGrid.es5.min.js)
[cheetahGrid.es5.min.js](https://unpkg.com/cheetah-grid@1.12/dist/cheetahGrid.es5.min.js)

SourceMap
[cheetahGrid.es5.min.js.map](https://unpkg.com/cheetah-grid@1.11/dist/cheetahGrid.es5.min.js.map)
[cheetahGrid.es5.min.js.map](https://unpkg.com/cheetah-grid@1.12/dist/cheetahGrid.es5.min.js.map)

### Downloading Cheetah Grid using GitHub

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cheetah-grid-manager",
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"description": "Cheetah Grid is a high performance grid engine that works on canvas",
"keywords": [
"spreadsheet",
Expand Down
4 changes: 2 additions & 2 deletions packages/cheetah-grid-icon-svg-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cheetah-grid-icon-svg-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheetah-grid-icon-svg-loader",
"version": "1.11.0",
"version": "1.12.0",
"description": "Webpack loader that loads the icon module for Cheetah Grid from SVG.",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cheetah-grid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cheetah-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheetah-grid",
"version": "1.11.0",
"version": "1.12.0",
"description": "Cheetah Grid is a high performance grid engine that works on canvas",
"keywords": [
"spreadsheet",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cheetah-grid-demo",
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/introduction/getting-started-with-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Vue.use(vueCheetahGrid);
[![npm](https://img.shields.io/npm/v/vue-cheetah-grid.svg)](https://www.npmjs.com/package/vue-cheetah-grid)

```html
<script src="https://unpkg.com/cheetah-grid@1.11"></script>
<script src="https://unpkg.com/vue-cheetah-grid@1.11"></script>
<script src="https://unpkg.com/cheetah-grid@1.12"></script>
<script src="https://unpkg.com/vue-cheetah-grid@1.12"></script>
```

```js
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ const cheetahGrid = require("cheetah-grid");
[![npm](https://img.shields.io/npm/v/cheetah-grid.svg)](https://www.npmjs.com/package/cheetah-grid)

```html
<script src="https://unpkg.com/cheetah-grid@1.11"></script>
<script src="https://unpkg.com/cheetah-grid@1.12"></script>
```

### Via Source Code

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

[cheetahGrid.es5.min.js](https://unpkg.com/cheetah-grid@1.11/dist/cheetahGrid.es5.min.js)
[cheetahGrid.es5.min.js](https://unpkg.com/cheetah-grid@1.12/dist/cheetahGrid.es5.min.js)

#### SourceMap

[cheetahGrid.es5.min.js.map](https://unpkg.com/cheetah-grid@1.11/dist/cheetahGrid.es5.min.js.map)
[cheetahGrid.es5.min.js.map](https://unpkg.com/cheetah-grid@1.12/dist/cheetahGrid.es5.min.js.map)

### Via GitHub

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cheetah-grid-docs",
"private": true,
"version": "1.11.0",
"version": "1.12.0",
"scripts": {
"watch": " npm run vuepress -- dev . --debug",
"build": "npm-run-all build:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cheetah-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cheetah-grid",
"version": "1.11.0",
"version": "1.12.0",
"description": "Cheetah Grid for Vue.js",
"main": "lib/index.js",
"unpkg": "dist/vueCheetahGrid.js",
Expand Down

0 comments on commit e137c7c

Please sign in to comment.