From 0ed0c8e1023fcdbb33d7ca1280803cd9744fbcca Mon Sep 17 00:00:00 2001 From: Gabriel Tiburcio Date: Fri, 11 Oct 2024 15:25:48 -0300 Subject: [PATCH 1/7] chore: changes build configs for having better types --- package.json | 6 +----- vite.config.js | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fc55e6e75..ecc8e3ca8 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,7 @@ "main": "dist/aquarium.umd.cjs", "module": "dist/aquarium.js", "files": [ - "dist/aquarium.umd.cjs", - "dist/aquarium.js", - "dist/index.d.ts", - "dist/style.css", - "dist/style.ts" + "dist" ], "peerDependencies": { "antd": ">=5.20.0", diff --git a/vite.config.js b/vite.config.js index 2141f5c2b..ddbdd42ca 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/', exclude: '**/*.stories.*', rollupTypes: false, insertTypesEntry: true })], build: { target: 'es6', From f6ecdd67040a0aacd6c0dd55f88cd3304f3c9846 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 11 Oct 2024 18:30:26 +0000 Subject: [PATCH 2/7] chore(release): 1.33.1-chore-better-types-2.1 [skip ci] ## [1.33.1-chore-better-types-2.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-better-types-2.1) (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 5fffc3b43..c8e310603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.33.1-chore-better-types-2.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-better-types-2.1) (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.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..7fcad1e70 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-better-types-2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-better-types-2.1", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index ecc8e3ca8..77d8c66df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.0", + "version": "1.33.1-chore-better-types-2.1", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From ed91016a40d0841b53a087bdae006a468dee697a Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 11 Oct 2024 18:40:37 +0000 Subject: [PATCH 3/7] chore(release): 1.33.1-fix-exported-types.1 [skip ci] ## [1.33.1-fix-exported-types.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-fix-exported-types.1) (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 c8e310603..871aed843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.33.1-fix-exported-types.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-fix-exported-types.1) (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-better-types-2.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-chore-better-types-2.1) (2024-10-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7fcad1e70..1af914d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-better-types-2.1", + "version": "1.33.1-fix-exported-types.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-better-types-2.1", + "version": "1.33.1-fix-exported-types.1", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index 77d8c66df..c53669f7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-chore-better-types-2.1", + "version": "1.33.1-fix-exported-types.1", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From a482c7b392c4fc7d905b3da0b5996fd841c453ec Mon Sep 17 00:00:00 2001 From: Gabriel Tiburcio Date: Fri, 11 Oct 2024 16:10:03 -0300 Subject: [PATCH 4/7] chore: checks From 9549606e0deb49e35cf9937215fdae8854f9cdcf Mon Sep 17 00:00:00 2001 From: Gabriel Tiburcio Date: Fri, 11 Oct 2024 17:01:19 -0300 Subject: [PATCH 5/7] fix: trying to include the src folder manually --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c53669f7a..78ad2acf8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,12 @@ "main": "dist/aquarium.umd.cjs", "module": "dist/aquarium.js", "files": [ - "dist" + "dist/aquarium.umd.cjs", + "dist/aquarium.js", + "dist/index.d.ts", + "dist/style.css", + "dist/style.ts", + "dist/src" ], "peerDependencies": { "antd": ">=5.20.0", From 4e2fdf34683b0d32a1d46c1ebdc6b1c0f6a29a15 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 11 Oct 2024 20:05:25 +0000 Subject: [PATCH 6/7] chore(release): 1.33.1-fix-exported-types.2 [skip ci] ## [1.33.1-fix-exported-types.2](https://github.com/mParticle/aquarium/compare/v1.33.1-fix-exported-types.1...v1.33.1-fix-exported-types.2) (2024-10-11) ### Bug Fixes * trying to include the src folder manually ([9549606](https://github.com/mParticle/aquarium/commit/9549606e0deb49e35cf9937215fdae8854f9cdcf)) --- 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 871aed843..b73f63363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.33.1-fix-exported-types.2](https://github.com/mParticle/aquarium/compare/v1.33.1-fix-exported-types.1...v1.33.1-fix-exported-types.2) (2024-10-11) + +### Bug Fixes + +- trying to include the src folder manually ([9549606](https://github.com/mParticle/aquarium/commit/9549606e0deb49e35cf9937215fdae8854f9cdcf)) + ## [1.33.1-fix-exported-types.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-fix-exported-types.1) (2024-10-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 1af914d5b..b1f3b9ed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-fix-exported-types.1", + "version": "1.33.1-fix-exported-types.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-fix-exported-types.1", + "version": "1.33.1-fix-exported-types.2", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index 78ad2acf8..933bbe972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-fix-exported-types.1", + "version": "1.33.1-fix-exported-types.2", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [ From b619d4fd7dd66be44a705e041e67ebeb693f5571 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Fri, 11 Oct 2024 20:13:51 +0000 Subject: [PATCH 7/7] chore(release): 1.33.1-fix-exported-types.1 [skip ci] ## [1.33.1-fix-exported-types.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-fix-exported-types.1) (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)) * trying to include the src folder manually ([9549606](https://github.com/mParticle/aquarium/commit/9549606e0deb49e35cf9937215fdae8854f9cdcf)) * 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 | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73f63363..9c9f6313e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.33.1-fix-exported-types.1](https://github.com/mParticle/aquarium/compare/v1.33.0...v1.33.1-fix-exported-types.1) (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)) +- trying to include the src folder manually ([9549606](https://github.com/mParticle/aquarium/commit/9549606e0deb49e35cf9937215fdae8854f9cdcf)) +- 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-fix-exported-types.2](https://github.com/mParticle/aquarium/compare/v1.33.1-fix-exported-types.1...v1.33.1-fix-exported-types.2) (2024-10-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b1f3b9ed9..1af914d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-fix-exported-types.2", + "version": "1.33.1-fix-exported-types.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.33.1-fix-exported-types.2", + "version": "1.33.1-fix-exported-types.1", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "4.5.0" diff --git a/package.json b/package.json index 933bbe972..78ad2acf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.33.1-fix-exported-types.2", + "version": "1.33.1-fix-exported-types.1", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [