@meith/marketplace 0.19.0 → 0.21.0
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.
- package/package.json +2 -2
- package/src/build-info.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meith/marketplace",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@meith/theme-kit": "0.
|
|
22
|
+
"@meith/theme-kit": "0.21.0"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/src/build-info.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { parseApiVersion, THEME_API_VERSION } from '@meith/theme-kit'
|
|
|
7
7
|
* packages/create-meith/src/bin.ts — see docs/release.md — and kept honest
|
|
8
8
|
* by the same `scripts/release-check.mjs`.
|
|
9
9
|
*/
|
|
10
|
-
export const MEITH_VERSION = '0.
|
|
10
|
+
export const MEITH_VERSION = '0.21.0'
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* The theme-kit major this build implements, read from the single place
|