From 93d55c4c883454f238433cb5accd9f4626ded367 Mon Sep 17 00:00:00 2001 From: Nicolas Merget Date: Tue, 19 Nov 2024 08:02:39 +0100 Subject: [PATCH 1/5] fix: cicd --- .github/workflows/default.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a3435f2f..331e54e5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -66,12 +66,6 @@ jobs: name: react-example path: ./build/react-example - - name: ⬇ Download build react-tailwind - uses: actions/download-artifact@v4 - with: - name: react-tailwind-example - path: ./build/react-tailwind-example - - name: ⬇ Download build vue uses: actions/download-artifact@v4 with: From 5a8953c3aa6c874ba5ab37ab36fe51b46aec8a49 Mon Sep 17 00:00:00 2001 From: Nicolas Merget Date: Tue, 19 Nov 2024 08:08:00 +0100 Subject: [PATCH 2/5] fix: cicd --- .github/workflows/default.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 331e54e5..7e344bf5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -22,7 +22,6 @@ jobs: [ angular17-example, react-example, - react-tailwind-example, vue-example, ] steps: From 4ad311bf8eba030bac59040ed215824aa473d430 Mon Sep 17 00:00:00 2001 From: Nicolas Merget Date: Tue, 19 Nov 2024 08:41:37 +0100 Subject: [PATCH 3/5] fix: issue with updated library --- angular17-example/package-lock.json | 26 ++++++++++---------- angular17-example/package.json | 2 +- angular17-example/src/app/app.component.html | 6 ++--- react-example/src/App.tsx | 6 ++--- vue-example/README.md | 2 +- vue-example/src/App.vue | 6 ++--- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/angular17-example/package-lock.json b/angular17-example/package-lock.json index 50cbfc88..901de065 100644 --- a/angular17-example/package-lock.json +++ b/angular17-example/package-lock.json @@ -16,7 +16,7 @@ "@angular/platform-browser": "^17.3.0", "@angular/platform-browser-dynamic": "^17.3.0", "@angular/router": "^17.3.0", - "@db-ui/ngx-components": "^0.3.3", + "@db-ui/ngx-components": "^0.5.7", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" @@ -2306,28 +2306,28 @@ } }, "node_modules/@db-ui/components": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.3.3.tgz", - "integrity": "sha512-923+uUskkLwAtz7cnR+005IML20m6ID0Y4DRI1BMc0h2fuQS+6Wr0RdtDmKG68drOu3NpwNmhoaxNM8Fx7T5Ng==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/components/-/components-0.5.7.tgz", + "integrity": "sha512-wXxhZEVkOReh1+yi7w4eSVlo/sAAwueOY2UchkijVJEpHb70YKrh1Xgn9qNHWTR+gYa+ezTY0Yva8/Cn7Rv3Ew==", "dependencies": { - "@db-ui/foundations": "0.3.3" + "@db-ui/foundations": "0.5.7" } }, "node_modules/@db-ui/foundations": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.3.3.tgz", - "integrity": "sha512-gFH1ygVs7OhReOyq7kyrxi2NqQjt/pYurYcUeCODCxUYyQDT0W9lzEOpnDCOjZpipYZ3pTritsca4Acya3PGZQ==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/foundations/-/foundations-0.5.7.tgz", + "integrity": "sha512-JfN7Bs7FdnILz+jU/WUMLWcMEFTyUxtR9ZtvYrKCYHvBv16DCOyIU6e9VHEChgWI7MC8PElv/Oz+ZU6tKVZYAQ==", "bin": { "foundations": "build/index.js" } }, "node_modules/@db-ui/ngx-components": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@db-ui/ngx-components/-/ngx-components-0.3.3.tgz", - "integrity": "sha512-CQpufAHm2vGGXUMEVOPFFfwsWVWe2QzOKHzICsUl6TOmT9GcmwdjoK7mNH5q/MBEhA0B8i+GHapGLT2dwmkErA==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@db-ui/ngx-components/-/ngx-components-0.5.7.tgz", + "integrity": "sha512-7jEDLwaiQOfgzs3MjCacJWZH0N19KprrfzUsSrdSei5ayg+w6g3ww2HEcWgbHB+naLAax8uVUWPIYFL8o7uu9w==", "dependencies": { - "@db-ui/components": "0.3.3", - "@db-ui/foundations": "0.3.3", + "@db-ui/components": "0.5.7", + "@db-ui/foundations": "0.5.7", "tslib": "^2.3.0" } }, diff --git a/angular17-example/package.json b/angular17-example/package.json index f783359b..47fdc04f 100644 --- a/angular17-example/package.json +++ b/angular17-example/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^17.3.0", "@angular/platform-browser-dynamic": "^17.3.0", "@angular/router": "^17.3.0", - "@db-ui/ngx-components": "^0.3.3", + "@db-ui/ngx-components": "^0.5.7", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" diff --git a/angular17-example/src/app/app.component.html b/angular17-example/src/app/app.component.html index 19212a24..988babcf 100644 --- a/angular17-example/src/app/app.component.html +++ b/angular17-example/src/app/app.component.html @@ -5,7 +5,7 @@ >

db-ui-functional

Use this as default for enterprise apps

- Test + Test
db-ui-functional >

db-ui-regular

Use this as default for consumer apps

- Test + Test
db-ui-regular >

db-ui-expressive

Use this as default for marketing apps

- Test + Test
diff --git a/react-example/src/App.tsx b/react-example/src/App.tsx index 20fab122..48d82f7c 100644 --- a/react-example/src/App.tsx +++ b/react-example/src/App.tsx @@ -9,7 +9,7 @@ const App = () => { >

db-ui-functional

Use this as default for enterprise apps

- Test + Test
{ >

db-ui-regular

Use this as default for consumer apps

- Test + Test
{ >

db-ui-expressive

Use this as default for marketing apps

- Test + Test
); diff --git a/vue-example/README.md b/vue-example/README.md index c3c2f45e..27ef0f00 100644 --- a/vue-example/README.md +++ b/vue-example/README.md @@ -61,5 +61,5 @@ 16. Goto `src/App.vue` and add `container-with-padding` class for each `
` 17. Goto browser; All containers should have different paddings -18. Goto `src/App.vue` and add `import { DBButton } from "@db-ui/v-components";` inside the `