Skip to content

Commit 7134568

Browse files
jscascatiny-ben-tranltrouton
authored
TINY-12677: Build before publishing (#70)
* TINY-12677: Build before publishing * TINY-12677: Add changelog entry and update package version * Update CHANGELOG.md Co-authored-by: ltrouton <[email protected]> --------- Co-authored-by: Ben Tran <[email protected]> Co-authored-by: ltrouton <[email protected]>
1 parent 75086ad commit 7134568

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 2.3.1 - 2025-08-11
10+
11+
### Fixed
12+
- JS files were missing in the NPM package. #TINY-12257
13+
914
## 2.3.0 - 2025-07-31
1015

1116
### Changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ mixedBeehiveFlow(
99
[ browser: 'firefox', provider: 'aws', buckets: 1 ],
1010
[ browser: 'safari', provider: 'lambdatest', buckets: 1 ]
1111
],
12+
preparePublish: {
13+
yarnInstall()
14+
sh "yarn build"
15+
}
1216
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"dependencies": {
5252
"@tinymce/miniature": "^6.0.0"
5353
},
54-
"version": "2.3.1-rc",
54+
"version": "2.3.1",
5555
"name": "@tinymce/tinymce-webcomponent"
5656
}

0 commit comments

Comments
 (0)