From fc3f32146e7e52235bf4ed2aa16a54d91100209f Mon Sep 17 00:00:00 2001 From: pleek91 Date: Wed, 18 Dec 2024 21:45:35 +0000 Subject: [PATCH] 2.14.16 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e69fc1a..15d90239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.14.16](https://github.com/PrefectHQ/prefect-design/compare/2.14.15...2.14.16) + +- Add 100 to the options for page limit [`#1549`](https://github.com/PrefectHQ/prefect-design/pull/1549) + #### [2.14.15](https://github.com/PrefectHQ/prefect-design/compare/2.14.14...2.14.15) +> 3 December 2024 + +- 2.14.15 [`#1544`](https://github.com/PrefectHQ/prefect-design/pull/1544) +- 2.14.15 [`#1543`](https://github.com/PrefectHQ/prefect-design/pull/1543) - Allow adding class to select options [`#1542`](https://github.com/PrefectHQ/prefect-design/pull/1542) #### [2.14.14](https://github.com/PrefectHQ/prefect-design/compare/2.14.13...2.14.14) diff --git a/package-lock.json b/package-lock.json index ab5b129f..d678d060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/prefect-design", - "version": "2.14.15", + "version": "2.14.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prefecthq/prefect-design", - "version": "2.14.15", + "version": "2.14.16", "workspaces": [ "./demo" ], diff --git a/package.json b/package.json index c7f4800d..9e0fd81e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "./demo" ], - "version": "2.14.15", + "version": "2.14.16", "description": "", "repository": { "type": "git",