Skip to content

Commit

Permalink
OHRM5X-2258: Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RajithaKumara committed Jul 4, 2023
1 parent 40ae216 commit 45d8ced
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ yarn dev
#### Build Storybook

```
yarn workspace oxd-storybook build
yarn build:storybook
```

#### Unit Testing
Expand All @@ -44,12 +44,27 @@ yarn workspace oxd-storybook build
yarn test:unit
```

#### Type checking

```
yarn type-check
```

#### Linting

```
yarn lint
```

#### Increment version

```bash
# yarn version --help
yarn version <strategy>
E.g.
yarn version patch
```

### License

GNU General Public License
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ohrm/oxd",
"license": "GPL-3.0",
"version": "2.0.1-alpha.1",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down

0 comments on commit 45d8ced

Please sign in to comment.