@friggframework/core 0.2.10-canary.9eb063e.0 → 0.2.11-canary.90.f3252b8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v0.2.10 (Mon Jan 09 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge remote-tracking branch 'origin/main' into gitbook-updates [#48](https://github.com/friggframework/frigg/pull/48) ([@seanspeaks](https://github.com/seanspeaks))
6
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
7
+ - A lot of changes all rolled into one [#21](https://github.com/friggframework/frigg/pull/21) ([@seanspeaks](https://github.com/seanspeaks))
8
+ - Fix ConnectWise ([@seanspeaks](https://github.com/seanspeaks))
9
+ - Bad reference fix ([@seanspeaks](https://github.com/seanspeaks))
10
+ - Merge remote-tracking branch 'origin/main' into simplify-mongoose-models ([@seanspeaks](https://github.com/seanspeaks))
11
+ - Added core as a dependency of module-plugin ([@seanspeaks](https://github.com/seanspeaks))
12
+ - Add READMEs for all packages and api-modules [#20](https://github.com/friggframework/frigg/pull/20) ([@seanspeaks](https://github.com/seanspeaks))
13
+ - Add READMEs for all packages and api-modules ([@seanspeaks](https://github.com/seanspeaks))
14
+
15
+ #### ⚠️ Pushed to `main`
16
+
17
+ - Merge branch 'main' into gitbook-updates ([@seanspeaks](https://github.com/seanspeaks))
18
+ - Refactored for more conventional naming (at least for packages) ([@seanspeaks](https://github.com/seanspeaks))
19
+
20
+ #### Authors: 1
21
+
22
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
23
+
24
+ ---
25
+
1
26
  # v0.2.9 (Wed Dec 21 2022)
2
27
 
3
28
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "0.2.10-canary.9eb063e.0",
4
+ "version": "0.2.11-canary.90.f3252b8.0",
5
5
  "devDependencies": {
6
- "@friggframework/eslint-config": "^1.0.7",
6
+ "@friggframework/eslint-config": "^1.0.8",
7
7
  "eslint": "^8.22.0",
8
8
  "jest": "^28.1.3",
9
9
  "prettier": "^2.7.1"
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "homepage": "https://github.com/friggframework/frigg#readme",
26
26
  "dependencies": {
27
- "@friggframework/assertions": "1.0.6-canary.9eb063e.0",
27
+ "@friggframework/assertions": "1.0.7-canary.90.f3252b8.0",
28
28
  "moment": "^2.29.4",
29
29
  "node-fetch": "^2.6.7"
30
30
  },
31
31
  "description": "",
32
- "gitHead": "9eb063e06a0a0cde717fd9cc417580eb81ad8bb1"
32
+ "gitHead": "f3252b85d0f473c07be90d6643f9a6f105cfce08"
33
33
  }