diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f556e3b82c..d4a2a70056 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # docs +## 0.5.2 + +### Patch Changes + +- Deploy 10.7.2 +- Updated dependencies + - @heathmont/moon-core-tw@10.7.2 + - @heathmont/moon-base-tw@10.7.2 + ## 0.5.1 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index beaf00aab4..0e50b9ac6f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.5.1", + "version": "0.5.2", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@heathmont/moon-base-tw": "workspace:^10.7.1", - "@heathmont/moon-core-tw": "workspace:^10.7.1", + "@heathmont/moon-base-tw": "workspace:^10.7.2", + "@heathmont/moon-core-tw": "workspace:^10.7.2", "@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 145a97a5f1..4353131e2f 100644 --- a/next-docs/CHANGELOG.md +++ b/next-docs/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.2 + +### Patch Changes + +- Deploy 10.7.2 +- Updated dependencies + - @heathmont/moon-themes-tw@10.7.2 + - @heathmont/moon-core-tw@10.7.2 + - @heathmont/moon-cmdk-tw@10.7.2 + - @heathmont/moon-table-tw@10.7.2 + ## 10.7.1 ### Patch Changes diff --git a/next-docs/package.json b/next-docs/package.json index 211f099885..c42f508e61 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "10.7.1", + "version": "10.7.2", "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.1", + "@heathmont/moon-cmdk-tw": "workspace:^10.7.2", "@heathmont/moon-core": "workspace:^10.7.1", - "@heathmont/moon-core-tw": "workspace:^10.7.1", + "@heathmont/moon-core-tw": "workspace:^10.7.2", "@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.1", + "@heathmont/moon-table-tw": "workspace:^10.7.2", "@heathmont/moon-themes": "workspace:^10.7.1", - "@heathmont/moon-themes-tw": "workspace:^10.7.1", + "@heathmont/moon-themes-tw": "workspace:^10.7.2", "@heathmont/moon-utils": "workspace:^10.7.1", "@heathmont/moon-icons-tw": "9.28.5", "@hookform/resolvers": "3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4f17249aa..a73ba88661 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,10 +163,10 @@ importers: docs: dependencies: '@heathmont/moon-base-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../workspaces/base '@heathmont/moon-core-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../workspaces/core '@heathmont/moon-icons-tw': specifier: 9.28.4 @@ -223,7 +223,7 @@ importers: specifier: workspace:^10.7.1 version: link:../packages/charts '@heathmont/moon-cmdk-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../workspaces/cmdk '@heathmont/moon-components': specifier: workspace:^10.7.1 @@ -232,7 +232,7 @@ importers: specifier: workspace:^10.7.1 version: link:../packages/core '@heathmont/moon-core-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../workspaces/core '@heathmont/moon-datepicker': specifier: workspace:^10.7.1 @@ -262,13 +262,13 @@ importers: specifier: workspace:^10.7.1 version: link:../packages/table '@heathmont/moon-table-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../workspaces/tables '@heathmont/moon-themes': specifier: workspace:^10.7.1 version: link:../packages/themes '@heathmont/moon-themes-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../workspaces/themes '@heathmont/moon-utils': specifier: workspace:^10.7.1 @@ -990,7 +990,7 @@ importers: specifier: 1.7.16 version: 1.7.16(react-dom@18.2.0)(react@18.2.0) '@heathmont/moon-core-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../core cmdk: specifier: 0.2.0 @@ -1050,7 +1050,7 @@ importers: workspaces/tables: dependencies: '@heathmont/moon-core-tw': - specifier: workspace:^10.7.1 + specifier: workspace:^10.7.2 version: link:../core react: specifier: 18.2.0 diff --git a/workspaces/base/CHANGELOG.md b/workspaces/base/CHANGELOG.md index 937d79b757..9fc75014ad 100644 --- a/workspaces/base/CHANGELOG.md +++ b/workspaces/base/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-base-tw +## 10.7.2 + +### Patch Changes + +- Deploy 10.7.2 + ## 10.7.1 ### Patch Changes diff --git a/workspaces/base/package.json b/workspaces/base/package.json index f6989dc334..0e2d77f4ba 100644 --- a/workspaces/base/package.json +++ b/workspaces/base/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-base-tw", "sideEffects": false, - "version": "10.7.1", + "version": "10.7.2", "files": [ "lib" ], diff --git a/workspaces/cmdk/CHANGELOG.md b/workspaces/cmdk/CHANGELOG.md index 8b73adbbe6..8c93c39d94 100644 --- a/workspaces/cmdk/CHANGELOG.md +++ b/workspaces/cmdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @heathmont/moon-cmdk-tw +## 10.7.2 + +### Patch Changes + +- Deploy 10.7.2 +- Updated dependencies + - @heathmont/moon-core-tw@10.7.2 + ## 10.7.1 ### Patch Changes diff --git a/workspaces/cmdk/package.json b/workspaces/cmdk/package.json index 33db5bee7c..a6064f9886 100644 --- a/workspaces/cmdk/package.json +++ b/workspaces/cmdk/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-cmdk-tw", "sideEffects": false, - "version": "10.7.1", + "version": "10.7.2", "files": [ "lib" ], @@ -21,7 +21,7 @@ }, "dependencies": { "@headlessui/react": "1.7.16", - "@heathmont/moon-core-tw": "workspace:^10.7.1", + "@heathmont/moon-core-tw": "workspace:^10.7.2", "cmdk": "0.2.0", "tailwind-merge": "1.14.0", "tailwindcss-radix": "2.8.0" diff --git a/workspaces/core/CHANGELOG.md b/workspaces/core/CHANGELOG.md index 22858c1309..1985f16408 100644 --- a/workspaces/core/CHANGELOG.md +++ b/workspaces/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-core-tw +## 10.7.2 + +### Patch Changes + +- Deploy 10.7.2 + ## 10.7.1 ### Patch Changes diff --git a/workspaces/core/package.json b/workspaces/core/package.json index 3e5d3c36f7..1a8e8bc13b 100644 --- a/workspaces/core/package.json +++ b/workspaces/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core-tw", "sideEffects": false, - "version": "10.7.1", + "version": "10.7.2", "files": [ "lib" ], diff --git a/workspaces/tables/CHANGELOG.md b/workspaces/tables/CHANGELOG.md index 11dda63813..0d9b972842 100644 --- a/workspaces/tables/CHANGELOG.md +++ b/workspaces/tables/CHANGELOG.md @@ -1,5 +1,13 @@ # @heathmont/moon-table-tw +## 10.7.2 + +### Patch Changes + +- Deploy 10.7.2 +- Updated dependencies + - @heathmont/moon-core-tw@10.7.2 + ## 10.7.1 ### Patch Changes diff --git a/workspaces/tables/package.json b/workspaces/tables/package.json index 307116aeaa..23ad01e895 100644 --- a/workspaces/tables/package.json +++ b/workspaces/tables/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table-tw", "sideEffects": false, - "version": "10.7.1", + "version": "10.7.2", "files": [ "lib" ], @@ -20,7 +20,7 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-core-tw": "workspace:^10.7.1", + "@heathmont/moon-core-tw": "workspace:^10.7.2", "react": "18.2.0", "react-dom": "18.2.0", "react-table": "7.8.0", diff --git a/workspaces/themes/CHANGELOG.md b/workspaces/themes/CHANGELOG.md index 602769d38f..7ccfb51ef9 100644 --- a/workspaces/themes/CHANGELOG.md +++ b/workspaces/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-themes-tw +## 10.7.2 + +### Patch Changes + +- Deploy 10.7.2 + ## 10.7.1 ### Patch Changes diff --git a/workspaces/themes/package.json b/workspaces/themes/package.json index 702698a828..d20c6b7c2d 100644 --- a/workspaces/themes/package.json +++ b/workspaces/themes/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-themes-tw", "sideEffects": false, - "version": "10.7.1", + "version": "10.7.2", "files": [ "lib" ], diff --git a/workspaces/themes/src/bitcasinoNew.css b/workspaces/themes/src/bitcasinoNew.css index 408f32653f..636b6ac90a 100644 --- a/workspaces/themes/src/bitcasinoNew.css +++ b/workspaces/themes/src/bitcasinoNew.css @@ -3,7 +3,7 @@ --piccolo: 214 55 65; /* #D63741 */ --hit: 255 255 255; /* #FFFFFF */ --beerus: 224 224 224; /* #E0E0E0 */ - --gohan: 242, 242, 242; /* #F2F2F2 */ + --gohan: 242 242 242; /* #F2F2F2 */ --goten: 255 255 255; /* #FFFFFF */ --goku: 255 255 255; /* #FFFFFF */ --bulma: 27 20 20; /* #1B1414 */