Skip to content

Commit

Permalink
Merge pull request #161 from CityOfDetroit/1.0.15
Browse files Browse the repository at this point in the history
1.0.15
  • Loading branch information
jedgar1mx authored Feb 20, 2024
2 parents 4c715e6 + 451380d commit 79f3610
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.0.15 (Mon Feb 19 2024)

#### 🚀 Enhancement

- Adding new components: [`cod-info-button`](https://github.com/CityOfDetroit/COD-Design-System/pull/160) and [`cod-action-button`](https://github.com/CityOfDetroit/COD-Design-System/pull/158).


#### Authors: 1

- Max Morgan ([@maxatdetroit](https://github.com/maxatdetroit))

---

# v1.0.14 (Mon Feb 12 2024)

#### 🏎 Performance
Expand Down
2 changes: 1 addition & 1 deletion build/assets/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/assets/js/runtime.js

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

2 changes: 1 addition & 1 deletion build/assets/js/vendors.babel.js

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

2 changes: 1 addition & 1 deletion build/assets/js/vendors.maplibre-gl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cod-design-system",
"version": "1.0.14",
"version": "1.0.15",
"description": "City of Detroit design system",
"main": "dist/index.js",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import './components/atoms/CardHeader/cod-card-header';
import './components/atoms/CardOverlay/cod-card-overlay';
import './components/atoms/CarouselCaption/cod-carousel-caption';
import './components/atoms/CarouselItem/cod-carousel-item';
import './components/atoms/Clickable/cod-clickable';
import './components/atoms/Container/cod-container';
import './components/atoms/DropdownMenu/cod-dropdown-menu';
import './components/atoms/FormCheck/cod-formcheck';
Expand Down

0 comments on commit 79f3610

Please sign in to comment.