Skip to content

Commit

Permalink
Fixed close icon derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
iancharlesdouglas committed Apr 22, 2024
1 parent 980abd4 commit 347075b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).)

## [0.0.19](https://github.com/iancharlesdouglas/carbon-icons-qwik/releases/tag/0.0.19) - 2024-04-22
## [0.0.20](https://github.com/iancharlesdouglas/carbon-icons-qwik/releases/tag/0.0.20) - 2024-04-22
|Added|Fixed|Changed|Removed|
|-|-|-|-|
|Embedded source components for certain Carbon icons|-|-|References to carbon-icons-qwik icons|
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-components-qwik",
"version": "0.0.19",
"version": "0.0.20",
"description": "Carbon Design System components implemented as Qwik components",
"license": "Apache-2.0",
"main": "./lib/index.qwik.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/components/list-box/list-box-selection.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { QRL, QwikIntrinsicElements, component$, $ } from '@builder.io/qwik';
import { usePrefix } from '../../internal/hooks/use-prefix';
import classNames from 'classnames';
import { Close } from 'carbon-icons-qwik';
import { Key } from '../../internal/key';
import { Close } from '../../internal/icons/close';

/**
* ListBoxSelection props
Expand Down

0 comments on commit 347075b

Please sign in to comment.