Skip to content

Commit 7652505

Browse files
authored
Merge pull request #2741 from telerik/bump-sample-apps
Bump sample apps to latest versions of kendo-themes and kendo-react packages
2 parents 5c25c0f + 4301a9b commit 7652505

File tree

120 files changed

+104729
-230179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+104729
-230179
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out repository
2323
uses: actions/checkout@v4
2424

25-
- name: Get changed files
25+
- name: Get changed files
2626
uses: dorny/paths-filter@v2
2727
id: changes
2828
with:
@@ -34,7 +34,9 @@ jobs:
3434
kendo-react-build-a-sales-dashboard:
3535
- 'examples/kendo-react-build-a-sales-dashboard/**'
3636
kendo-react-e-commerce-astro-app:
37-
- 'examples/kendo-react-e-commerce-astro-app/**'
37+
- 'examples/kendo-react-e-commerce-astro-app/**'
38+
kendo-react-editor-strict-csp:
39+
- 'examples/kendo-react-editor-strict-csp/**'
3840
kendo-react-file-manager:
3941
- 'examples/kendo-react-file-manager/**'
4042
kendo-react-finance-portfolio:
@@ -51,6 +53,8 @@ jobs:
5153
- 'examples/kendo-react-ssr/**'
5254
kendo-react-stackblitz-app:
5355
- 'examples/kendo-react-stackblitz-app/**'
56+
kendo-unstyled-tailwind:
57+
- 'examples/kendo-unstyled-tailwind/**'
5458
react-admin-dashboard:
5559
- 'examples/react-admin-dashboard/**'
5660
react-coffee-warehouse:
@@ -64,7 +68,7 @@ jobs:
6468
working-directory: ./examples/coffee-warehouse-nextjs
6569
if: steps.changes.outputs.coffee-warehouse-nextjs == 'true'
6670
run: |
67-
npm ci
71+
npm i
6872
npm run build
6973
7074
- name: Build Ecommerce jewellery store vite app
@@ -85,7 +89,7 @@ jobs:
8589
working-directory: ./examples/kendo-react-build-a-sales-dashboard
8690
if: steps.changes.outputs.kendo-react-build-a-sales-dashboard == 'true'
8791
run: |
88-
npm ci
92+
npm i
8993
npm run build
9094
9195
- name: Build File Manager app
@@ -113,46 +117,53 @@ jobs:
113117
working-directory: ./examples/kendo-react-nextjs
114118
if: steps.changes.outputs.kendo-react-nextjs == 'true'
115119
run: |
116-
npm ci
117-
npm run build
120+
npm i
121+
npm run build
118122
119123
- name: Build React Nodejs Express app
120124
working-directory: ./examples/kendo-react-nodejs-express
121125
if: steps.changes.outputs.kendo-react-nodejs-express == 'true'
122126
run: |
123127
cd server
124-
npm ci
125-
cd ../client
126-
npm ci
128+
npm i
129+
cd ../client
130+
npm i
127131
npm run build
128132
129133
- name: Build React Sales Dashboard app
130134
working-directory: ./examples/kendo-react-sales-dashboard
131135
if: steps.changes.outputs.kendo-react-sales-dashboard == 'true'
132136
run: |
133-
npm ci
134-
npm run build
137+
npm i
138+
npm run build
135139
136140
- name: Build React SSR app
137141
working-directory: ./examples/kendo-react-ssr
138142
if: steps.changes.outputs.kendo-react-ssr == 'true'
139143
run: |
140-
npm ci
141-
npm run build
144+
npm i
145+
npm run build
142146
143147
- name: Build React Stackblitz app
144148
working-directory: ./examples/kendo-react-stackblitz-app
145149
if: steps.changes.outputs.kendo-react-stackblitz-app == 'true'
146150
run: |
147-
npm ci
148-
npm run build
151+
npm i
152+
npm run build
153+
154+
- name: Build React Unstyled Tailwind app
155+
working-directory: ./examples/kendo-unstyled-tailwind
156+
if: steps.changes.outputs.kendo-unstyled-tailwind == 'true'
157+
run: |
158+
npm i
159+
npm run build
149160
150161
- name: Build React Admin Dashboard app
151162
working-directory: ./examples/react-admin-dashboard
152163
if: steps.changes.outputs.react-admin-dashboard == 'true'
153164
run: |
154165
npm ci
155-
npm run build
166+
npm run build
156167
157168
- name: Build React Coffee Warehouse app
158169
working-directory: ./examples/react-coffee-warehouse
@@ -167,7 +178,7 @@ jobs:
167178
run: |
168179
npm ci
169180
npm run build
170-
181+
171182
- name: Build Knowledge Base Vite app
172183
working-directory: ./docs/knowledge-base
173184
if: steps.changes.outputs.knowledge-base == 'true'

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic
88

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

11-
*Copyright © 2022 Progress Software EAD. All rights reserved.*
11+
*Copyright © 2024 Progress Software EAD. All rights reserved.*

0 commit comments

Comments
 (0)