Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberNika committed May 4, 2021
1 parent d10f566 commit c6e68c1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/heynext/v-contextmenu/compare/v2.8.0...v3.0.0) (2021-05-04)


### Features

* 🎸 实现 autoAjustPlacement ([7d83b74](https://github.com/heynext/v-contextmenu/commit/7d83b749e08980ad62297d6ddef22ec568914646))
* 🎸 添加 bright & dark 主题 ([3e77608](https://github.com/heynext/v-contextmenu/commit/3e77608f2d304f92282ed7ab231881a330d78cf8))
* 添加 package ([38756fb](https://github.com/heynext/v-contextmenu/commit/38756fb616178ff480db14b39cf063138e890350))
* 完成核心功能 ([c264484](https://github.com/heynext/v-contextmenu/commit/c264484451b80069e481ac9ceef5f07453d7932a))


### Bug Fixes

* 🐛 修复打包问题 ([502a8a5](https://github.com/heynext/v-contextmenu/commit/502a8a54f42b25cf306e17c60de813f6d2f7b0ba))
* 🐛 修复有滚动条时 autoAjustPlacement 计算错误的问题 ([78be3d5](https://github.com/heynext/v-contextmenu/commit/78be3d55a48d0e6f4108bf3f9c28f77d87661c90))
* 修复 iife 问题 ([74e52f8](https://github.com/heynext/v-contextmenu/commit/74e52f882fb26a417ad23c7d6fa4f3a5880a7485))
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-contextmenu",
"description": "ContextMenu based on Vue 3.0",
"version": "3.0.0-alpha.12",
"version": "3.0.0",
"author": "heynext <heynext.xyz@gmail.com>",
"main": "dist/index.common.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c6e68c1

Please sign in to comment.