From 452dce239ce49bff2653bfc713519f5c88021e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Rahir=20=28rar=29?= Date: Fri, 9 Feb 2024 13:52:59 +0100 Subject: [PATCH] [REL] 16.0.32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/be0fda378 [FIX] DataFilter: Fix overlapping filters Task: 3728009 https://github.com/odoo/o-spreadsheet/commit/d0a8860cb [FIX] Composer: Persistent composition when starting the edition Task: 3685891 https://github.com/odoo/o-spreadsheet/commit/b6c608ebe [IMP] EventStream: self releasing does not call the release callback https://github.com/odoo/o-spreadsheet/commit/f61ba2f88 [IMP] mockContentHelper: use focus to change window.mockContentHelper https://github.com/odoo/o-spreadsheet/commit/f8e539f7b [FIX] export: unbound formula stays unbound in snapshots closes odoo/o-spreadsheet#3652 Signed-off-by: RĂ©mi Rahir (rar) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a1a749d17..719cca36e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@odoo/o-spreadsheet", - "version": "16.0.31", + "version": "16.0.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@odoo/o-spreadsheet", - "version": "16.0.31", + "version": "16.0.32", "license": "LGPL-3.0-or-later", "dependencies": { "@odoo/owl": "2.2.6", diff --git a/package.json b/package.json index 9512a8280d..2ad18db073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/o-spreadsheet", - "version": "16.0.31", + "version": "16.0.32", "description": "A spreadsheet component", "main": "dist/o-spreadsheet.cjs.js", "browser": "dist/o-spreadsheet.iife.js",