Skip to content

Commit

Permalink
docs(release): publish v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Jan 2, 2024
1 parent 18674bc commit ea71f3b
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/sallerli1/idux/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-11-29)


### Features

* add dark theme ([#1751](https://github.com/sallerli1/idux/issues/1751)) ([411ed2b](https://github.com/sallerli1/idux/commit/411ed2b90f15e3b8c7f1989429fa023065304143))





# [2.0.0-beta.0](https://github.com/sallerli1/idux/compare/v1.12.2...v2.0.0-beta.0) (2023-11-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"command": {
"publish": {
"allowBranch": ["main", "release", "next", "hotfix"],
Expand Down
10 changes: 10 additions & 0 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/IDuxFE/idux/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-11-29)


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([411ed2b](https://github.com/IDuxFE/idux/commit/411ed2b90f15e3b8c7f1989429fa023065304143))





# [2.0.0-beta.0](https://github.com/IDuxFE/idux/compare/v1.12.2...v2.0.0-beta.0) (2023-11-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/cdk",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "A UI Component Development Kit for Vue 3.x",
"keywords": [
"vue",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/IDuxFE/idux/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-11-29)


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([411ed2b](https://github.com/IDuxFE/idux/commit/411ed2b90f15e3b8c7f1989429fa023065304143))





# [2.0.0-beta.0](https://github.com/IDuxFE/idux/compare/v1.12.2...v2.0.0-beta.0) (2023-11-23)

Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/components",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "A UI Component Library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@emotion/hash": "^0.9.1",
"@idux/cdk": "2.0.0-beta.0",
"@idux/cdk": "2.0.0-beta.1",
"date-fns": "^2.27.0",
"lodash-es": "^4.17.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/pro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/IDuxFE/idux/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-11-29)


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([411ed2b](https://github.com/IDuxFE/idux/commit/411ed2b90f15e3b8c7f1989429fa023065304143))





# [2.0.0-beta.0](https://github.com/IDuxFE/idux/compare/v1.12.2...v2.0.0-beta.0) (2023-11-23)

Expand Down
6 changes: 3 additions & 3 deletions packages/pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/pro",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "A higher level of abstraction UI component library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -38,8 +38,8 @@
"clean": "rimraf dist node_modules"
},
"dependencies": {
"@idux/cdk": "2.0.0-beta.0",
"@idux/components": "2.0.0-beta.0",
"@idux/cdk": "2.0.0-beta.1",
"@idux/components": "2.0.0-beta.1",
"ajv": "^8.11.0",
"ajv-formats": "^3.0.0-rc.0",
"lodash-es": "^4.17.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.1](https://github.com/sallerli1/idux/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-11-29)


### Features

* add dark theme ([#1751](https://github.com/sallerli1/idux/issues/1751)) ([411ed2b](https://github.com/sallerli1/idux/commit/411ed2b90f15e3b8c7f1989429fa023065304143))





# [2.0.0-beta.0](https://github.com/sallerli1/idux/compare/v1.12.2...v2.0.0-beta.0) (2023-11-23)

Expand Down
8 changes: 4 additions & 4 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/site",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -12,9 +12,9 @@
"build:pre-version": "vite build --mode pre-version"
},
"dependencies": {
"@idux/cdk": "2.0.0-beta.0",
"@idux/components": "2.0.0-beta.0",
"@idux/pro": "2.0.0-beta.0",
"@idux/cdk": "2.0.0-beta.1",
"@idux/components": "2.0.0-beta.1",
"@idux/pro": "2.0.0-beta.1",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit ea71f3b

Please sign in to comment.