Skip to content

Commit 4b9e6ba

Browse files
committed
[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
1 parent 9a5ff7a commit 4b9e6ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@odoo/owl",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Odoo Web Library (OWL)",
55
"main": "dist/owl.cjs.js",
66
"module": "dist/owl.es.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// do not modify manually. This file is generated by the release script.
2-
export const version = "2.1.0";
2+
export const version = "2.1.1";

0 commit comments

Comments
 (0)