Compare commits

...
Author SHA1 Message Date
StandardNotes CI 321a055bae chore(release): publish
- @standardnotes/[email protected]
2022-07-06 11:47:54 +00:00
Karol Sójko bc666aa983 fix: add missing utils dependency on api 2022-07-06 13:39:23 +02:00
Karol Sójko a9fe67977c fix: remove continuing on error with publishing packages 2022-07-06 13:30:58 +02:00
StandardNotes CI 0c2b1fb03f chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected].1
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
2022-07-06 11:30:05 +00:00
StandardNotes CI 7946a3a9c7 chore(release): components 2022-07-06 11:29:47 +00:00
Karol Sójko 21d8a99b3d fix: add dompurify to mobile package to fix the build process 2022-07-06 13:14:45 +02:00
Karol Sójko 57510921c2 fix: import from dompurify on utils 2022-07-06 13:06:22 +02:00
Karol Sójko 6751f30db6 fix: dompurify deps on utils 2022-07-06 12:48:52 +02:00
Karol Sójko 93679df645 fix: composite option for sncrypto-web 2022-07-06 12:35:33 +02:00
Karol Sójko 46fe66256b fix: not supported auth dependency 2022-07-06 12:30:41 +02:00
Karol Sójko 6ec66795d2 feat: add sncrypto client side packages 2022-07-06 12:21:21 +02:00
Karol Sójko 9d1f7043e5 feat: add responses package 2022-07-06 11:59:04 +02:00
Karol Sójko 67b0918ba8 fix: dompurify dep on utils 2022-07-06 11:54:55 +02:00
Karol Sójko 9d7d18e7f2 feat: add api package 2022-07-06 11:53:39 +02:00
Karol Sójko e2e9a11984 fix: missing utils dep on mobile 2022-07-06 11:42:50 +02:00
Karol Sójko aef4ceb7f8 feat: add utils package 2022-07-06 11:34:54 +02:00
StandardNotes CI d273770831 chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected].1
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].3
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].2
2022-07-06 07:49:27 +00:00
Karol Sójko c4e16e4346 fix: files system access api dependency on filepicker 2022-07-06 09:37:56 +02:00
StandardNotes CI 13f9f1668e chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected].2
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].1
2022-07-05 19:57:33 +00:00
Mo 1b06ea7331 chore: add files dep to clients 2022-07-05 14:49:02 -05:00
Mo ffcbbec0ab chore: fix deps 2022-07-05 14:47:24 -05:00
StandardNotes CI f751a98aea chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].1
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].0
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].0
2022-07-05 19:14:40 +00:00
Karol Sójko f4cde8f752 fix: mobile metro config for files and services 2022-07-05 21:06:06 +02:00
Karol Sójko fbfed0a05c feat: add services package 2022-07-05 20:58:24 +02:00
Karol Sójko b614c71e79 feat: add models package 2022-07-05 20:58:23 +02:00
Mo 60d1554ff7 chore: workflow 2022-07-05 13:54:14 -05:00
StandardNotes CI 5cd28ca077 chore(release): publish
- @standardnotes/[email protected]
2022-07-05 18:51:46 +00:00
Mo 28dbb95965 chore(workflow+temp): disable failing step 2022-07-05 13:41:00 -05:00
Karol Sójko 1cd8a47fa4 feat: add files package 2022-07-05 20:36:00 +02:00
691 changed files with 26793 additions and 820 deletions
@@ -203,11 +203,3 @@ jobs:
token: ${{ secrets.CI_PAT_TOKEN }}
repository: ${{ secrets.RELEASES_EVENT_RECEIVING_REPO }}
event-type: releases-updated-event
- name: Publish Snap
continue-on-error: true
run: |
sudo snap install snapcraft --classic
echo "${{ secrets.SNAPCRAFT_LOGIN_FILE }}" >> snapauth.txt
snapcraft login --with=snapauth.txt
snapcraft upload dist/standard-notes-${{ steps.package-version.outputs.current-version}}-linux-amd64.snap
-5
View File
@@ -1,9 +1,5 @@
name: Publish Packages
concurrency:
group: publish
cancel-in-progress: true
on:
push:
branches: [ main ]
@@ -11,7 +7,6 @@ on:
jobs:
Build:
if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}"
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Checkout code
+8
View File
@@ -18,6 +18,14 @@ packages/web/dist
packages/filepicker/dist
packages/features/dist
packages/encryption/dist
packages/files/dist
packages/models/dist
packages/services/dist
packages/utils/dist
packages/api/dist
packages/responses/dist
packages/sncrypto-common/dist
packages/sncrypto-web/dist
**/.pnp.*
**/.yarn/*
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More