Skip to content

Commit 9aad3d7

Browse files
louismaximepitonhannahissvprothais
authored
chore(release): v0.2.0 (#2877)
--------- Co-authored-by: Issermann Hannah <hannah.issermann@orange.com> Co-authored-by: Vincent Prothais <vincent.prothais@orange.com>
1 parent 27bc984 commit 9aad3d7

File tree

351 files changed

+2513
-2333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+2513
-2333
lines changed

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://cdn.jsdelivr.net/npm/@ouds/web/dist/css/ouds-web.min.css" rel="stylesheet" crossorigin="anonymous">
66

77
<!-- OUDS Web site CSS -->
8-
<link href="https://web.unified-design-system.orange.com/docs/0.1/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous">
8+
<link href="https://web.unified-design-system.orange.com/docs/0.2/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous">
99

1010
<!-- OUDS Web JavaScript: use of `defer` because it allows to load only once the bundle (Storybook issue) -->
1111
<script src="https://cdn.jsdelivr.net/npm/@ouds/web/dist/js/ouds-web.bundle.min.js" crossorigin="anonymous" defer></script>

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.2.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v0.1.0-ouds-web...v0.2.0) (2025-03-03)
2+
3+
4+
### Features
5+
6+
* Add Button component and documentation ([#2804](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/2804)) ([e8ee751](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/commit/e8ee7511e5b3eaa94ffb9f3b9e3b71415a97b00c))
7+
8+
9+
110
# [0.1.0](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/compare/v0.0.3-ouds-web...v0.1.0) (2025-02-03)
211

312

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
Several quick start options are available:
3232

33-
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.1.0-ouds-web.zip)
33+
- [Download the latest release](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v0.2.0-ouds-web.zip)
3434
- Clone the repo: `git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git`
35-
- Install with [npm](https://www.npmjs.com/): `npm install @ouds/web@v0.1.0`
36-
- Install with [yarn](https://yarnpkg.com/): `yarn add @ouds/web@v0.1.0`
35+
- Install with [npm](https://www.npmjs.com/): `npm install @ouds/web@v0.2.0`
36+
- Install with [yarn](https://yarnpkg.com/): `yarn add @ouds/web@v0.2.0`
3737
- Install with [Composer](https://getcomposer.org/): `composer require orange-opensource/orange-boosted-bootstrap:dev-ouds/main`
3838
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package ouds-web` Sass: `Install-Package ouds-web.sass`
3939

0 commit comments

Comments
 (0)