From f0c512e10dbbc5488dba9928795f15e4bc2c90aa Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Tue, 8 Oct 2024 21:13:11 +0200 Subject: [PATCH 01/14] chore: adds styles from nancy to aqua --- .../GlobalNavigation/global-navigation.css | 59 ++++++++++++++++--- 1 file changed, 52 insertions(+), 7 deletions(-) diff --git a/src/components/navigation/GlobalNavigation/global-navigation.css b/src/components/navigation/GlobalNavigation/global-navigation.css index 82cb41228..fe4fe7094 100644 --- a/src/components/navigation/GlobalNavigation/global-navigation.css +++ b/src/components/navigation/GlobalNavigation/global-navigation.css @@ -251,16 +251,12 @@ margin-top: var(--margin-xxs); } -.globalNavigation__iconLabel { - color: var(--color-text); - font-size: var(--label-size); -} - .globalNavigation__badge { border: solid 1px var(--color-border); border-radius: var(--border-radius-sm); - padding: 1px var(--padding-content-vertical-sm); + padding: 0; box-shadow: none !important; + margin-left: 4px; } .globalNavigation__badge .ant-badge-count { @@ -360,4 +356,53 @@ .notificationCenter__header { padding: var(--padding-content-vertical-lg) var(--padding-content-horizontal-lg); border-bottom: 1px solid var(--color-border-secondary); -} \ No newline at end of file +} + +/* styles from Nancy */ + +.globalNavigation__iconLabel { + font-family: var(--font-family); + font-weight: 400; + color: var(--color-text); + font-size: var(--label-size); +} + +.globalNavigation__searchIcon { + width: 22px !important; + height: 22px !important; + margin-left: -3px; +} + +.workspaceSelector__signoutButtonContainer { + width: 100%; +} + +.globalNavigation__newExperienceReminder .ant-btn-link span { + color: var(--color-primary); + font-weight: 600; +} + +.globalNavigation__newExperienceReminder .ant-btn-link span &:hover { + color: var(--color-primary-hover); +} + + +.ant-modal p, +.ant-modal span { + font-family: var(--font-family); + font-weight: 400; +} + +.ant-modal .ant-modal-title { + font-family: var(--font-family); + font-weight: 600; +} + +.ant-form-item-label label { + margin-bottom: unset; + display: unset; + max-width: unset; + font-weight: unset; +} + + From 53d3a5710b5946b3446cdb2784752f99ddf0106e Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Tue, 8 Oct 2024 19:24:24 +0000 Subject: [PATCH 02/14] chore(release): 1.33.1-chore-add-styles-from-nancy.1 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-add-styles-from-nancy.1) (2024-10-08) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fffc3b43..92bd341f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.33.1-chore-add-styles-from-nancy.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-add-styles-from-nancy.1) (2024-10-08) + # [1.33.0](https://github.com/mParticle/aquarium/compare/v1.32.0...v1.33.0) (2024-09-30) ### Features diff --git a/package-lock.json b/package-lock.json index 9f6074a78..2ca18a927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-add-styles-from-nancy.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-add-styles-from-nancy.1", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index fc55e6e75..bc0197ff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-add-styles-from-nancy.1", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From 437f4e84e5345ce4400d5b7dc02801ba7c4716a5 Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Wed, 9 Oct 2024 15:40:54 +0200 Subject: [PATCH 03/14] fix: trigger Build From c40e6115db8f9147e99c088ab7cba002cd68e1f1 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Wed, 9 Oct 2024 20:54:11 +0000 Subject: [PATCH 04/14] chore(release): 1.33.1-chore-add-styles-from-nancy.2 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.2](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.1...v1.33.1-chore-add-styles-from-nancy.2) (2024-10-09) ### Bug Fixes * align button on global nav ([d40a067](https://github.com/mParticle/aquarium/commit/d40a06710e2821de760cbafab3d1602432be54ba)) * trigger Build ([437f4e8](https://github.com/mParticle/aquarium/commit/437f4e84e5345ce4400d5b7dc02801ba7c4716a5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fffc3b43..d8f8e18cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.33.1-chore-add-styles-from-nancy.2](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.1...v1.33.1-chore-add-styles-from-nancy.2) (2024-10-09) + +### Bug Fixes + +- align button on global nav ([d40a067](https://github.com/mParticle/aquarium/commit/d40a06710e2821de760cbafab3d1602432be54ba)) +- trigger Build ([437f4e8](https://github.com/mParticle/aquarium/commit/437f4e84e5345ce4400d5b7dc02801ba7c4716a5)) + # [1.33.0](https://github.com/mParticle/aquarium/compare/v1.32.0...v1.33.0) (2024-09-30) ### Features diff --git a/package-lock.json b/package-lock.json index 9f6074a78..2c5c0ca11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-add-styles-from-nancy.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-add-styles-from-nancy.2", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index fc55e6e75..fbefbaccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-add-styles-from-nancy.2", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From 5c4f54da5fffaacb0f86ba7734624b94c3302a05 Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Thu, 10 Oct 2024 15:44:11 +0200 Subject: [PATCH 05/14] fix: worskpace selector button styles --- .../GlobalNavigation/WorkspaceSelector/WorkspaceSelector.tsx | 2 +- .../GlobalNavigation/WorkspaceSelector/workspace-selector.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.tsx b/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.tsx index d05ac89bc..a377fdd66 100644 --- a/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.tsx +++ b/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.tsx @@ -139,7 +139,7 @@ export function WorkspaceSelector(props: IWorkspaceSelectorProps) { Date: Thu, 10 Oct 2024 14:16:14 +0000 Subject: [PATCH 06/14] chore(release): 1.33.1-chore-add-styles-from-nancy.3 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.3](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.2...v1.33.1-chore-add-styles-from-nancy.3) (2024-10-10) ### Bug Fixes * worskpace selector button styles ([5c4f54d](https://github.com/mParticle/aquarium/commit/5c4f54da5fffaacb0f86ba7734624b94c3302a05)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f8e18cc..e4c74db60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.33.1-chore-add-styles-from-nancy.3](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.2...v1.33.1-chore-add-styles-from-nancy.3) (2024-10-10) + +### Bug Fixes + +- worskpace selector button styles ([5c4f54d](https://github.com/mParticle/aquarium/commit/5c4f54da5fffaacb0f86ba7734624b94c3302a05)) + ## [1.33.1-chore-add-styles-from-nancy.2](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.1...v1.33.1-chore-add-styles-from-nancy.2) (2024-10-09) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 2c5c0ca11..b7f1e6563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.2", + "version": "1.33.1-chore-add-styles-from-nancy.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.2", + "version": "1.33.1-chore-add-styles-from-nancy.3", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index fbefbaccc..7f2c936cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.2", + "version": "1.33.1-chore-add-styles-from-nancy.3", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From 8d841740ce8299d2827bac9d390663d3a3517f6b Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Fri, 11 Oct 2024 16:50:09 +0200 Subject: [PATCH 07/14] chore: update vite config to export types and utils --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 2141f5c2b..829677b64 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,7 +14,7 @@ export default defineConfig({ }, }, - plugins: [svgr(), dts({ include: 'src/components', rollupTypes: true })], + plugins: [svgr(), dts({ include: ['src/components', 'src/types', 'src/utils'], rollupTypes: true })], build: { target: 'es6', From e380cbe124c989b945788df0439d9b1e1222074f Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 11 Oct 2024 14:57:13 +0000 Subject: [PATCH 08/14] chore(release): 1.33.1-chore-add-styles-from-nancy.4 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.4](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.3...v1.33.1-chore-add-styles-from-nancy.4) (2024-10-11) ### Bug Fixes * fix issue on prettifier ([#446](https://github.com/mParticle/aquarium/issues/446)) ([03668b6](https://github.com/mParticle/aquarium/commit/03668b6743aafd4a2ae40ceeec1411792427e392)) * update icons that did not obey the color prop ([#445](https://github.com/mParticle/aquarium/issues/445)) ([68006e3](https://github.com/mParticle/aquarium/commit/68006e36843ec2e9e367d225bd6d2080bc2fcc19)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c74db60..e0364f669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.33.1-chore-add-styles-from-nancy.4](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.3...v1.33.1-chore-add-styles-from-nancy.4) (2024-10-11) + +### Bug Fixes + +- fix issue on prettifier ([#446](https://github.com/mParticle/aquarium/issues/446)) ([03668b6](https://github.com/mParticle/aquarium/commit/03668b6743aafd4a2ae40ceeec1411792427e392)) +- update icons that did not obey the color prop ([#445](https://github.com/mParticle/aquarium/issues/445)) ([68006e3](https://github.com/mParticle/aquarium/commit/68006e36843ec2e9e367d225bd6d2080bc2fcc19)) + ## [1.33.1-chore-add-styles-from-nancy.3](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.2...v1.33.1-chore-add-styles-from-nancy.3) (2024-10-10) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b7f1e6563..738e3f9a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.3", + "version": "1.33.1-chore-add-styles-from-nancy.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.3", + "version": "1.33.1-chore-add-styles-from-nancy.4", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index 7f2c936cd..b9678d7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.3", + "version": "1.33.1-chore-add-styles-from-nancy.4", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From 822be8470928ee1dc3a0de8b5f50f7ce80d733c5 Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Fri, 11 Oct 2024 17:09:00 +0200 Subject: [PATCH 09/14] fix: update build plugin to include types and utils --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 829677b64..a88b46d4d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,7 +14,7 @@ export default defineConfig({ }, }, - plugins: [svgr(), dts({ include: ['src/components', 'src/types', 'src/utils'], rollupTypes: true })], + plugins: [svgr(), dts({ include: 'src/', exclude: '**/*.stories.*', rollupTypes: false })], build: { target: 'es6', From a6462a76aa7e0c84a73f1d38ae89611b8b5604ec Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 11 Oct 2024 15:13:57 +0000 Subject: [PATCH 10/14] chore(release): 1.33.1-chore-add-styles-from-nancy.5 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.5](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.4...v1.33.1-chore-add-styles-from-nancy.5) (2024-10-11) ### Bug Fixes * update build plugin to include types and utils ([822be84](https://github.com/mParticle/aquarium/commit/822be8470928ee1dc3a0de8b5f50f7ce80d733c5)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0364f669..555e30997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.33.1-chore-add-styles-from-nancy.5](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.4...v1.33.1-chore-add-styles-from-nancy.5) (2024-10-11) + +### Bug Fixes + +- update build plugin to include types and utils ([822be84](https://github.com/mParticle/aquarium/commit/822be8470928ee1dc3a0de8b5f50f7ce80d733c5)) + ## [1.33.1-chore-add-styles-from-nancy.4](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.3...v1.33.1-chore-add-styles-from-nancy.4) (2024-10-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 738e3f9a6..49fa0ded4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.4", + "version": "1.33.1-chore-add-styles-from-nancy.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.4", + "version": "1.33.1-chore-add-styles-from-nancy.5", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index b9678d7ac..f825f0873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.4", + "version": "1.33.1-chore-add-styles-from-nancy.5", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From 82afd897e0075b0581f5937a933c23e08244c05d Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Mon, 14 Oct 2024 16:56:47 +0200 Subject: [PATCH 11/14] chore: update build config to test feature branch --- package.json | 3 ++- vite.config.js | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b9678d7ac..c4eef3347 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "dist/aquarium.js", "dist/index.d.ts", "dist/style.css", - "dist/style.ts" + "dist/style.ts", + "dist/src" ], "peerDependencies": { "antd": ">=5.20.0", diff --git a/vite.config.js b/vite.config.js index a88b46d4d..e7a447a84 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,8 +14,7 @@ export default defineConfig({ }, }, - plugins: [svgr(), dts({ include: 'src/', exclude: '**/*.stories.*', rollupTypes: false })], - + plugins: [svgr(), dts({ include: 'src/', exclude: '**/*.stories.*', rollupTypes: false, insertTypesEntry: true })], build: { target: 'es6', outDir: 'dist', From 34363ca391c24aebf205a600c9d3b8353bc4e33b Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Mon, 14 Oct 2024 16:19:25 +0000 Subject: [PATCH 12/14] chore(release): 1.33.1-chore-add-styles-from-nancy.6 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.6](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.5...v1.33.1-chore-add-styles-from-nancy.6) (2024-10-14) ### Bug Fixes * solve conflicts ([375110a](https://github.com/mParticle/aquarium/commit/375110a3d1ec12ae55e1e647a4c6edf01fe83942)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4968e2892..fef9a5db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.33.1-chore-add-styles-from-nancy.6](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.5...v1.33.1-chore-add-styles-from-nancy.6) (2024-10-14) + +### Bug Fixes + +- solve conflicts ([375110a](https://github.com/mParticle/aquarium/commit/375110a3d1ec12ae55e1e647a4c6edf01fe83942)) + ## [1.33.1-chore-fixing-peer-dependencies.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-fixing-peer-dependencies.1) (2024-10-04) # [1.33.0](https://github.com/mParticle/aquarium/compare/v1.32.0...v1.33.0) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index 964e5431d..e32538b74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-fixing-peer-dependencies.1", + "version": "1.33.1-chore-add-styles-from-nancy.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-fixing-peer-dependencies.1", + "version": "1.33.1-chore-add-styles-from-nancy.6", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index 02f600732..2edde8a75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-fixing-peer-dependencies.1", + "version": "1.33.1-chore-add-styles-from-nancy.6", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From 247c05fcba9efb504e4dbfc559c0a9ab0463fa42 Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Mon, 14 Oct 2024 18:25:14 +0200 Subject: [PATCH 13/14] chore: update changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4968e2892..51e30c657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ ## [1.33.1-chore-fixing-peer-dependencies.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-fixing-peer-dependencies.1) (2024-10-04) +## [1.33.1-chore-add-styles-from-nancy.5](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.4...v1.33.1-chore-add-styles-from-nancy.5) (2024-10-11) + +### Bug Fixes + +- update build plugin to include types and utils ([822be84](https://github.com/mParticle/aquarium/commit/822be8470928ee1dc3a0de8b5f50f7ce80d733c5)) + +## [1.33.1-chore-add-styles-from-nancy.4](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.3...v1.33.1-chore-add-styles-from-nancy.4) (2024-10-11) + +### Bug Fixes + +- fix issue on prettifier ([#446](https://github.com/mParticle/aquarium/issues/446)) ([03668b6](https://github.com/mParticle/aquarium/commit/03668b6743aafd4a2ae40ceeec1411792427e392)) +- update icons that did not obey the color prop ([#445](https://github.com/mParticle/aquarium/issues/445)) ([68006e3](https://github.com/mParticle/aquarium/commit/68006e36843ec2e9e367d225bd6d2080bc2fcc19)) + +## [1.33.1-chore-add-styles-from-nancy.3](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.2...v1.33.1-chore-add-styles-from-nancy.3) (2024-10-10) + +### Bug Fixes + +- worskpace selector button styles ([5c4f54d](https://github.com/mParticle/aquarium/commit/5c4f54da5fffaacb0f86ba7734624b94c3302a05)) + +## [1.33.1-chore-add-styles-from-nancy.2](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.1...v1.33.1-chore-add-styles-from-nancy.2) (2024-10-09) + +### Bug Fixes + +- align button on global nav ([d40a067](https://github.com/mParticle/aquarium/commit/d40a06710e2821de760cbafab3d1602432be54ba)) +- trigger Build ([437f4e8](https://github.com/mParticle/aquarium/commit/437f4e84e5345ce4400d5b7dc02801ba7c4716a5)) + # [1.33.0](https://github.com/mParticle/aquarium/compare/v1.32.0...v1.33.0) (2024-09-30) ### Features From 25ff41fdde4c0acd2bdda2bcab1f81c3d8516399 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Mon, 14 Oct 2024 16:32:49 +0000 Subject: [PATCH 14/14] chore(release): 1.33.1-chore-add-styles-from-nancy.7 [skip ci] ## [1.33.1-chore-add-styles-from-nancy.7](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.6...v1.33.1-chore-add-styles-from-nancy.7) (2024-10-14) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be69369b..b3331622a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.33.1-chore-add-styles-from-nancy.7](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.6...v1.33.1-chore-add-styles-from-nancy.7) (2024-10-14) + ## [1.33.1-chore-add-styles-from-nancy.6](https://github.com/mParticle/aquarium/compare/v1.33.1-chore-add-styles-from-nancy.5...v1.33.1-chore-add-styles-from-nancy.6) (2024-10-14) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index e32538b74..21287772b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.6", + "version": "1.33.1-chore-add-styles-from-nancy.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.6", + "version": "1.33.1-chore-add-styles-from-nancy.7", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index 2edde8a75..9b701238d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-add-styles-from-nancy.6", + "version": "1.33.1-chore-add-styles-from-nancy.7", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [