diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b5a699af52..1ac343365d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # docs +## 10.7.9 + +### Patch Changes + +- Deploy 10.7.9 +- Updated dependencies + - @heathmont/moon-base-tw@10.7.9 + - @heathmont/moon-cmdk-tw@10.7.9 + - @heathmont/moon-core-tw@10.7.9 + ## 10.7.8 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 26957cc846..ffeeb308cd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "10.7.8", + "version": "10.7.9", "private": true, "type": "module", "scripts": { @@ -11,9 +11,9 @@ "lint": "next lint" }, "dependencies": { - "@heathmont/moon-base-tw": "workspace:^10.7.8", - "@heathmont/moon-cmdk-tw": "workspace:^10.7.8", - "@heathmont/moon-core-tw": "workspace:^10.7.8", + "@heathmont/moon-base-tw": "workspace:^10.7.9", + "@heathmont/moon-cmdk-tw": "workspace:^10.7.9", + "@heathmont/moon-core-tw": "workspace:^10.7.9", "@heathmont/moon-icons-tw": "9.28.4", "@types/node": "20.4.9", "@types/react": "18.2.19", diff --git a/next-docs/CHANGELOG.md b/next-docs/CHANGELOG.md index d36afebda2..d2e2340cfe 100644 --- a/next-docs/CHANGELOG.md +++ b/next-docs/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.9 + +### Patch Changes + +- Deploy 10.7.9 +- Updated dependencies + - @heathmont/moon-table-tw@10.7.9 + - @heathmont/moon-themes-tw@10.7.9 + - @heathmont/moon-cmdk-tw@10.7.9 + - @heathmont/moon-core-tw@10.7.9 + ## 10.7.8 ### Patch Changes diff --git a/next-docs/package.json b/next-docs/package.json index 8dec5b94ea..42cf16a282 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "10.7.8", + "version": "10.7.9", "private": true, "scripts": { "dev": "next dev", @@ -19,9 +19,9 @@ "@heathmont/moon-assets": "workspace:^10.7.1", "@heathmont/moon-charts": "workspace:^10.7.1", "@heathmont/moon-components": "workspace:^10.7.1", - "@heathmont/moon-cmdk-tw": "workspace:^10.7.8", + "@heathmont/moon-cmdk-tw": "workspace:^10.7.9", "@heathmont/moon-core": "workspace:^10.7.1", - "@heathmont/moon-core-tw": "workspace:^10.7.8", + "@heathmont/moon-core-tw": "workspace:^10.7.9", "@heathmont/moon-datepicker": "workspace:^10.7.1", "@heathmont/moon-draggabletable": "workspace:^10.7.1", "@heathmont/moon-icons": "workspace:^10.7.1", @@ -30,9 +30,9 @@ "@heathmont/moon-select": "workspace:^10.7.1", "@heathmont/moon-sidebar": "workspace:^10.7.1", "@heathmont/moon-table": "workspace:^10.7.1", - "@heathmont/moon-table-tw": "workspace:^10.7.8", + "@heathmont/moon-table-tw": "workspace:^10.7.9", "@heathmont/moon-themes": "workspace:^10.7.1", - "@heathmont/moon-themes-tw": "workspace:^10.7.8", + "@heathmont/moon-themes-tw": "workspace:^10.7.9", "@heathmont/moon-utils": "workspace:^10.7.1", "@heathmont/moon-icons-tw": "9.28.5", "@hookform/resolvers": "3.2.0", diff --git a/packages/assets/src/icons/IconLivespins.tsx b/packages/assets/src/icons/IconLivespins.tsx index e6728b0490..1bbd2d0217 100644 --- a/packages/assets/src/icons/IconLivespins.tsx +++ b/packages/assets/src/icons/IconLivespins.tsx @@ -1,7 +1,7 @@ import React from 'react'; +import styled from 'styled-components'; import { ColorProps } from '@heathmont/moon-themes'; import { themed } from '@heathmont/moon-utils'; -import styled from 'styled-components'; const Svg = (props: React.SVGProps) => (