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

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @pexip-engage-public/color-utils
2
2
 
3
+ ## 1.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - d3bbc2b: ---
8
+
9
+ "@pexip-engage-public/color-utils": patch
10
+ "@pexip-engage/components": patch
11
+ "@pexip-engage/md-to-html": patch
12
+ "@pexip-engage/utils": patch
13
+ "eslint-config-pexip-engage": patch
14
+ "@pexip-engage/app-plugin": patch
15
+ "web-app-remix": patch
16
+ "@pexip-engage/plugin-loader": patch
17
+ "@pexip-engage/plugin-docs": patch
18
+ "@pexip-engage-public/plugin": patch
19
+
20
+ ***
21
+
22
+ fix(deps): update all non-major dependencies
23
+
3
24
  ## 1.0.7
4
25
 
5
26
  ### 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.8",
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.2.2",
36
36
  "@pexip-engage/tsconfig": "0.1.1",
37
- "eslint-config-pexip-engage": "0.1.6"
37
+ "eslint-config-pexip-engage": "0.1.7"
38
38
  },
39
39
  "volta": {
40
40
  "extends": "../../package.json"