From 5c2c17d9b53e146ca5c34f640f1f69e0e6a94fd6 Mon Sep 17 00:00:00 2001 From: jdecroock Date: Thu, 28 Sep 2023 08:07:18 +0200 Subject: [PATCH] 10.18.0 --- devtools/src/devtools.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/src/devtools.js b/devtools/src/devtools.js index 69e35a64d9..4072abcc12 100644 --- a/devtools/src/devtools.js +++ b/devtools/src/devtools.js @@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact'; export function initDevTools() { if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) { - window.__PREACT_DEVTOOLS__.attachPreact('10.17.1', options, { + window.__PREACT_DEVTOOLS__.attachPreact('10.18.0', options, { Fragment, Component }); diff --git a/package-lock.json b/package-lock.json index 551e11db1c..4fcd30f256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "preact", - "version": "10.17.1", + "version": "10.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "preact", - "version": "10.17.1", + "version": "10.18.0", "license": "MIT", "devDependencies": { "@actions/github": "^5.0.0", diff --git a/package.json b/package.json index a0477d3ebf..83883c6872 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact", "amdName": "preact", - "version": "10.17.1", + "version": "10.18.0", "private": false, "description": "Fast 3kb React-compatible Virtual DOM library.", "main": "dist/preact.js",