Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version #2632

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .changeset/orange-points-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-wombats-lie.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-component",
"version": "2.22.1",
"version": "3.0.0",
"description": "Component for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.0.0

### Major Changes

- [#2630](https://github.com/antvis/L7/pull/2630) [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce) Thanks [@XinyueDu](https://github.com/XinyueDu)! - rasterTile support extent

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]:
- @antv/[email protected]

## 2.22.1

### Patch Changes
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": "@antv/l7-core",
"version": "2.22.1",
"version": "3.0.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
15 changes: 15 additions & 0 deletions packages/l7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/l7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "2.22.1",
"version": "3.0.0",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"repository": "[email protected]:antvis/L7.git",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-layers",
"version": "2.22.1",
"version": "3.0.0",
"description": "L7's collection of built-in layers",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
9 changes: 9 additions & 0 deletions packages/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @antv/l7-map

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]:
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-map",
"version": "2.22.1",
"version": "3.0.0",
"description": "L7 Map",
"keywords": [],
"homepage": "https://github.com/antvis/L7#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-maps",
"version": "2.22.1",
"version": "3.0.0",
"description": "Maps for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
10 changes: 10 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-renderer",
"version": "2.22.1",
"version": "3.0.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
14 changes: 14 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-scene",
"version": "2.22.1",
"version": "3.0.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
14 changes: 14 additions & 0 deletions packages/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.0.0

### Major Changes

- [#2630](https://github.com/antvis/L7/pull/2630) [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce) Thanks [@XinyueDu](https://github.com/XinyueDu)! - rasterTile support extent

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4), [`1d5c5fa`](https://github.com/antvis/L7/commit/1d5c5fadbe31283cf07a3938193822531e1187ce)]:
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-source",
"version": "2.22.1",
"version": "3.0.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
11 changes: 11 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @antv/l7-test-utils

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]:
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-test-utils",
"version": "2.22.1",
"version": "3.0.0",
"private": true,
"description": "Test utils for L7",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @antv/l7-three

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

- Updated dependencies [[`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4)]:
- @antv/[email protected]

## 2.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-three",
"version": "2.22.1",
"version": "3.0.0",
"description": "Three for L7 ",
"keywords": [
"3D",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0

### Patch Changes

- [#2631](https://github.com/antvis/L7/pull/2631) [`8a9413f`](https://github.com/antvis/L7/commit/8a9413fa842397d7eb2beae18e896ffddc9abdf4) Thanks [@lzxue](https://github.com/lzxue)! - raster tile extent

## 2.22.1

## 2.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-utils",
"version": "2.22.1",
"version": "3.0.0",
"description": "Utils for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down