From 4b9e6bad0b24d9871acfb7f55a1b41787e5c757a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Mon, 17 Apr 2023 11:08:57 +0200 Subject: [PATCH] [REL] v2.1.1 # v2.1.1 - [FIX] components: solve missing update (concurrency issue) - [DOC] remove old references to comp for useRef hook - [FIX] devtools: Fix build commands for windows users - [FIX] devtools: Fix devtools in detached window - [IMP] devtools: Add a button to navigate to the doc - [IMP] devtools: Add devtools documentation - [IMP] Allow app to be mounted in shadow DOM - [IMP] playground: allow sharing playground links - [IMP] runtime: allow validating object values using a type description - [FIX] devtools: Increase vertical padding of the search bar - [FIX] devtools: Hide the collapse all button - [FIX] devtools: Fix bad computation of highlight boxes on the page - [FIX] package: Auto-update package-lock.json --- package-lock.json | 2 +- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d13b7c4d..b418c429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6cd04e9f..1c377783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.1.0", + "version": "2.1.1", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "module": "dist/owl.es.js", diff --git a/src/version.ts b/src/version.ts index ecc2f7c4..f1ce7a63 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // do not modify manually. This file is generated by the release script. -export const version = "2.1.0"; +export const version = "2.1.1";