Skip to content

Commit

Permalink
🔖 chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## Version 1.0.0
<sup>Released on **2024-01-30**</sup>

#### ✨ Features

- **misc**: Root.

#### 🐛 Bug Fixes

- **misc**: Fix deps, fix deps.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Root ([c8ae543](c8ae543))

#### What's fixed

* **misc**: Fix deps ([385a104](385a104))
* **misc**: Fix deps ([361faa5](361faa5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Jan 30, 2024
1 parent 385a104 commit e5ceac9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

# Changelog

## Version 1.0.0

<sup>Released on **2024-01-30**</sup>

#### ✨ Features

- **misc**: Root.

#### 🐛 Bug Fixes

- **misc**: Fix deps, fix deps.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- **misc**: Root ([c8ae543](/~https://github.com/lobehub/lobe-icons/commit/c8ae543))

#### What's fixed

- **misc**: Fix deps ([385a104](/~https://github.com/lobehub/lobe-icons/commit/385a104))
- **misc**: Fix deps ([361faa5](/~https://github.com/lobehub/lobe-icons/commit/361faa5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.0.1](/~https://github.com/lobehub/lobe-icons/compare/v1.0.0...v1.0.1)

<sup>Released on **2024-01-30**</sup>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/icons",
"version": "1.0.1",
"version": "1.0.0",
"description": "Popular LLM model brand svg logo and icon collection",
"keywords": [
"lobehub",
Expand Down Expand Up @@ -72,10 +72,10 @@
},
"dependencies": {
"@babel/runtime": "^7",
"polished": "^4",
"@lobehub/ui": "^1",
"svgo-browser": "^1",
"react-layout-kit": "^1"
"polished": "^4",
"react-layout-kit": "^1",
"svgo-browser": "^1"
},
"devDependencies": {
"@commitlint/cli": "^18",
Expand Down Expand Up @@ -109,8 +109,8 @@
"vitest": "latest"
},
"peerDependencies": {
"antd-style": ">=3",
"@lobehub/ui": ">=1",
"antd-style": ">=3",
"polished": ">=4",
"react": ">=18",
"react-dom": ">=18"
Expand Down

0 comments on commit e5ceac9

Please sign in to comment.