Skip to content

Commit

Permalink
docs(link): changelog, stories icon import
Browse files Browse the repository at this point in the history
  • Loading branch information
frideska committed Jan 13, 2025
1 parent 7653d01 commit a31b660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 0.0.8 - 19.12.2024
# 0.0.8 - 13.01.2025

- Lagt til checkbox-komponent
- Lagt til alert-komponent
- Støtte for ikoner i knapper
- Lagt til lenker

# 0.0.7 - 19.12.2024

Expand Down
1 change: 1 addition & 0 deletions packages/lib/components/link/link.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Meta, StoryObj } from '@storybook/web-components';
import { html } from 'lit';
import '../icon';

export default {
title: 'Components/Link',
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@computas/designsystem",
"version": "0.0.7",
"version": "0.0.8",
"description": "The Computas design system",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit a31b660

Please sign in to comment.