@pexip-engage-public/color-utils 1.0.7 → 1.0.9

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 +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @pexip-engage-public/color-utils
2
2
 
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ec81a1: fix(deps): update all non-major dependencies
8
+
9
+ ## 1.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - d3bbc2b: ---
14
+
15
+ "@pexip-engage-public/color-utils": patch
16
+ "@pexip-engage/components": patch
17
+ "@pexip-engage/md-to-html": patch
18
+ "@pexip-engage/utils": patch
19
+ "eslint-config-pexip-engage": patch
20
+ "@pexip-engage/app-plugin": patch
21
+ "web-app-remix": patch
22
+ "@pexip-engage/plugin-loader": patch
23
+ "@pexip-engage/plugin-docs": patch
24
+ "@pexip-engage-public/plugin": patch
25
+
26
+ ***
27
+
28
+ fix(deps): update all non-major dependencies
29
+
3
30
  ## 1.0.7
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/color-utils",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/color-utils#readme",
6
6
  "bugs": {
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/color-convert": "^2.0.3",
35
- "vitest": "^1.2.1",
35
+ "vitest": "^1.3.0",
36
36
  "@pexip-engage/tsconfig": "0.1.1",
37
- "eslint-config-pexip-engage": "0.1.6"
37
+ "eslint-config-pexip-engage": "0.1.9"
38
38
  },
39
39
  "volta": {
40
40
  "extends": "../../package.json"