From 46d97b89c0463db79f1f1c7584cb5db9d7cbfd5a Mon Sep 17 00:00:00 2001 From: Adam Baker Date: Wed, 13 Oct 2021 15:22:53 -0400 Subject: [PATCH] chore: release 0.0.20 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c018a..fc35eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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). +#### [v0.0.20](https://github.com/Gavant/glint-template-types/compare/v0.0.19...v0.0.20) + +- Adding power select types [`#41`](https://github.com/Gavant/glint-template-types/pull/41) +- animated-each yields the item and the item's index [`#38`](https://github.com/Gavant/glint-template-types/pull/38) +- Type cleanup [`e0e97d7`](https://github.com/Gavant/glint-template-types/commit/e0e97d7b33013a5990ccacf22046ec5365643ee0) +- Making power select api readonly [`b5bf13a`](https://github.com/Gavant/glint-template-types/commit/b5bf13a68f31412986bf6829f7104a7c218745f9) +- Fixing power select infinity types [`15c33b7`](https://github.com/Gavant/glint-template-types/commit/15c33b738b125e939a6b6a9694696faeb58694ce) + #### [v0.0.19](https://github.com/Gavant/glint-template-types/compare/v0.0.18...v0.0.19) +> 2 August 2021 + - add ember-power-select initial work [`#40`](https://github.com/Gavant/glint-template-types/pull/40) - add gavant ember PS infinity [`0a574f1`](https://github.com/Gavant/glint-template-types/commit/0a574f1f4515b62403b0d14e66da79d491eaa30f) - fix types [`972dbae`](https://github.com/Gavant/glint-template-types/commit/972dbae796000fbe96819bd44d67b02a3c870199) diff --git a/package.json b/package.json index fd2f394..9fb0007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gavant/glint-template-types", - "version": "0.0.19", + "version": "0.0.20", "description": "Template types for ember/glimmer glint", "repository": "https://github.com/Gavant/glint-template-types.git", "scripts": {