Skip to content

Commit

Permalink
update the package to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth committed Dec 28, 2023
1 parent 4de96d9 commit db71dfe
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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).

## [7.0.36] - 2023-12-28

- [ONCEHUB-60767](https://scheduleonce.atlassian.net/browse/ONCEHUB-60767) Added the tab module and added storybook.

## [7.0.37] - 2023-12-26
Expand All @@ -14,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [7.0.36] - 2023-12-18


## [7.0.35] - 2023-12-12

- [ONCEHUB-74291](https://scheduleonce.atlassian.net/browse/ONCEHUB-73711) fix UI and scrollbar issue for oui-select component.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oncehub-ui",
"version": "7.0.37",
"version": "8.0.0",
"scripts": {
"ng": "ng",
"build": "ng build ui",
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oncehub/ui",
"version": "7.0.37",
"version": "8.0.0",
"description": "Oncehub UI",
"peerDependencies": {},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions ui/src/stories/button/button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ Ghost button:
parameters={{
docs: {
source: {
code: `<button oui-ghost-button color="accent">Primary</button>`,
code: `<button oui-ghost-button color="primary">Primary</button>`,
},
},
}}
args={{
theme: THEME[0],
color: COLORS[0],
disabled: false,
text: 'This is a button 2',
text: 'This is a button',
}}
argTypes={{
theme: {
Expand Down

0 comments on commit db71dfe

Please sign in to comment.