Skip to content

Commit

Permalink
build(miniapp): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCindy committed May 16, 2022
1 parent 31d83d3 commit 62e46ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/miniapp-render/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Fixed

- can't use animation events in view in non-ali miniapps
- should copy handlers in trigger function to avoid remove in handlers

## [2.8.8] - 2022-01-06

Expand Down
6 changes: 6 additions & 0 deletions packages/rax-miniapp-runtime-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.1] - 2022-05-17

### Fixed

- Add default value for setting in map component

## [5.0.1] - 2022-01-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/rax-miniapp-runtime-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rax-miniapp-runtime-webpack-plugin",
"version": "5.0.1",
"version": "5.0.2",
"description": "A webpack plugin for miniapp runtime build",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 62e46ad

Please sign in to comment.