Skip to content

Commit

Permalink
Release build 6.29.0 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored and github-actions[bot] committed Nov 5, 2024
1 parent 48fee25 commit 6cab7bd
Show file tree
Hide file tree
Showing 437 changed files with 30,242 additions and 18,214 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/diff-directories.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function displayDiffs (dir1Files, dir2Files, isOpen) {
}
for (const [filePath, fileContent] of Object.entries(dir1Files)) {
let diffOut = ''
let compareOut = undefined
let compareOut
if (filePath in dir2Files) {
const fileOut = fileContent
const file2Out = dir2Files[filePath]
Expand All @@ -71,7 +71,7 @@ function displayDiffs (dir1Files, dir2Files, isOpen) {
const rollup = rollupGrouping[key]
let outString = `
`
let title = key
const title = key
if (rollup.files.length) {
for (const file of rollup.files) {
outString += `- ${file}\n`
Expand All @@ -84,7 +84,7 @@ function displayDiffs (dir1Files, dir2Files, isOpen) {
}

function renderDetails (section, text, isOpen) {
if (section == 'dist') {
if (section === 'dist') {
section = 'apple'
}
const open = section !== 'integration' ? 'open' : ''
Expand Down Expand Up @@ -119,6 +119,6 @@ sortFiles(readFilesRecursively(dir1 + sourcesOutput), 'dir1')
sortFiles(readFilesRecursively(dir2 + sourcesOutput), 'dir2')


//console.log(Object.keys(files))
// console.log(Object.keys(files))
const fileOut = displayDiffs(sections.dir1, sections.dir2, true)
console.log(fileOut)
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
ls -la ${{ github.workspace }}/CHANGELOG.txt
cat ${{ github.workspace }}/CHANGELOG.txt
- name: Create Release
uses: softprops/action-gh-release@v2
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v4
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v4
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Cache build outputs
Expand Down
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
"keyframes-name-pattern": null,
"block-no-empty": null,
"selector-id-pattern": null,
"selector-pseudo-class-no-unknown": null,
"declaration-block-no-shorthand-property-overrides": null,
"font-family-no-missing-generic-family-keyword": null,
"font-family-name-quotes": null,
"value-no-vendor-prefix": null
}
}
}
21 changes: 17 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
- New states in Release Notes (#1105)
- ntp: making the customizer menu more dynamic (#1177)
- Bump @formkit/auto-animate from 0.8.0 to 0.8.2 (#1136)
- Bump @rive-app/canvas-single from 2.21.6 to 2.21.7 (#1172)
- ntp: include apple (#1181)
- ntp: favorites - add @atlaskit/pragmatic-drag-and-drop (#1192)
- Bump the typescript group with 3 updates (#1195)
- Bump rollup from 4.24.3 to 4.24.4 in the rollup group (#1196)
- ntp: favorites schemas+icons (#1191)
- Design feedback on update notification (#1190)
- Bump fast-check from 3.22.0 to 3.23.1 (#1197)
- Shared eslint config (#1185)
- updating playwright (#1176)
- Bump immutable-json-patch from 5.1.3 to 6.0.1 (#1102)
- rebase conflicts (#1055)
- Bump classnames from 2.3.2 to 2.5.1 (#1131)
- Bump @rive-app/canvas-single from 2.21.7 to 2.23.3 (#1189)
- Bump the rollup group across 1 directory with 6 updates (#1175)
- Bump esbuild from 0.19.5 to 0.24.0 (#1134)
- Bump the typescript group across 1 directory with 2 updates (#1187)
- ntp: update notification + context menu fixes (#1178)
Loading

0 comments on commit 6cab7bd

Please sign in to comment.