Skip to content

Commit c230f77

Browse files
committed
v18.0.0
1 parent 8104373 commit c230f77

File tree

99 files changed

+646
-56
lines changed

Some content is hidden

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

99 files changed

+646
-56
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
7+
8+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
9+
10+
11+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
12+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
13+
14+
### Features
15+
16+
* **build:** add gh-pages script ([c5e9d6f](https://github.com/ovh/design-system/commit/c5e9d6f88f60d21373c5ac37d263cd00654a9469))
17+
18+
19+
620
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
721

822

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "18.0.0-alpha.1",
2+
"version": "18.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/examples/react-webpack/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package react-webpack
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/examples/react-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-webpack",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "Example of how to use ODS with React",
66
"main": "index.js",
@@ -9,7 +9,7 @@
99
"start": "webpack serve --config webpack.config.js --mode=development"
1010
},
1111
"dependencies": {
12-
"@ovhcloud/ods-components": "18.0.0-alpha.1",
12+
"@ovhcloud/ods-components": "18.0.0",
1313
"formik": "2.4.6",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0",

packages/examples/vanilla-webpack/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package vanilla-webpack
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/examples/vanilla-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-webpack",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "Example of how to use ODS with vanilla JS",
66
"main": "index.js",
@@ -9,7 +9,7 @@
99
"start": "webpack serve --config webpack.config.js --mode=development"
1010
},
1111
"dependencies": {
12-
"@ovhcloud/ods-components": "18.0.0-alpha.1"
12+
"@ovhcloud/ods-components": "18.0.0"
1313
},
1414
"devDependencies": {
1515
"@babel/plugin-transform-runtime": "7.23.9",

packages/ods/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-components
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-components",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"description": "ODS Components",
55
"author": "OVH SAS",
66
"license": "Apache-2.0",

packages/ods/react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-components-react
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-components-react",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "React specific wrapper for ods",
66
"keywords": [],

packages/ods/react/tests/_app/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package ods-components-react-test-app
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/react/tests/_app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ods-components-react-test-app",
33
"private": true,
4-
"version": "18.0.0-alpha.1",
4+
"version": "18.0.0",
55
"type": "module",
66
"scripts": {
77
"start": "vite"

packages/ods/src/components/accordion/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-accordion
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-accordion",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Accordion component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/badge/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-badge
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/badge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-badge",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Badge component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/breadcrumb/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-breadcrumb
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/breadcrumb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-breadcrumb",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Breadcrumb component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/button/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-button
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-button",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Button component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/card/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-card
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/card/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-card",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Card component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/checkbox/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-checkbox
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-checkbox",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Checkbox component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/clipboard/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-clipboard
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/clipboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-clipboard",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Clipboard component",
66
"main": "dist/index.cjs.js",

packages/ods/src/components/code/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
7+
8+
9+
# [18.0.0](https://ovh.github.io/design-system/v18.0.0/?path=/docs/design-system-changelog--page) (2024-08-29)
10+
[compare](https://github.com/ovh/design-system/compare/v18.0.0-alpha.1...v18.0.0)
11+
12+
**Note:** Version bump only for package @ovhcloud/ods-component-code
13+
14+
15+
16+
17+
618
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
719

820

packages/ods/src/components/code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovhcloud/ods-component-code",
3-
"version": "18.0.0-alpha.1",
3+
"version": "18.0.0",
44
"private": true,
55
"description": "ODS Code component",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)