Skip to content

Commit

Permalink
chore(datagrid): version 16.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 committed Nov 16, 2023
1 parent 5ef8387 commit 4f39866
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
26 changes: 13 additions & 13 deletions packages/components/datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-component-datagrid",
"version": "16.3.1",
"version": "16.3.2",
"description": "ODS Datagrid component",
"author": "OVH SAS",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,21 +33,21 @@
"FIXME_test:e2e:ci:screenshot:update": "stencil test --config stencil.config.ts --e2e --ci --screenshot --update-screenshot --passWithNoTests"
},
"dependencies": {
"@ovhcloud/ods-common-core": "16.3.1",
"@ovhcloud/ods-common-stencil": "16.3.1",
"@ovhcloud/ods-common-theming": "16.3.1",
"@ovhcloud/ods-component-button": "16.3.1",
"@ovhcloud/ods-component-checkbox": "16.3.1",
"@ovhcloud/ods-component-checkbox-button": "16.3.1",
"@ovhcloud/ods-component-icon": "16.3.1",
"@ovhcloud/ods-component-popover": "16.3.1",
"@ovhcloud/ods-component-text": "16.3.1",
"@ovhcloud/ods-common-core": "16.3.2",
"@ovhcloud/ods-common-stencil": "16.3.2",
"@ovhcloud/ods-common-theming": "16.3.2",
"@ovhcloud/ods-component-button": "16.3.2",
"@ovhcloud/ods-component-checkbox": "16.3.2",
"@ovhcloud/ods-component-checkbox-button": "16.3.2",
"@ovhcloud/ods-component-icon": "16.3.2",
"@ovhcloud/ods-component-popover": "16.3.2",
"@ovhcloud/ods-component-text": "16.3.2",
"tabulator-tables": "5.4.4"
},
"devDependencies": {
"@ovhcloud/ods-common-scripts": "16.3.1",
"@ovhcloud/ods-common-testing": "16.3.1",
"@ovhcloud/ods-stencil-dev": "16.3.1",
"@ovhcloud/ods-common-scripts": "16.3.2",
"@ovhcloud/ods-common-testing": "16.3.2",
"@ovhcloud/ods-stencil-dev": "16.3.2",
"@types/tabulator-tables": "5.4.4"
}
}
6 changes: 3 additions & 3 deletions packages/components/datagrid/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-component-datagrid-react",
"version": "16.3.1",
"version": "16.3.2",
"private": true,
"description": "React specific wrapper for ods",
"keywords": [],
Expand All @@ -20,13 +20,13 @@
"dist/"
],
"dependencies": {
"@ovhcloud/ods-component-datagrid": "16.3.1"
"@ovhcloud/ods-component-datagrid": "16.3.2"
},
"peerDependencies": {
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@ovhcloud/ods-react-dev": "16.3.1"
"@ovhcloud/ods-react-dev": "16.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/components/datagrid/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovhcloud/ods-component-datagrid-vue",
"version": "16.3.1",
"version": "16.3.2",
"private": true,
"description": "Vue specific wrapper for ods",
"keywords": [],
Expand All @@ -20,12 +20,12 @@
"dist/"
],
"dependencies": {
"@ovhcloud/ods-component-datagrid": "16.3.1"
"@ovhcloud/ods-component-datagrid": "16.3.2"
},
"peerDependencies": {
"vue": ">=3"
},
"devDependencies": {
"@ovhcloud/ods-vue-dev": "16.3.1"
"@ovhcloud/ods-vue-dev": "16.3.2"
}
}
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4691,8 +4691,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ovhcloud/ods-component-datagrid-react@workspace:packages/components/datagrid/react"
dependencies:
"@ovhcloud/ods-component-datagrid": 16.3.1
"@ovhcloud/ods-react-dev": 16.3.1
"@ovhcloud/ods-component-datagrid": 16.3.2
"@ovhcloud/ods-react-dev": 16.3.2
peerDependencies:
react: ">=16.8.6"
react-dom: ">=16.8.6"
Expand All @@ -4703,29 +4703,29 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ovhcloud/ods-component-datagrid-vue@workspace:packages/components/datagrid/vue"
dependencies:
"@ovhcloud/ods-component-datagrid": 16.3.1
"@ovhcloud/ods-vue-dev": 16.3.1
"@ovhcloud/ods-component-datagrid": 16.3.2
"@ovhcloud/ods-vue-dev": 16.3.2
peerDependencies:
vue: ">=3"
languageName: unknown
linkType: soft

"@ovhcloud/[email protected].1, @ovhcloud/ods-component-datagrid@workspace:packages/components/datagrid":
"@ovhcloud/[email protected].2, @ovhcloud/ods-component-datagrid@workspace:packages/components/datagrid":
version: 0.0.0-use.local
resolution: "@ovhcloud/ods-component-datagrid@workspace:packages/components/datagrid"
dependencies:
"@ovhcloud/ods-common-core": 16.3.1
"@ovhcloud/ods-common-scripts": 16.3.1
"@ovhcloud/ods-common-stencil": 16.3.1
"@ovhcloud/ods-common-testing": 16.3.1
"@ovhcloud/ods-common-theming": 16.3.1
"@ovhcloud/ods-component-button": 16.3.1
"@ovhcloud/ods-component-checkbox": 16.3.1
"@ovhcloud/ods-component-checkbox-button": 16.3.1
"@ovhcloud/ods-component-icon": 16.3.1
"@ovhcloud/ods-component-popover": 16.3.1
"@ovhcloud/ods-component-text": 16.3.1
"@ovhcloud/ods-stencil-dev": 16.3.1
"@ovhcloud/ods-common-core": 16.3.2
"@ovhcloud/ods-common-scripts": 16.3.2
"@ovhcloud/ods-common-stencil": 16.3.2
"@ovhcloud/ods-common-testing": 16.3.2
"@ovhcloud/ods-common-theming": 16.3.2
"@ovhcloud/ods-component-button": 16.3.2
"@ovhcloud/ods-component-checkbox": 16.3.2
"@ovhcloud/ods-component-checkbox-button": 16.3.2
"@ovhcloud/ods-component-icon": 16.3.2
"@ovhcloud/ods-component-popover": 16.3.2
"@ovhcloud/ods-component-text": 16.3.2
"@ovhcloud/ods-stencil-dev": 16.3.2
"@types/tabulator-tables": 5.4.4
tabulator-tables: 5.4.4
languageName: unknown
Expand Down

0 comments on commit 4f39866

Please sign in to comment.