Skip to content

Commit

Permalink
Merge pull request #2741 from telerik/bump-sample-apps
Browse files Browse the repository at this point in the history
Bump sample apps to latest versions of kendo-themes and kendo-react packages
  • Loading branch information
bptodorova authored Nov 29, 2024
2 parents 5c25c0f + 4301a9b commit 7652505
Show file tree
Hide file tree
Showing 120 changed files with 104,729 additions and 230,179 deletions.
45 changes: 28 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Get changed files
- name: Get changed files
uses: dorny/paths-filter@v2
id: changes
with:
Expand All @@ -34,7 +34,9 @@ jobs:
kendo-react-build-a-sales-dashboard:
- 'examples/kendo-react-build-a-sales-dashboard/**'
kendo-react-e-commerce-astro-app:
- 'examples/kendo-react-e-commerce-astro-app/**'
- 'examples/kendo-react-e-commerce-astro-app/**'
kendo-react-editor-strict-csp:
- 'examples/kendo-react-editor-strict-csp/**'
kendo-react-file-manager:
- 'examples/kendo-react-file-manager/**'
kendo-react-finance-portfolio:
Expand All @@ -51,6 +53,8 @@ jobs:
- 'examples/kendo-react-ssr/**'
kendo-react-stackblitz-app:
- 'examples/kendo-react-stackblitz-app/**'
kendo-unstyled-tailwind:
- 'examples/kendo-unstyled-tailwind/**'
react-admin-dashboard:
- 'examples/react-admin-dashboard/**'
react-coffee-warehouse:
Expand All @@ -64,7 +68,7 @@ jobs:
working-directory: ./examples/coffee-warehouse-nextjs
if: steps.changes.outputs.coffee-warehouse-nextjs == 'true'
run: |
npm ci
npm i
npm run build
- name: Build Ecommerce jewellery store vite app
Expand All @@ -85,7 +89,7 @@ jobs:
working-directory: ./examples/kendo-react-build-a-sales-dashboard
if: steps.changes.outputs.kendo-react-build-a-sales-dashboard == 'true'
run: |
npm ci
npm i
npm run build
- name: Build File Manager app
Expand Down Expand Up @@ -113,46 +117,53 @@ jobs:
working-directory: ./examples/kendo-react-nextjs
if: steps.changes.outputs.kendo-react-nextjs == 'true'
run: |
npm ci
npm run build
npm i
npm run build
- name: Build React Nodejs Express app
working-directory: ./examples/kendo-react-nodejs-express
if: steps.changes.outputs.kendo-react-nodejs-express == 'true'
run: |
cd server
npm ci
cd ../client
npm ci
npm i
cd ../client
npm i
npm run build
- name: Build React Sales Dashboard app
working-directory: ./examples/kendo-react-sales-dashboard
if: steps.changes.outputs.kendo-react-sales-dashboard == 'true'
run: |
npm ci
npm run build
npm i
npm run build
- name: Build React SSR app
working-directory: ./examples/kendo-react-ssr
if: steps.changes.outputs.kendo-react-ssr == 'true'
run: |
npm ci
npm run build
npm i
npm run build
- name: Build React Stackblitz app
working-directory: ./examples/kendo-react-stackblitz-app
if: steps.changes.outputs.kendo-react-stackblitz-app == 'true'
run: |
npm ci
npm run build
npm i
npm run build
- name: Build React Unstyled Tailwind app
working-directory: ./examples/kendo-unstyled-tailwind
if: steps.changes.outputs.kendo-unstyled-tailwind == 'true'
run: |
npm i
npm run build
- name: Build React Admin Dashboard app
working-directory: ./examples/react-admin-dashboard
if: steps.changes.outputs.react-admin-dashboard == 'true'
run: |
npm ci
npm run build
npm run build
- name: Build React Coffee Warehouse app
working-directory: ./examples/react-coffee-warehouse
Expand All @@ -167,7 +178,7 @@ jobs:
run: |
npm ci
npm run build
- name: Build Knowledge Base Vite app
working-directory: ./docs/knowledge-base
if: steps.changes.outputs.knowledge-base == 'true'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic

All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.

*Copyright © 2022 Progress Software EAD. All rights reserved.*
*Copyright © 2024 Progress Software EAD. All rights reserved.*
Loading

0 comments on commit 7652505

Please sign in to comment.