@odoo/o-spreadsheet 17.4.8 → 17.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
  <!--
2
2
  This file is generated by o-spreadsheet build tools. Do not edit it.
3
3
  @see https://github.com/odoo/o-spreadsheet
4
- @version 17.4.8
5
- @date 2024-09-17T08:11:07.228Z
6
- @hash caad8bd
4
+ @version 17.4.10
5
+ @date 2024-10-24T08:55:46.696Z
6
+ @hash c82d9c1
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.8",
3
+ "version": "17.4.10",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -139,6 +139,6 @@
139
139
  "*": "prettier --write"
140
140
  },
141
141
  "publishConfig": {
142
- "tag": "latest"
142
+ "tag": "17-4"
143
143
  }
144
144
  }