From 5558da01f8b03ec66b6f13625952a6be2761b222 Mon Sep 17 00:00:00 2001 From: saboooor Date: Wed, 4 Dec 2024 22:11:18 -0700 Subject: [PATCH] chore(release): publish 1.3.1 --- CHANGELOG.md | 4 ++++ packages/ui-qwik/package.json | 2 +- packages/ui/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26d1b7..b50979a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 (2024-12-05) + +This was a version bump only, there were no code changes. + ## 1.4.0 (2024-12-05) This was a version bump only, there were no code changes. diff --git a/packages/ui-qwik/package.json b/packages/ui-qwik/package.json index 32122fd..a07737d 100644 --- a/packages/ui-qwik/package.json +++ b/packages/ui-qwik/package.json @@ -1,6 +1,6 @@ { "name": "@luminescent/ui-qwik", - "version": "1.4.0", + "version": "1.3.1", "description": "Luminescent UI library", "main": "./lib/index.qwik.mjs", "qwik": "./lib/index.qwik.mjs", diff --git a/packages/ui/package.json b/packages/ui/package.json index 90a45a0..74b45c3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@luminescent/ui", - "version": "1.4.0", + "version": "1.3.1", "description": "Luminescent UI library", "main": "./lib/index.js", "types": "./lib-types/index.d.ts",