Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 8a90006

Browse files
authored
feat: renaming (#119)
1 parent edb3d7a commit 8a90006

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

.changeset/silver-foxes-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@babylonlabs-io/core-ui": minor
3+
---
4+
5+
rename lib

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @babylonlabs-io/bbn-core-ui
1+
# @babylonlabs-io/core-ui
22

33
## 0.10.3
44

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parameters
1010

1111
Licensor: Babylon Labs Ltd.
1212

13-
Licensed Work: @babylonlabs-io/bbn-core-ui
13+
Licensed Work: @babylonlabs-io/core-ui
1414
The Licensed Work is (c) 2024 Babylon Labs Ltd.
1515

1616
Additional Use Grant:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
22
<img alt="Babylon Logo" src="https://github.com/user-attachments/assets/b21652b5-847d-48b2-89a7-0f0969a50900" width="100" />
3-
<h3 align="center">@babylonlabs-io/bbn-core-ui</h3>
3+
<h3 align="center">@babylonlabs-io/core-ui</h3>
44
<p align="center">Babylon Core UI</p>
55
<p align="center"><strong>React</strong> library</p>
66
<p align="center">
7-
<a href="https://www.npmjs.com/package/@babylonlabs-io/bbn-core-ui"><img src="https://badge.fury.io/js/@babylonlabs-io%2Fbbn-core-ui.svg" alt="npm version" height="18"></a>
7+
<a href="https://www.npmjs.com/package/@babylonlabs-io/core-ui"><img src="https://badge.fury.io/js/@babylonlabs-io%2Fcore-ui.svg" alt="npm version" height="18"></a>
88
</p>
99
</p>
1010

@@ -15,7 +15,7 @@
1515
To install the package, run the following command:
1616

1717
```console
18-
npm i @babylonlabs-io/bbn-core-ui
18+
npm i @babylonlabs-io/core-ui
1919
```
2020

2121
## Version Release
@@ -37,9 +37,9 @@ npm run storybook
3737
Provide examples of how to use the library in a project. Include code snippets and explanations.
3838

3939
```javascript
40-
import { ComponentName } from "@babylonlabs-io/bbn-core-ui";
40+
import { ComponentName } from "@babylonlabs-io/core-ui";
4141

4242
function App() {
4343
return <ComponentName prop="value" />;
4444
}
45-
```
45+
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@babylonlabs-io/bbn-core-ui",
2+
"name": "@babylonlabs-io/core-ui",
33
"version": "0.10.3",
44
"type": "module",
55
"types": "dist/index.d.ts",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/babylonlabs-io/bbn-core-ui.git"
11+
"url": "https://github.com/babylonlabs-io/core-ui.git"
1212
},
1313
"main": "dist/index.cjs.js",
1414
"exports": {

0 commit comments

Comments
 (0)