From 980485f4c9e1f61d4860934804147a94a593a567 Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Fri, 25 Oct 2024 04:56:34 -0500 Subject: [PATCH] Updated changelogs --- packages/map-interface/CHANGELOG.md | 4 ++++ packages/ui-components/CHANGELOG.md | 4 ++++ packages/ui-components/package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/map-interface/CHANGELOG.md b/packages/map-interface/CHANGELOG.md index f445234a..85191af9 100644 --- a/packages/map-interface/CHANGELOG.md +++ b/packages/map-interface/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.4] - 2024-10-24 + +- Fix bad build instructions + ## [1.0.3] - 2024-10-24 - Add package specifier for types diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index cb8e3c9f..b14eddaf 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [4.0.4] - 2024-10-24 + +Fix bad build instructions + ## [4.0.3] - 2024-10-24 - Fix package specifiers diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 31aaea9c..32195427 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@macrostrat/ui-components", - "version": "4.0.3", + "version": "4.0.4", "description": "UI components for React and Blueprint.js", "main": "dist/main.js", "module": "dist/module.js",