Skip to content

Commit

Permalink
v16.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Sep 28, 2023
1 parent a786031 commit 214e016
Show file tree
Hide file tree
Showing 277 changed files with 2,949 additions and 1,268 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

### Bug Fixes

* **docs:** generate spec for multiple component ([96cf6fd](https://github.com/ovh/design-system/commit/96cf6fd6dfa221a492f3a59b4d3d6ea8a3934db3))
* **docs:** generate spec.md ([236bb64](https://github.com/ovh/design-system/commit/236bb6433175e8956d1e2a8b5b7e321a209f8b90))
* **docs:** import type ([cc77a5f](https://github.com/ovh/design-system/commit/cc77a5f3da677013d1dc506f6887227b1cb35db8))
* **storybook:** update tile attributes ([e11aea1](https://github.com/ovh/design-system/commit/e11aea15bc1bda5046bb2f3949ceeea7709f19ba))
* **tabs:** spec multiple ([5441ade](https://github.com/ovh/design-system/commit/5441ade2e04cbad48f9f55851d3ceb86535c18a7))





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "16.1.0",
"version": "16.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

**Note:** Version bump only for package @ovhcloud/ods-cdk





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
12 changes: 12 additions & 0 deletions packages/cdk/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

**Note:** Version bump only for package @ovhcloud/ods-cdk-dev





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
8 changes: 4 additions & 4 deletions packages/cdk/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-cdk-dev",
"version": "16.1.0",
"version": "16.1.1",
"description": "ODS component development kit dev app",
"private": true,
"author": "OVH SAS",
Expand All @@ -18,10 +18,10 @@
"build:stencil": "stencil build --docs --prod --config stencil.config.ts"
},
"dependencies": {
"@ovhcloud/ods-cdk": "16.1.0",
"@ovhcloud/ods-common-stencil": "16.1.0"
"@ovhcloud/ods-cdk": "16.1.1",
"@ovhcloud/ods-common-stencil": "16.1.1"
},
"devDependencies": {
"@ovhcloud/ods-stencil-dev": "16.1.0"
"@ovhcloud/ods-stencil-dev": "16.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-cdk",
"version": "16.1.0",
"version": "16.1.1",
"description": "OvhCloud Component Development Kit",
"author": "OVH SAS",
"license": "Apache-2.0",
Expand All @@ -20,9 +20,9 @@
"watch": "tsc -w -p tsconfig.esm.json"
},
"dependencies": {
"@ovhcloud/ods-common-theming": "16.1.0"
"@ovhcloud/ods-common-theming": "16.1.1"
},
"devDependencies": {
"@ovhcloud/ods-dev": "16.1.0"
"@ovhcloud/ods-dev": "16.1.1"
}
}
16 changes: 16 additions & 0 deletions packages/common/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

### Bug Fixes

* **docs:** generate spec for multiple component ([96cf6fd](https://github.com/ovh/design-system/commit/96cf6fd6dfa221a492f3a59b4d3d6ea8a3934db3))
* **docs:** generate spec.md ([236bb64](https://github.com/ovh/design-system/commit/236bb6433175e8956d1e2a8b5b7e321a209f8b90))
* **docs:** import type ([cc77a5f](https://github.com/ovh/design-system/commit/cc77a5f3da677013d1dc506f6887227b1cb35db8))





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
6 changes: 3 additions & 3 deletions packages/common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-common-core",
"version": "16.1.0",
"version": "16.1.1",
"description": "ODS common core helpers",
"author": "OVH SAS",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"test:spec:ci": "jest --ci --coverage --detectOpenHandles"
},
"devDependencies": {
"@ovhcloud/ods-common-testing": "16.1.0",
"@ovhcloud/ods-dev": "16.1.0"
"@ovhcloud/ods-common-testing": "16.1.1",
"@ovhcloud/ods-dev": "16.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/common/stencil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

**Note:** Version bump only for package @ovhcloud/ods-common-stencil







[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
Expand Down
14 changes: 7 additions & 7 deletions packages/common/stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-common-stencil",
"version": "16.1.0",
"version": "16.1.1",
"description": "ODS common stencil helpers",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
Expand All @@ -16,14 +16,14 @@
"doc:api": "typedoc --plugin none src/*"
},
"dependencies": {
"@ovhcloud/ods-common-core": "16.1.0",
"@ovhcloud/ods-theme-blue-jeans": "16.1.0",
"@ovhcloud/ods-common-core": "16.1.1",
"@ovhcloud/ods-theme-blue-jeans": "16.1.1",
"@stencil/core": "2.18.1"
},
"devDependencies": {
"@ovhcloud/ods-common-testing": "16.1.0",
"@ovhcloud/ods-dev": "16.1.0",
"@ovhcloud/ods-stencil-dev": "16.1.0",
"@ovhcloud/ods-style-dev": "16.1.0"
"@ovhcloud/ods-common-testing": "16.1.1",
"@ovhcloud/ods-dev": "16.1.1",
"@ovhcloud/ods-stencil-dev": "16.1.1",
"@ovhcloud/ods-style-dev": "16.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/common/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

**Note:** Version bump only for package @ovhcloud/ods-common-testing





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-common-testing",
"version": "16.1.0",
"version": "16.1.1",
"description": "ODS common testing helpers",
"author": "OVH SAS",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,6 +28,6 @@
"ts-jest": "27.1.5"
},
"devDependencies": {
"@ovhcloud/ods-dev": "16.1.0"
"@ovhcloud/ods-dev": "16.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/common/theming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

**Note:** Version bump only for package @ovhcloud/ods-common-theming







[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
Expand Down
4 changes: 2 additions & 2 deletions packages/common/theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-common-theming",
"version": "16.1.0",
"version": "16.1.1",
"description": "ODS common theming helpers",
"author": "OVH SAS",
"license": "Apache-2.0",
Expand All @@ -22,6 +22,6 @@
},
"devDependencies": {
"@marsbased/svgpack": "1.0.3",
"@ovhcloud/ods-dev": "16.1.0"
"@ovhcloud/ods-dev": "16.1.1"
}
}
17 changes: 17 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

### Bug Fixes

* **docs:** generate spec for multiple component ([96cf6fd](https://github.com/ovh/design-system/commit/96cf6fd6dfa221a492f3a59b4d3d6ea8a3934db3))
* **docs:** generate spec.md ([236bb64](https://github.com/ovh/design-system/commit/236bb6433175e8956d1e2a8b5b7e321a209f8b90))
* **docs:** import type ([cc77a5f](https://github.com/ovh/design-system/commit/cc77a5f3da677013d1dc506f6887227b1cb35db8))
* **tabs:** spec multiple ([5441ade](https://github.com/ovh/design-system/commit/5441ade2e04cbad48f9f55851d3ceb86535c18a7))





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
15 changes: 15 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

### Bug Fixes

* **docs:** generate spec for multiple component ([96cf6fd](https://github.com/ovh/design-system/commit/96cf6fd6dfa221a492f3a59b4d3d6ea8a3934db3))
* **docs:** generate spec.md ([236bb64](https://github.com/ovh/design-system/commit/236bb6433175e8956d1e2a8b5b7e321a209f8b90))



[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
16 changes: 8 additions & 8 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-component-accordion",
"version": "16.1.0",
"version": "16.1.1",
"description": "ODS Accordion component",
"author": "OVH SAS",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,14 +37,14 @@
"test:e2e:ci:screenshot:update": "stencil test --config stencil.config.ts --e2e --ci --screenshot --update-screenshot --passWithNoTests"
},
"dependencies": {
"@ovhcloud/ods-common-core": "16.1.0",
"@ovhcloud/ods-common-stencil": "16.1.0",
"@ovhcloud/ods-common-theming": "16.1.0",
"@ovhcloud/ods-component-collapsible": "16.1.0",
"@ovhcloud/ods-component-icon": "16.1.0"
"@ovhcloud/ods-common-core": "16.1.1",
"@ovhcloud/ods-common-stencil": "16.1.1",
"@ovhcloud/ods-common-theming": "16.1.1",
"@ovhcloud/ods-component-collapsible": "16.1.1",
"@ovhcloud/ods-component-icon": "16.1.1"
},
"devDependencies": {
"@ovhcloud/ods-common-testing": "16.1.0",
"@ovhcloud/ods-stencil-dev": "16.1.0"
"@ovhcloud/ods-common-testing": "16.1.1",
"@ovhcloud/ods-stencil-dev": "16.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/components/accordion/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


# [16.1.1](https://ovh.github.io/design-system/v16.1.1/?path=/docs/design-system-changelog--page) (2023-09-28)
[compare](https://github.com/ovh/design-system/compare/v16.1.0...v16.1.1)

**Note:** Version bump only for package @ovhcloud/ods-component-accordion-react





[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)


Expand Down
6 changes: 3 additions & 3 deletions packages/components/accordion/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-component-accordion-react",
"version": "16.1.0",
"version": "16.1.1",
"private": true,
"description": "React specific wrapper for ods",
"keywords": [],
Expand All @@ -20,13 +20,13 @@
"dist/"
],
"dependencies": {
"@ovhcloud/ods-component-accordion": "16.1.0"
"@ovhcloud/ods-component-accordion": "16.1.1"
},
"peerDependencies": {
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@ovhcloud/ods-react-dev": "16.1.0"
"@ovhcloud/ods-react-dev": "16.1.1"
}
}
Loading

0 comments on commit 214e016

Please sign in to comment.