@pexip-engage-public/plugin 1.0.29 → 1.0.30-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 +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
+ ## 1.0.30-canary-20240329102138
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f6311b: feat: rename to backoffice
8
+ - @pexip-engage-public/graphql@1.0.18
9
+
3
10
  ## 1.0.29
4
11
 
5
12
  ### Patch Changes
@@ -123,7 +130,7 @@
123
130
  "@pexip-engage/utils": patch
124
131
  "eslint-config-pexip-engage": patch
125
132
  "@pexip-engage/app-plugin": patch
126
- "web-app-remix": patch
133
+ "backoffice": patch
127
134
  "@pexip-engage/plugin-loader": patch
128
135
  "@pexip-engage/plugin-docs": patch
129
136
  "@pexip-engage-public/plugin": patch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.0.29",
3
+ "version": "1.0.30-canary-20240329102138",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-public#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -45,7 +45,7 @@
45
45
  "happy-dom": "^14.3.4",
46
46
  "vitest": "^1.4.0",
47
47
  "@pexip-engage/tsconfig": "0.1.1",
48
- "eslint-config-pexip-engage": "0.1.12"
48
+ "eslint-config-pexip-engage": "0.1.13-canary-20240329102138"
49
49
  },
50
50
  "volta": {
51
51
  "extends": "../../../../package.json"