Skip to content

Commit

Permalink
refactor: remove previous release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Sep 1, 2024
1 parent d58346e commit 9bbd498
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 233 deletions.
4 changes: 2 additions & 2 deletions src/bridges/checks/checkHighlightStatus.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const checkHighlightStatus = async (remoteVersion: string) => {
// figma.clientStorage.deleteAsync('highlight_version')
// console.log('localVersion', localVersion)
// console.log('remoteVersion', remoteVersion)
const localVersion = await figma.clientStorage.getAsync('highlight_version')
console.log('localVersion', localVersion)
console.log('remoteVersion', remoteVersion)

if (localVersion === undefined)
return figma.ui.postMessage({
Expand Down
Binary file removed src/content/images/release_note_v19.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v20.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v21.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v22.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v23.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v24_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v24_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v25_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v25_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v25_3.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v28_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v28_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v28_3.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v29_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v29_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v30_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v30_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v31_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v31_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v31_3.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v32_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v32_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v32_3.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v33_1.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v33_2.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v33_3.webp
Binary file not shown.
Binary file removed src/content/images/release_note_v33_4.webp
Binary file not shown.
231 changes: 0 additions & 231 deletions src/content/releaseNotes.ts

This file was deleted.

0 comments on commit 9bbd498

Please sign in to comment.