Skip to content

Commit

Permalink
chore: version (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 1c229fc commit 6abb879
Show file tree
Hide file tree
Showing 25 changed files with 147 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"@antv/l7-utils": "2.21.3",
"@antv/l7-site": "2.21.3"
},
"changesets": []
"changesets": ["healthy-trainers-develop"]
}
12 changes: 12 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-layers@2.21.4-beta.0
- @antv/l7-test-utils@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

**Note:** Version bump only for package @antv/l7-component
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.21.3",
"version": "2.21.4-beta.0",
"description": "Component for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

### Bug Fixes
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.21.3",
"version": "2.21.4-beta.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

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-component@2.21.4-beta.0
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-layers@2.21.4-beta.0
- @antv/l7-maps@2.21.4-beta.0
- @antv/l7-scene@2.21.4-beta.0
- @antv/l7-source@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

### Bug Fixes
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.21.3",
"version": "2.21.4-beta.0",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"repository": "git@github.com:antvis/L7.git",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-maps@2.21.4-beta.0
- @antv/l7-source@2.21.4-beta.0
- @antv/l7-test-utils@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

### Bug Fixes
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.21.3",
"version": "2.21.4-beta.0",
"description": "L7's collection of built-in layers",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
10 changes: 10 additions & 0 deletions packages/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @antv/l7-map

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-utils@2.21.4-beta.0
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.21.3",
"version": "2.21.4-beta.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

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-map@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

### Bug Fixes
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.21.3",
"version": "2.21.4-beta.0",
"description": "Maps for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
11 changes: 11 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-test-utils@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

**Note:** Version bump only for package @antv/l7-renderer
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.21.3",
"version": "2.21.4-beta.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
15 changes: 15 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-component@2.21.4-beta.0
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-layers@2.21.4-beta.0
- @antv/l7-maps@2.21.4-beta.0
- @antv/l7-renderer@2.21.4-beta.0
- @antv/l7-test-utils@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

### Bug Fixes
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.21.3",
"version": "2.21.4-beta.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
10 changes: 10 additions & 0 deletions packages/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-core@2.21.4-beta.0
- @antv/l7-utils@2.21.4-beta.0

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

**Note:** Version bump only for package @antv/l7-source
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.21.3",
"version": "2.21.4-beta.0",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
12 changes: 12 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @antv/l7-test-utils

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7-map@2.21.4-beta.0
- @antv/l7-maps@2.21.4-beta.0
- @antv/l7-scene@2.21.4-beta.0
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.21.3",
"version": "2.21.4-beta.0",
"private": true,
"description": "Test utils for L7",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @antv/l7-three

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

- Updated dependencies [[`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3)]:
- @antv/l7@2.21.4-beta.0
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.21.3",
"version": "2.21.4-beta.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

## 2.21.4-beta.0

### Patch Changes

- [`e4c61d0`](https://github.com/antvis/L7/commit/e4c61d076bc7227f011ad1b105e0acfbec9178c3) Thanks [@lvisei](https://github.com/lvisei)! - chore: code style

## [2.1.12](https://github.com/antvis/L7/compare/v2.1.11...v2.1.12) (2020-04-10)

**Note:** Version bump only for package @antv/l7-utils
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.21.3",
"version": "2.21.4-beta.0",
"description": "Utils for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down

0 comments on commit 6abb879

Please sign in to comment.