Skip to content

Commit

Permalink
chore(release): bump version (#1499)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 22, 2023
1 parent baeafc8 commit 1549381
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-emus-eat.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/g-mobile-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @antv/g-mobile-canvas

## 0.11.1

### Patch Changes

- Updated dependencies [baeafc86]
- @antv/g-plugin-gesture@1.1.1

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-mobile-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-mobile-canvas",
"version": "0.11.0",
"version": "0.11.1",
"description": "A renderer implemented with Canvas2D API in mobile environment",
"keywords": [
"antv",
Expand Down
6 changes: 6 additions & 0 deletions packages/g-plugin-gesture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/g-plugin-gesture

## 1.1.1

### Patch Changes

- baeafc86: fix: move 过程中元素移除,重新获取 target

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/g-plugin-gesture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-plugin-gesture",
"version": "1.1.0",
"version": "1.1.1",
"description": "A G plugin for Gesture implemented with PointerEvents",
"keywords": [
"antv",
Expand Down

0 comments on commit 1549381

Please sign in to comment.