Skip to content

Commit 9ea48eb

Browse files
committed
Added changelog entries
1 parent 0f3730a commit 9ea48eb

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

packages/form-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.0] - 2025-02-20
4+
5+
- Add `ItemSelect` component for general selections (items must have a `name`
6+
property)
7+
- Add `ActionPreflight` component for staging actions that require configuration
8+
and confirmation
9+
- Add appropriate stories for new components
10+
311
## [0.1.2] - 2025-02-15
412

513
Added `files` specifier to `package.json` to ensure that all `dist` files are

packages/form-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/form-components",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Form components for user input into Macrostrat apps",
55
"type": "module",
66
"source": "src/index.ts",

packages/ui-components/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [4.1.3] - 2025-02-20
4+
5+
- Improved styling for numeric sliders when disabled
6+
- TODO: move numeric slider to `@macrostrat/form-components`
7+
38
## [4.1.2] - 2025-02-16
49

510
Add body classes `light-mode` and `bp5-light` to `DarkModeProvider` when it is

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/ui-components",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "UI components for React and Blueprint.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)