Skip to content

Commit

Permalink
Added heading
Browse files Browse the repository at this point in the history
  • Loading branch information
iancharlesdouglas committed Apr 17, 2024
1 parent b19353c commit 3886ee8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.11](https://github.com/iancharlesdouglas/carbon-icons-qwik/releases/tag/0.0.11) - 2024-04-17
|Added|Fixed|Changed|Removed|
|-|-|-|-|
|Heading component added|-|-|-|

## [0.0.10](https://github.com/iancharlesdouglas/carbon-icons-qwik/releases/tag/0.0.10) - 2024-04-16
|Added|Fixed|Changed|Removed|
|-|-|-|-|
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.10",
"version": "0.0.11",
"description": "Carbon Design System components implemented as Qwik components",
"license": "Apache-2.0",
"main": "./lib/index.qwik.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export * from './components/grid/column';
export * from './components/grid/grid';
export * from './components/grid/grid-scope';
export * from './components/grid/row';
export * from './components/heading/heading';
export * from './components/link/link';
export * from './components/multi-select/multi-select';
export * from './components/text/text';
Expand Down

0 comments on commit 3886ee8

Please sign in to comment.