@mikezimm/fps-library-v2 1.1.146 → 1.1.148
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/CHANGELOG.md +4 -4
- package/lib/components/atoms/Links/RepoLinks/gitPagePal.d.ts +3 -0
- package/lib/components/atoms/Links/RepoLinks/gitPagePal.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitPagePal.js +4 -0
- package/lib/components/atoms/Links/RepoLinks/gitPagePal.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -24,18 +24,18 @@ git push -u origin main
|
|
|
24
24
|
# Publish hints:
|
|
25
25
|
|
|
26
26
|
npm run clean
|
|
27
|
-
npm run build ; npm publish --access=public
|
|
27
|
+
npm run build ; npm publish --access=public; npm version patch
|
|
28
28
|
npm version major/minor/patch
|
|
29
29
|
npm publish --access=public
|
|
30
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
30
|
+
npm install @mikezimm/fps-library-v2@1.1.148
|
|
31
31
|
|
|
32
32
|
# Changelog
|
|
33
33
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
34
34
|
|
|
35
|
-
## 1.1.
|
|
35
|
+
## 1.1.148 - 2024-Mar 13:
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
## 1.1.
|
|
38
|
+
## 1.1.147 - 2024-Mar 13: Added new gitRepoLinks
|
|
39
39
|
- gitGenericFps, gitGenericMZ, gitNetworkBuilder, gitPagePal
|
|
40
40
|
|
|
41
41
|
## 1.1.145 - 2024-Mar 13: Color themes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitPagePal.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitPagePal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI7D,eAAO,MAAM,UAAU,EAAE,UAAwF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitPagePal.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitPagePal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGzD,MAAM,CAAC,MAAM,UAAU,GAAe,eAAe,CAAE,YAAY,GAAG,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC"}
|