Skip to content

Commit

Permalink
🚚 chore(all): fix error in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ángel Albiñana Espejo authored and Ángel Albiñana Espejo committed Mar 18, 2024
1 parent 39588b3 commit d987260
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 53 deletions.
5 changes: 3 additions & 2 deletions .dev/templates/readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ ${
}
${
imgUrl( {
name : 'Super8 web',
name : 'Version',
color : 'blue',
type : `github/package-json/v/${pkg.data.extra.repoId}?filename=packages%2Fapp%2Fpackage.json`,
url : pkg.data.homepage,
} )
}
${
imgUrl( {
name : 'Chrome',
Expand Down Expand Up @@ -134,7 +135,7 @@ const content = pkg => {
${pkg.data.description}
[![DEMO](${joinUrl( pkg.data.extra.rawRepoUrl, '/main/docs/images/demo-filters.png' )})](${pkg.data.homepage})`
[![DEMO](${joinUrl( pkg.data.extra.rawRepoUrl, '/main/docs/images/demo-filters.gif' )})](${pkg.data.homepage})`

}

Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# - platform: 'macos-latest'
- platform: 'ubuntu-22.04'
- platform: 'windows-latest'

timeout-minutes: 15
runs-on: ${{ matrix.settings.platform }}
env:
TAG_VERSION: ${{ github.event.client_payload.app_version }}
Expand Down Expand Up @@ -64,10 +64,13 @@ jobs:
id: pkg
run: |
echo "name=$(jq -r '.extra.productName' ./package.json)" >> $GITHUB_OUTPUT
echo "description=$(jq -r '.extra.description' ./package.json)" >> $GITHUB_OUTPUT
echo "description=$(jq -r '.description' ./package.json)" >> $GITHUB_OUTPUT
echo "homepage=$(jq -r '.homepage' ./package.json)" >> $GITHUB_OUTPUT
echo "docs=$(jq -r '.extra.docsUrl' ./package.json)" >> $GITHUB_OUTPUT
echo "repo=$(jq -r '.repository.url' ./package.json)" >> $GITHUB_OUTPUT
- name: 🦀 install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
Expand Down Expand Up @@ -99,17 +102,16 @@ jobs:
releaseName: '${{ steps.pkg.outputs.name }} v${{ env.TAG_VERSION }}'
releaseBody: |
${{ steps.pkg.outputs.name }} apps and extensions v${{ env.TAG_VERSION }}
---
${{ steps.pkg.outputs.description }}
---
🌐 WEB: https:://super8.pigeonposse.com
📚 DOCUMENTATION: https:://docs.super8.pigeonposse.com
🧩 CHANGELOG: https://github.com/pigeonposse/super8/packages/exts/blob/main/packages/app/CHANGELOG.md
📜 LICENSE: https://github.com/pigeonposse/super8/blob/main/LICENSE
🌐 WEB: ${{ steps.pkg.outputs.homepage }}
📚 DOCUMENTATION:${{ steps.pkg.outputs.docs }}
🧩 CHANGELOG: ${{ steps.pkg.outputs.repo }}/packages/exts/blob/main/packages/app/CHANGELOG.md
📜 LICENSE: ${{ steps.pkg.outputs.repo }}/blob/main/LICENSE
releaseDraft: false
prerelease: false
includeUpdaterJson: true
updaterJsonKeepUniversal: true # @see https://github.com/tauri-apps/tauri-action?tab=readme-ov-file#build-options
includeRelease: true
tauriScript: pnpm tauri
args: ${{ matrix.settings.args }}

14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
echo "firefox_storeId=$(jq -r '.extra.downloadUrl.firefox.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "chrome_storeId=$(jq -r '.extra.downloadUrl.chrome.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "edge_storeId=$(jq -r '.extra.downloadUrl.edge.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "homepage=$(jq -r '.homepage' ./package.json)" >> $GITHUB_OUTPUT
echo "docs=$(jq -r '.extra.docsUrl' ./package.json)" >> $GITHUB_OUTPUT
echo "repo=$(jq -r '.repository.url' ./package.json)" >> $GITHUB_OUTPUT
#########################################################################
#########################################################################
Expand Down Expand Up @@ -277,14 +280,13 @@ jobs:
allowUpdates: true
artifacts: "packages/exts/dist/exts/*"
body: |
${{ steps.pkg.outputs.name }} apps and extensions v${{ steps.updated.outputs.core_version }}
---
${{ steps.pkg.outputs.name }} apps and extensions v${{ env.TAG_VERSION }}
${{ steps.pkg.outputs.description }}
---
🌐 WEB: https://super8.pigeonposse.com
📚 DOCUMENTATION: https://docs.super8.pigeonposse.com
🧩 CHANGELOG: https://github.com/pigeonposse/super8/packages/exts/blob/main/packages/app/CHANGELOG.md
📜 LICENSE: https://github.com/pigeonposse/super8/blob/main/LICENSE
🌐 WEB: ${{ steps.pkg.outputs.homepage }}
📚 DOCUMENTATION:${{ steps.pkg.outputs.docs }}
🧩 CHANGELOG: ${{ steps.pkg.outputs.repo }}/packages/exts/blob/main/packages/app/CHANGELOG.md
📜 LICENSE: ${{ steps.pkg.outputs.repo }}/blob/main/LICENSE
#########################################################################
# EXTS - PUBLISH IN CHROME WEB STORE
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
REPOSITORY: https://github.com/pigeonposse/super8
AUTHORS:
- Angelo (https://pigeonposse.com)
- Angelo (https://github.com/angelespejo)
DEVELOPED BY Angelo 🐦🌈
Expand All @@ -54,7 +54,8 @@ DEVELOPED BY Angelo 🐦🌈

[![License](https://img.shields.io/github/license/pigeonposse/super8?color=green&style=for-the-badge&logoColor=white)](/LICENSE)
[![Core](https://img.shields.io/npm/v/@s-8/core?color=blue&style=for-the-badge&logoColor=white)](https://www.npmjs.com/package/@s-8/core)
[![Super8 web](https://img.shields.io/github/package-json/v/pigeonposse/super8?filename=packages%2Fapp%2Fpackage.json?color=blue&style=for-the-badge&logoColor=white)](https://super8.pigeonposse.com/)
[![Version](https://img.shields.io/github/package-json/v/pigeonposse/super8?filename=packages%2Fapp%2Fpackage.json?color=blue&style=for-the-badge&logoColor=white)](https://super8.pigeonposse.com/)

[![Chrome](https://img.shields.io/chrome-web-store/v/aejkinmllndkgoodkfbhfkffnebmibkd?color=blue&style=for-the-badge&logoColor=white)](https://chromewebstore.google.com/detail/super8/aejkinmllndkgoodkfbhfkffnebmibkd)
[![Mozilla](https://img.shields.io/amo/v/{63bba7f4-510b-4478-b401-a2726a9703ba}?color=blue&style=for-the-badge&logoColor=white)](https://addons.mozilla.org/es/firefox/addon/super8/)
[![Edge](https://img.shields.io/badge/dynamic/json?label=microsoft%20edge%20store&query=%24.version&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/milbmbciipbjlbjlidhgfnlkempefffi?color=blue&style=for-the-badge&logoColor=white)](https://microsoftedge.microsoft.com/addons/detail/milbmbciipbjlbjlidhgfnlkempefffi)
Expand All @@ -73,7 +74,7 @@ DEVELOPED BY Angelo 🐦🌈

🎬🎨🧩 Add styles to web video like iFrames, YouTube & Vimeo videos, Netflix, Amazon etc

[![DEMO](https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/demo-filters.png)](https://super8.pigeonposse.com/)
[![DEMO](https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/demo-filters.gif)](https://super8.pigeonposse.com/)
<!-- PIGEONPOSSE END CONTENT -->

<!-- PIGEONPOSSE START ORG -->
Expand Down Expand Up @@ -107,7 +108,7 @@ This software is licensed with **[GPL-3.0](/LICENSE)**.

| | Name | Role | GitHub |
| ---------------------------------------------------------------------------------- | ----------- | ------------ | ---------------------------------------------- |
| <img src="https://pigeonposse.com.png?size=72" alt="Angelo" style="border-radius:100%"/> | Angelo | Idea & Development & UI Design | [@Angelo](https://pigeonposse.com) |
| <img src="https://github.com/angelespejo.png?size=72" alt="Angelo" style="border-radius:100%"/> | Angelo | Idea & Development & UI Design | [@Angelo](https://github.com/angelespejo) |
| <img src="https://github.com/alejomalia.png?size=72" alt="Alejo" style="border-radius:100%"/> | Alejo | Idea & UI Concept | [@Alejo](https://github.com/alejomalia) |
| <img src="https://github.com/PigeonPosse.png?size=72" alt="PigeonPosse" style="border-radius:100%"/> | PigeonPosse | Collective | [@PigeonPosse](https://github.com/PigeonPosse) |

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": {
"name": "Angelo",
"email": "angelo@pigeonposse.com",
"url": "https://pigeonposse.com"
"url": "https://github.com/angelespejo"
},
"contributors": [
{
Expand Down Expand Up @@ -291,25 +291,25 @@
"macosUniversal": {
"name": "MacOS Universal App",
"logo": "apple",
"url": "https://github.com/angelespejo/super8/releases/latest/download/Super8_universal.app.tar.gz",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_universal.app.tar.gz",
"type": "desktop"
},
"macosIntel": {
"name": "MacOS Intel App",
"logo": "apple",
"url": "https://github.com/angelespejo/super8/releases/latest/download/Super8_x64.app.tar.gz",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_x64.app.tar.gz",
"type": "desktop"
},
"windows": {
"name": "Windows App",
"logo": "windows",
"url": "https://github.com/angelespejo/super8/releases/latest/download/Super8_x86_64.msi.zip",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_x86_64.msi.zip",
"type": "desktop"
},
"linux": {
"name": "Linux App",
"logo": "linux",
"url": "https://github.com/angelespejo/super8/releases/latest/download/Super8_x86_64.AppImage.tar.gz",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_x86_64.AppImage.tar.gz",
"type": "desktop"
},
"wpPlugin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/_core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/core-react

## 0.1.8

## 0.1.7

## 0.1.6
Expand Down
9 changes: 5 additions & 4 deletions packages/_core-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
REPOSITORY: https://github.com/pigeonposse/super8
AUTHORS:
- Angelo (https://pigeonposse.com)
- Angelo (https://github.com/angelespejo)
DEVELOPED BY Angelo 🐦🌈
Expand All @@ -54,7 +54,8 @@ DEVELOPED BY Angelo 🐦🌈

[![License](https://img.shields.io/github/license/pigeonposse/super8?color=green&style=for-the-badge&logoColor=white)](/LICENSE)
[![Core](https://img.shields.io/npm/v/@s-8/core?color=blue&style=for-the-badge&logoColor=white)](https://www.npmjs.com/package/@s-8/core)
[![Super8 web](https://img.shields.io/github/package-json/v/pigeonposse/super8?filename=packages%2Fapp%2Fpackage.json?color=blue&style=for-the-badge&logoColor=white)](https://super8.pigeonposse.com/)
[![Version](https://img.shields.io/github/package-json/v/pigeonposse/super8?filename=packages%2Fapp%2Fpackage.json?color=blue&style=for-the-badge&logoColor=white)](https://super8.pigeonposse.com/)

[![Chrome](https://img.shields.io/chrome-web-store/v/aejkinmllndkgoodkfbhfkffnebmibkd?color=blue&style=for-the-badge&logoColor=white)](https://chromewebstore.google.com/detail/super8/aejkinmllndkgoodkfbhfkffnebmibkd)
[![Mozilla](https://img.shields.io/amo/v/{63bba7f4-510b-4478-b401-a2726a9703ba}?color=blue&style=for-the-badge&logoColor=white)](https://addons.mozilla.org/es/firefox/addon/super8/)
[![Edge](https://img.shields.io/badge/dynamic/json?label=microsoft%20edge%20store&query=%24.version&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/milbmbciipbjlbjlidhgfnlkempefffi?color=blue&style=for-the-badge&logoColor=white)](https://microsoftedge.microsoft.com/addons/detail/milbmbciipbjlbjlidhgfnlkempefffi)
Expand All @@ -73,7 +74,7 @@ DEVELOPED BY Angelo 🐦🌈

🎬🎨🧩 Add styles to web video like iFrames, YouTube & Vimeo videos, Netflix, Amazon etc

[![DEMO](https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/demo-filters.png)](https://super8.pigeonposse.com/)
[![DEMO](https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/demo-filters.gif)](https://super8.pigeonposse.com/)
<!-- PIGEONPOSSE END CONTENT -->

The `@s-8/core-react` library is a collection of **React components**, specifically designed for integration with the **Super8** software. These components have been created to simplify the development of consistent and appealing user interfaces within the **Super8** application.
Expand Down Expand Up @@ -127,7 +128,7 @@ This software is licensed with **[GPL-3.0](/LICENSE)**.

| | Name | Role | GitHub |
| ---------------------------------------------------------------------------------- | ----------- | ------------ | ---------------------------------------------- |
| <img src="https://pigeonposse.com.png?size=72" alt="Angelo" style="border-radius:100%"/> | Angelo | Idea & Development & UI Design | [@Angelo](https://pigeonposse.com) |
| <img src="https://github.com/angelespejo.png?size=72" alt="Angelo" style="border-radius:100%"/> | Angelo | Idea & Development & UI Design | [@Angelo](https://github.com/angelespejo) |
| <img src="https://github.com/alejomalia.png?size=72" alt="Alejo" style="border-radius:100%"/> | Alejo | Idea & UI Concept | [@Alejo](https://github.com/alejomalia) |
| <img src="https://github.com/PigeonPosse.png?size=72" alt="PigeonPosse" style="border-radius:100%"/> | PigeonPosse | Collective | [@PigeonPosse](https://github.com/PigeonPosse) |

Expand Down
2 changes: 1 addition & 1 deletion packages/_core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/core-react",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/core

## 0.1.8

### Patch Changes

- fix errors in build

## 0.1.7

### Patch Changes
Expand Down
9 changes: 5 additions & 4 deletions packages/_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
REPOSITORY: https://github.com/pigeonposse/super8
AUTHORS:
- Angelo (https://pigeonposse.com)
- Angelo (https://github.com/angelespejo)
DEVELOPED BY Angelo 🐦🌈
Expand All @@ -54,7 +54,8 @@ DEVELOPED BY Angelo 🐦🌈

[![License](https://img.shields.io/github/license/pigeonposse/super8?color=green&style=for-the-badge&logoColor=white)](/LICENSE)
[![Core](https://img.shields.io/npm/v/@s-8/core?color=blue&style=for-the-badge&logoColor=white)](https://www.npmjs.com/package/@s-8/core)
[![Super8 web](https://img.shields.io/github/package-json/v/pigeonposse/super8?filename=packages%2Fapp%2Fpackage.json?color=blue&style=for-the-badge&logoColor=white)](https://super8.pigeonposse.com/)
[![Version](https://img.shields.io/github/package-json/v/pigeonposse/super8?filename=packages%2Fapp%2Fpackage.json?color=blue&style=for-the-badge&logoColor=white)](https://super8.pigeonposse.com/)

[![Chrome](https://img.shields.io/chrome-web-store/v/aejkinmllndkgoodkfbhfkffnebmibkd?color=blue&style=for-the-badge&logoColor=white)](https://chromewebstore.google.com/detail/super8/aejkinmllndkgoodkfbhfkffnebmibkd)
[![Mozilla](https://img.shields.io/amo/v/{63bba7f4-510b-4478-b401-a2726a9703ba}?color=blue&style=for-the-badge&logoColor=white)](https://addons.mozilla.org/es/firefox/addon/super8/)
[![Edge](https://img.shields.io/badge/dynamic/json?label=microsoft%20edge%20store&query=%24.version&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/milbmbciipbjlbjlidhgfnlkempefffi?color=blue&style=for-the-badge&logoColor=white)](https://microsoftedge.microsoft.com/addons/detail/milbmbciipbjlbjlidhgfnlkempefffi)
Expand All @@ -73,7 +74,7 @@ DEVELOPED BY Angelo 🐦🌈

🎬🎨🧩 Add styles to web video like iFrames, YouTube & Vimeo videos, Netflix, Amazon etc

[![DEMO](https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/demo-filters.png)](https://super8.pigeonposse.com/)
[![DEMO](https://raw.githubusercontent.com/pigeonposse/super8/main/docs/images/demo-filters.gif)](https://super8.pigeonposse.com/)
<!-- PIGEONPOSSE END CONTENT -->

The `@s-8/core` library is a collection of **Svelte components**, specifically designed for integration with the **Super8** software. These components have been created to simplify the development of consistent and appealing user interfaces within the **Super8** application.
Expand Down Expand Up @@ -125,7 +126,7 @@ This software is licensed with **[GPL-3.0](/LICENSE)**.

| | Name | Role | GitHub |
| ---------------------------------------------------------------------------------- | ----------- | ------------ | ---------------------------------------------- |
| <img src="https://pigeonposse.com.png?size=72" alt="Angelo" style="border-radius:100%"/> | Angelo | Idea & Development & UI Design | [@Angelo](https://pigeonposse.com) |
| <img src="https://github.com/angelespejo.png?size=72" alt="Angelo" style="border-radius:100%"/> | Angelo | Idea & Development & UI Design | [@Angelo](https://github.com/angelespejo) |
| <img src="https://github.com/alejomalia.png?size=72" alt="Alejo" style="border-radius:100%"/> | Alejo | Idea & UI Concept | [@Alejo](https://github.com/alejomalia) |
| <img src="https://github.com/PigeonPosse.png?size=72" alt="PigeonPosse" style="border-radius:100%"/> | PigeonPosse | Collective | [@PigeonPosse](https://github.com/PigeonPosse) |

Expand Down
2 changes: 1 addition & 1 deletion packages/_core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@s-8/core",
"description": "Super8 core functionality",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/app

## 0.1.8

## 0.1.7

## 0.1.6
Expand Down
Loading

0 comments on commit d987260

Please sign in to comment.