From 0e92b27195891784ede34a5be2fe78bf53fdd32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Mon, 8 Jul 2024 09:50:52 +0200 Subject: [PATCH] chore(release): 9.1.0 --- docs/CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 65b2da2b..ba93c142 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [9.1.0](https://github.com/hybridsjs/hybrids/compare/v9.0.0...v9.1.0) (2024-07-08) + + +### Features + +* **layout:** add `hover` and `any-hover` predefined media queries ([b3dc67c](https://github.com/hybridsjs/hybrids/commit/b3dc67cb38271bc4353ee3ca6fe9f1f4eef33fda)) +* **store:** add record property type ([#260](https://github.com/hybridsjs/hybrids/issues/260)) ([8b1f308](https://github.com/hybridsjs/hybrids/commit/8b1f3080373f4f1444572a5c145b06da48624829)) + ## [9.0.0](https://github.com/hybridsjs/hybrids/compare/v8.2.23...v9.0.0) (2024-06-13) This major release comes with several breaking changes, which may affect your code. Follow the instructions from the [Migration Guide](/migration.md) section in the documentation. diff --git a/package-lock.json b/package-lock.json index dc369101..3d11fc42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hybrids", - "version": "9.0.0", + "version": "9.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hybrids", - "version": "9.0.0", + "version": "9.1.0", "license": "MIT", "bin": { "hybrids": "cli/index.js" diff --git a/package.json b/package.json index 2f4e8849..6022cf76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hybrids", - "version": "9.0.0", + "version": "9.1.0", "description": "A JavaScript framework for creating fully-featured web applications, components libraries, and single web components with unique declarative and functional architecture", "type": "module", "exports": {