Skip to content

Commit

Permalink
Chore: Change the name of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi committed Aug 1, 2023
1 parent d7c4c8d commit 5571ab1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2023-07-30
### Chore
* chore: Change the name of the library
### Contributors to this release
* Ramzi Hannachi ([@rhannachi](https://github.com/rhannachi))

## [1.1.6] - 2023-07-30
### Chore
* chore: update Environments token and CI
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Storybook components
This is an example of a React component library created with Storybook and Tailwind CSS.
React component library created with Storybook and Tailwind CSS.

### [Link storybook library](https://main--648f1b983076c579eab28ee1.chromatic.com)

Expand All @@ -8,14 +8,14 @@ This is an example of a React component library created with Storybook and Tailw
[![atomic design system](public/made-with-storybook-atomic-design.svg)](https://bradfrost.com/blog/post/atomic-design-and-storybook/)

### Workflows
[![GitHub Workflows (Lint, Test, Build) Actions](https://github.com/rhannachi/storybook-react/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/rhannachi/storybook-react/actions/workflows/workflow.yml)
[![GitHub Workflows (Lint, Test, Build) Actions](https://github.com/rhannachi/ui-components/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/rhannachi/ui-components/actions/workflows/workflow.yml)

### Test coverage
[![codecov](https://codecov.io/gh/rhannachi/storybook-react/branch/main/graph/badge.svg?token=ALPEFC8BB8)](https://codecov.io/gh/rhannachi/storybook-react)\
![alt test-coverage](https://codecov.io/gh/rhannachi/storybook-react/branch/main/graphs/sunburst.svg?token=ALPEFC8BB8)
[![codecov](https://codecov.io/gh/rhannachi/ui-components/branch/main/graph/badge.svg?token=ALPEFC8BB8)](https://codecov.io/gh/rhannachi/ui-components)\
![alt test-coverage](https://codecov.io/gh/rhannachi/ui-components/branch/main/graphs/sunburst.svg?token=ALPEFC8BB8)

### How to start
`yarn start`
`npm start`
### How to test
`yarn test`
`npm test`

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@rhannachi/components",
"name": "@rhannachi/ui-components",
"author": "rhannachi",
"version": "1.1.6",
"version": "1.2.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"homepage": "https://main--648f1b983076c579eab28ee1.chromatic.com",
"repository": "https://github.com/rhannachi/storybook-react.git",
"repository": "https://github.com/rhannachi/ui-components.git",
"description": "Storybook design systems",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down

0 comments on commit 5571ab1

Please sign in to comment.