@standardnotes/releases 1.1.0 → 1.1.1-alpha.0

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 CHANGED
@@ -3,6 +3,12 @@
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.1.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.1.0...@standardnotes/releases@1.1.1-alpha.0) (2022-06-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ * add direct dependencies to releases package so its version is bumped when deps are ([c3b5620](https://github.com/standardnotes/app/commit/c3b5620bf60dbdab016ad694eaf4c27ce496b2e3))
11
+
6
12
  # [1.1.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.1.0-alpha.1...@standardnotes/releases@1.1.0) (2022-06-20)
7
13
 
8
14
  **Note:** Version bump only for package @standardnotes/releases
@@ -1,6 +1,6 @@
1
1
  {
2
- "@standardnotes/components-meta": "2.1.6",
3
- "@standardnotes/desktop": "3.22.12",
4
- "@standardnotes/mobile": "3.23.8",
5
- "@standardnotes/web": "3.23.0"
2
+ "@standardnotes/components-meta": "2.2.0",
3
+ "@standardnotes/desktop": "3.22.13",
4
+ "@standardnotes/mobile": "3.24.0",
5
+ "@standardnotes/web": "3.24.0"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardnotes/releases",
3
- "version": "1.1.0",
3
+ "version": "1.1.1-alpha.0",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "main": "dist/releases.json",
6
6
  "publishConfig": {
@@ -19,5 +19,11 @@
19
19
  "@types/node": "*",
20
20
  "typescript": "*"
21
21
  },
22
- "gitHead": "89b77660f5fd1da25a0141fe821788b377c0e589"
22
+ "dependencies": {
23
+ "@standardnotes/components-meta": "^2.2.0",
24
+ "@standardnotes/desktop": "^3.22.13",
25
+ "@standardnotes/mobile": "^3.24.0",
26
+ "@standardnotes/web": "^3.24.0"
27
+ },
28
+ "gitHead": "fe3c8153bde7089b992bcc0e337f98b2d643eab9"
23
29
  }