Skip to content

Commit

Permalink
chore: release 0.0.6 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimmeyer authored Nov 16, 2023
1 parent 02c06e4 commit 8f7b443
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.0.6](https://github.com/jkimmeyer/panorama-design-system/compare/0.0.5...0.0.6) (2023-11-16)


### Features

* Add checkbox component ([#32](https://github.com/jkimmeyer/panorama-design-system/issues/32)) ([8641faf](https://github.com/jkimmeyer/panorama-design-system/commit/8641faf77880187508c0161d86fdb5081f53780a))
* Add input component ([#33](https://github.com/jkimmeyer/panorama-design-system/issues/33)) ([e155d4d](https://github.com/jkimmeyer/panorama-design-system/commit/e155d4d63bf69fdddb61d630f71389a982a1cf81))
* Add storybook deployment ([#90](https://github.com/jkimmeyer/panorama-design-system/issues/90)) ([d0bcc1e](https://github.com/jkimmeyer/panorama-design-system/commit/d0bcc1ef6eebcff81d23cce3f88ead85569e81ce))


### Bug Fixes

* **deps:** update dependency lit to v3.0.2 ([#78](https://github.com/jkimmeyer/panorama-design-system/issues/78)) ([e48f320](https://github.com/jkimmeyer/panorama-design-system/commit/e48f3200e84ee24050d6d7ec624ee9b379313bc7))
* **deps:** update dependency lit to v3.1.0 ([#88](https://github.com/jkimmeyer/panorama-design-system/issues/88)) ([2b68b52](https://github.com/jkimmeyer/panorama-design-system/commit/2b68b52f7b75e6ca639f37c1215894a2b169f97b))


### Miscellaneous

* **deps:** update dependency eslint to v8.53.0 ([#80](https://github.com/jkimmeyer/panorama-design-system/issues/80)) ([dffe352](https://github.com/jkimmeyer/panorama-design-system/commit/dffe352f6b2463de641a59f447b3decbfca68637))
* **deps:** update dependency lit-html to v3.0.2 ([#77](https://github.com/jkimmeyer/panorama-design-system/issues/77)) ([85956de](https://github.com/jkimmeyer/panorama-design-system/commit/85956de0f82524fa7d621534f89092f6d044ae8c))
* **deps:** update dependency prettier to v3.1.0 ([#83](https://github.com/jkimmeyer/panorama-design-system/issues/83)) ([62c9fac](https://github.com/jkimmeyer/panorama-design-system/commit/62c9faca96d3373c0fe547f240b103254845358a))
* **deps:** update jamesives/github-pages-deploy-action action to v4 ([#92](https://github.com/jkimmeyer/panorama-design-system/issues/92)) ([7e5733f](https://github.com/jkimmeyer/panorama-design-system/commit/7e5733fcf6b03d48a8111c635a399cd76455e1d5))
* **deps:** update storybook monorepo to v7.5.3 ([#81](https://github.com/jkimmeyer/panorama-design-system/issues/81)) ([512bd1a](https://github.com/jkimmeyer/panorama-design-system/commit/512bd1af1331b19b096bc42cb7496e3c59ab577f))
* **deps:** update typescript-eslint monorepo to v6.10.0 ([#82](https://github.com/jkimmeyer/panorama-design-system/issues/82)) ([7c47ede](https://github.com/jkimmeyer/panorama-design-system/commit/7c47ede771480d22056fc2c34c1befc3af35f954))
* **deps:** update typescript-eslint monorepo to v6.11.0 ([#86](https://github.com/jkimmeyer/panorama-design-system/issues/86)) ([f3ef1e4](https://github.com/jkimmeyer/panorama-design-system/commit/f3ef1e4966564e1f5ad45c95d0694ffac76afc80))
* Refactor plopfile ([#76](https://github.com/jkimmeyer/panorama-design-system/issues/76)) ([615f701](https://github.com/jkimmeyer/panorama-design-system/commit/615f701933971fb44e3a2c60434853aeb6e599fc))
* Update deploy configuration ([#93](https://github.com/jkimmeyer/panorama-design-system/issues/93)) ([02c06e4](https://github.com/jkimmeyer/panorama-design-system/commit/02c06e41b285127b00f0b640d99a741b5b5041db))

## [0.0.5](https://github.com/jkimmeyer/panorama-design-system/compare/0.0.4...0.0.5) (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jkimmeyer/panorama-design-system",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"main": "dist/main.js",
"module": "./dist/main.js",
Expand Down

0 comments on commit 8f7b443

Please sign in to comment.