Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Apr 26, 2023
1 parent 9ea6d82 commit e942f4c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.0.0-alpha.2
`2023-04-26`

* 🛠 refactor: navbar (#890) @拧巴的猫
* 🛠 refactor: animate (#940) @junjun666
* 🛠 refactor: badge (#936) @xiaoyatong
* 🛠 refactor: drag (#937) @拧巴的猫
* 🛠 refactor: elevator (#927) @拧巴的猫
* 🛠 refactor: menu (#923) @oasis-cloud
* 🛠 refactor: progress (#943) @Eiinu
* 🔨 chore: sync pnpm-lock @oasis-cloud
* :bug: fix: 修改taro增加主题编译 (#950) @junjun666


# v2.0.0-alpha.1
`2023-04-21`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "2.0.0-alpha.1",
"name": "@nutui/nutui-react-taro",
"version": "2.0.0-alpha.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.build.site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineConfig({
plugins: [reactRefresh()],
build: {
target: 'es2015',
outDir: './dist/1x/',
outDir: './dist/2x/',
cssCodeSplit: true,
rollupOptions: {
input: {
Expand Down

0 comments on commit e942f4c

Please sign in to comment.