@standardnotes/releases 1.2.1-alpha.3 → 1.2.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/index.d.ts +1 -16
- package/dist/releases.json +18 -18
- package/package.json +6 -6
- package/src/index.ts +15 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.2.2-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.2-alpha.0...@standardnotes/releases@1.2.2-alpha.1) (2022-06-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @standardnotes/releases
|
|
9
|
+
|
|
10
|
+
## [1.2.2-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.1...@standardnotes/releases@1.2.2-alpha.0) (2022-06-23)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **releases:** types ([#1142](https://github.com/standardnotes/app/issues/1142)) ([9789fc2](https://github.com/standardnotes/app/commit/9789fc2000618f75a303949f61c6515d8625ad98))
|
|
15
|
+
|
|
16
|
+
## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.1-alpha.3...@standardnotes/releases@1.2.1) (2022-06-23)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @standardnotes/releases
|
|
19
|
+
|
|
6
20
|
## [1.2.1-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.1-alpha.2...@standardnotes/releases@1.2.1-alpha.3) (2022-06-23)
|
|
7
21
|
|
|
8
22
|
**Note:** Version bump only for package @standardnotes/releases
|
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
LinuxAmd64Snap = 0,
|
|
3
|
-
LinuxAmd64Deb = 1,
|
|
4
|
-
LinuxArm64AppImage = 2,
|
|
5
|
-
LinuxArm64Deb = 3,
|
|
6
|
-
LinuxI386AppImage = 4,
|
|
7
|
-
LinuxI386Deb = 5,
|
|
8
|
-
LinuxX86_64AppImage = 6,
|
|
9
|
-
MacArm64Dmg = 7,
|
|
10
|
-
MacArm64Zip = 8,
|
|
11
|
-
MacX64Dmg = 9,
|
|
12
|
-
MacX64Zip = 10,
|
|
13
|
-
WinIa32Exe = 11,
|
|
14
|
-
WinX64Exe = 12,
|
|
15
|
-
WinExe = 13
|
|
16
|
-
}
|
|
1
|
+
export declare type Platform = 'LinuxAmd64Snap' | 'LinuxAmd64Deb' | 'LinuxArm64AppImage' | 'LinuxArm64Deb' | 'LinuxI386AppImage' | 'LinuxI386Deb' | 'LinuxX86_64AppImage' | 'MacArm64Dmg' | 'MacArm64Zip' | 'MacX64Dmg' | 'MacX64Zip' | 'WinIa32Exe' | 'WinX64Exe' | 'WinExe';
|
|
17
2
|
export declare type Package = '@standardnotes/mobile' | '@standardnotes/desktop' | '@standardnotes/components-meta' | '@standardnotes/web';
|
|
18
3
|
export declare type Versions = Record<Package, string>;
|
|
19
4
|
export declare type Downloads = Record<Platform, string>;
|
package/dist/releases.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Versions": {
|
|
3
|
-
"@standardnotes/components-meta": "2.2.
|
|
4
|
-
"@standardnotes/desktop": "3.22.
|
|
5
|
-
"@standardnotes/mobile": "3.24.
|
|
6
|
-
"@standardnotes/web": "3.24.
|
|
3
|
+
"@standardnotes/components-meta": "2.2.2-alpha.0",
|
|
4
|
+
"@standardnotes/desktop": "3.22.16-alpha.0",
|
|
5
|
+
"@standardnotes/mobile": "3.24.2-alpha.0",
|
|
6
|
+
"@standardnotes/web": "3.24.3-alpha.0"
|
|
7
7
|
},
|
|
8
8
|
"Downloads": {
|
|
9
|
-
"LinuxAmd64Snap": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
10
|
-
"LinuxAmd64Deb": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
11
|
-
"LinuxArm64AppImage": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
12
|
-
"LinuxArm64Deb": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
13
|
-
"LinuxI386AppImage": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
14
|
-
"LinuxI386Deb": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
15
|
-
"LinuxX86_64AppImage": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
16
|
-
"MacArm64Dmg": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
17
|
-
"MacArm64Zip": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
18
|
-
"MacX64Dmg": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
19
|
-
"MacX64Zip": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
20
|
-
"WinIa32Exe": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
21
|
-
"WinX64Exe": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
22
|
-
"WinExe": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.
|
|
9
|
+
"LinuxAmd64Snap": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-amd64.snap",
|
|
10
|
+
"LinuxAmd64Deb": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-amd64.deb",
|
|
11
|
+
"LinuxArm64AppImage": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-arm64.AppImage",
|
|
12
|
+
"LinuxArm64Deb": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-arm64.deb",
|
|
13
|
+
"LinuxI386AppImage": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-i386.AppImage",
|
|
14
|
+
"LinuxI386Deb": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-i386.deb",
|
|
15
|
+
"LinuxX86_64AppImage": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-linux-x86_64.AppImage",
|
|
16
|
+
"MacArm64Dmg": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-mac-arm64.dmg",
|
|
17
|
+
"MacArm64Zip": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-mac-arm64.zip",
|
|
18
|
+
"MacX64Dmg": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-mac-x64.dmg",
|
|
19
|
+
"MacX64Zip": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-mac-x64.zip",
|
|
20
|
+
"WinIa32Exe": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-win-ia32.exe",
|
|
21
|
+
"WinX64Exe": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-win-x64.exe",
|
|
22
|
+
"WinExe": "https://github.com/standardnotes/app/releases/download/%40standardnotes/desktop%403.22.16-alpha.0/standard-notes-3.22.16-alpha.0-win.exe"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/releases",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2-alpha.1",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"main": "dist/releases.json",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"version": "yarn build"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@standardnotes/components-meta": "2.2.
|
|
21
|
-
"@standardnotes/desktop": "3.22.
|
|
22
|
-
"@standardnotes/mobile": "3.24.
|
|
23
|
-
"@standardnotes/web": "3.24.
|
|
20
|
+
"@standardnotes/components-meta": "2.2.2-alpha.0",
|
|
21
|
+
"@standardnotes/desktop": "3.22.16-alpha.0",
|
|
22
|
+
"@standardnotes/mobile": "3.24.2-alpha.0",
|
|
23
|
+
"@standardnotes/web": "3.24.3-alpha.0",
|
|
24
24
|
"@types/node": "*",
|
|
25
25
|
"typescript": "*"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "e7e90eb3506f3bce73661bb2b1fe91e4634f16db"
|
|
28
28
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
export
|
|
2
|
-
LinuxAmd64Snap
|
|
3
|
-
LinuxAmd64Deb
|
|
4
|
-
LinuxArm64AppImage
|
|
5
|
-
LinuxArm64Deb
|
|
6
|
-
LinuxI386AppImage
|
|
7
|
-
LinuxI386Deb
|
|
8
|
-
LinuxX86_64AppImage
|
|
9
|
-
MacArm64Dmg
|
|
10
|
-
MacArm64Zip
|
|
11
|
-
MacX64Dmg
|
|
12
|
-
MacX64Zip
|
|
13
|
-
WinIa32Exe
|
|
14
|
-
WinX64Exe
|
|
15
|
-
WinExe
|
|
16
|
-
}
|
|
1
|
+
export type Platform =
|
|
2
|
+
| 'LinuxAmd64Snap'
|
|
3
|
+
| 'LinuxAmd64Deb'
|
|
4
|
+
| 'LinuxArm64AppImage'
|
|
5
|
+
| 'LinuxArm64Deb'
|
|
6
|
+
| 'LinuxI386AppImage'
|
|
7
|
+
| 'LinuxI386Deb'
|
|
8
|
+
| 'LinuxX86_64AppImage'
|
|
9
|
+
| 'MacArm64Dmg'
|
|
10
|
+
| 'MacArm64Zip'
|
|
11
|
+
| 'MacX64Dmg'
|
|
12
|
+
| 'MacX64Zip'
|
|
13
|
+
| 'WinIa32Exe'
|
|
14
|
+
| 'WinX64Exe'
|
|
15
|
+
| 'WinExe'
|
|
17
16
|
|
|
18
17
|
export type Package =
|
|
19
18
|
| '@standardnotes/mobile'
|