@contrail/data-grouping 1.0.51 → 1.0.52

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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@contrail/data-grouping` are documented here.
4
+
5
+ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
+ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ## [1.0.50] - (initial changelog entry)
11
+
12
+ - Initial changelog. Prior releases did not include a changelog.
13
+ See git history for changes predating this entry.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/data-grouping",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Utilities and interfaces for grouping data into hierarchial data structures based on properties.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "ISC",
16
16
  "devDependencies": {
17
- "@contrail/util": "^1.1.18",
17
+ "@contrail/util": "^1.3.0",
18
18
  "@types/jest": "^29.5.2",
19
19
  "jest": "^29.5.0",
20
20
  "prettier": "^1.19.1",
@@ -38,7 +38,7 @@
38
38
  "testEnvironment": "node"
39
39
  },
40
40
  "dependencies": {
41
- "@contrail/documents": "^1.3.2",
42
- "@contrail/types": "^3.1.3"
41
+ "@contrail/documents": "^1.5.0",
42
+ "@contrail/types": "^3.4.0"
43
43
  }
44
44
  }