@pexip-engage-public/color-utils 1.0.11 → 1.0.12-canary-20240329102138

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 +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pexip-engage-public/color-utils
2
2
 
3
+ ## 1.0.12-canary-20240329102138
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f6311b: feat: rename to backoffice
8
+
3
9
  ## 1.0.11
4
10
 
5
11
  ### Patch Changes
@@ -30,7 +36,7 @@
30
36
  "@pexip-engage/utils": patch
31
37
  "eslint-config-pexip-engage": patch
32
38
  "@pexip-engage/app-plugin": patch
33
- "web-app-remix": patch
39
+ "backoffice": patch
34
40
  "@pexip-engage/plugin-loader": patch
35
41
  "@pexip-engage/plugin-docs": patch
36
42
  "@pexip-engage-public/plugin": patch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/color-utils",
3
- "version": "1.0.11",
3
+ "version": "1.0.12-canary-20240329102138",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/color-utils#readme",
6
6
  "bugs": {
@@ -34,7 +34,7 @@
34
34
  "@types/color-convert": "^2.0.3",
35
35
  "vitest": "^1.4.0",
36
36
  "@pexip-engage/tsconfig": "0.1.1",
37
- "eslint-config-pexip-engage": "0.1.11"
37
+ "eslint-config-pexip-engage": "0.1.13-canary-20240329102138"
38
38
  },
39
39
  "volta": {
40
40
  "extends": "../../package.json"