@planningcenter/tapestry-migration-cli 2.5.0 → 2.5.1-rc.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-migration-cli",
3
- "version": "2.5.0",
3
+ "version": "2.5.1-rc.1",
4
4
  "description": "CLI tool for Tapestry migrations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "bfe78a5eaa14d63c92f34581c9eb5ce0959ffc02"
54
+ "gitHead": "85637bc1bfbf1ae5f86c910cf147cb0e50b93047"
55
55
  }
@@ -26,6 +26,8 @@ interface CommentStats {
26
26
  }
27
27
 
28
28
  export const GLOBAL_MESSAGES = {
29
+ button:
30
+ "Buttons inside of Tapestry Group components are not supported and should not be migrated at this time.",
29
31
  checkbox:
30
32
  "Checkbox sizes have adjusted. Verify visual appearance as sizes may differ slightly.",
31
33
  }