[REL] v1.0.0

Finally!!
This commit is contained in:
Géry Debongnie
2020-01-09 14:37:36 +01:00
parent 4c75bae0e8
commit 3d0f046d9a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ npm install @odoo/owl
If you want to use a simple `<script>` tag, the last release can be downloaded here:
- [owl-1.0.0-beta5.js](https://github.com/odoo/owl/releases/download/v1.0.0-beta5/owl.js)
- [owl-1.0.0-beta5.min.js](https://github.com/odoo/owl/releases/download/v1.0.0-beta5/owl.min.js)
- [owl-1.0.0.js](https://github.com/odoo/owl/releases/download/v1.0.0/owl.js)
- [owl-1.0.0.min.js](https://github.com/odoo/owl/releases/download/v1.0.0/owl.min.js)
Some npm scripts are available:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@odoo/owl",
"version": "1.0.0-beta5",
"version": "1.0.0",
"description": "Odoo Web Library (OWL)",
"main": "dist/owl.js",
"types": "dist/types/index.d.ts",
+2 -2
View File
@@ -1,7 +1,7 @@
# 🦉 OWL Roadmap 🦉
- Current version: 1.0.0-beta5
- Status: mostly stable
- Current version: 1.0.0
- Status: stable
This roadmap is only an attempt at predicting Owl's future. Everything may
change!