Skip to content

Commit e368795

Browse files
committed
updated for v4.0.1
1 parent 9d32a37 commit e368795

17 files changed

+117
-99
lines changed

RELEASING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
1. Update `package.json` version
1616
2. Update `src/pptxgen.ts` version (eg: `const VERSION = '4.0.1'`)
1717
3. Update `CHANGELOG.md` with new date
18-
4. Update `README.md` with new CDN links
19-
5. Build library: npm scripts > `ship`
20-
6. Consolidate new changes from `src/bld/*.ts` into `types/index.d.ts` and update version in head comment
21-
7. Open `dist/*.js` and check headers
22-
8. Update version in: `demos/node/package.json`
23-
9. Update pptxgenjs dep version in: `demos/vite-demo/package.json`
18+
4. Build library: npm scripts > `ship`
19+
5. Consolidate new changes from `src/bld/*.ts` into `types/index.d.ts` and update version in head comment
20+
6. Open `dist/*.js` and check headers
21+
7. Update version in: `demos/node/package.json`
22+
8. Update pptxgenjs dep version in: `demos/vite-demo/package.json`
2423

2524
## 🧪 Run Tests Before Release
2625

TESTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Run the following test commands:
6666

6767
```bash
6868
cd demos/node
69-
npm install
7069
npm run demo
7170
npm run demo-all
7271
```
@@ -103,7 +102,7 @@ Start the app:
103102

104103
```bash
105104
cd demos/vite-demo
106-
npm install
105+
npm install (?)
107106
npm run dev
108107
```
109108

demos/browser/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="author" content="https://github.com/gitbrent">
77
<meta name="website" content="https://github.com/gitbrent/PptxGenJS/">
88
<meta name="version" content="4.0.1">
9-
<meta name="updated" content="2025-05-21">
9+
<meta name="updated" content="2025-06-25">
1010
<link rel="icon" href="images/favicon-32x32.png" sizes="32x32" type="image/png">
1111
<link rel="icon" href="images/favicon-16x16.png" sizes="16x16" type="image/png">
1212
<link rel="icon" href="images/favicon.png">
@@ -27,9 +27,9 @@
2727
<!-- local styles -->
2828
<link rel="stylesheet" href="./css/style.css">
2929
<!-- RELEASE (CDN)
30+
-->
3031
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/dist/pptxgen.bundle.js"></script>
3132
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/demos/modules/demos.mjs" type="module"></script>
32-
-->
3333
<!--
3434
TODO: [only used during `-beta` dev cycles; update to below on release]
3535
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@master/dist/pptxgen.bundle.js"></script>
@@ -40,8 +40,8 @@
4040
<script src="../../dist/pptxgen.min.js"></script>
4141
<script src="../modules/demos.mjs" type="module"></script>
4242
-->
43-
<script src="./js/pptxgen.bundle.js"></script>
4443
<!-- LOCAL TESTING: bundle
44+
<script src="./js/pptxgen.bundle.js"></script>
4545
-->
4646
</head>
4747
<body>

demos/browser/js/pptxgen.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/browser/js/pptxgen.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/browser/worker_test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="https://github.com/gitbrent">
77
<meta name="website" content="https://github.com/gitbrent/PptxGenJS/">
8-
<meta name="version" content="4.0.0">
8+
<meta name="version" content="4.0.1">
99
<title>PptxGenJS | Web Worker API Demo</title>
1010
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet"
1111
integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">

0 commit comments

Comments
 (0)