@powerlines/plugin-tamagui 0.1.101 → 0.1.103

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -39,7 +39,7 @@ This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages
39
39
  <!-- prettier-ignore-end -->
40
40
 
41
41
  <div align="center">
42
- <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/powerlines" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
42
+ <a href="https://github.com/storm-software/powerlines" target="_blank"><b>Be sure to ⭐ this repository on GitHub so you can keep up to date with it's progress!</b></a>
43
43
  </div>
44
44
 
45
45
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tamagui",
3
- "version": "0.1.101",
3
+ "version": "0.1.103",
4
4
  "type": "module",
5
5
  "description": "A package containing the Tamagui plugin for Powerlines.",
6
6
  "repository": {
@@ -122,15 +122,15 @@
122
122
  "@stryke/hash": "^0.12.32",
123
123
  "@tamagui/static-worker": "^1.142.0",
124
124
  "defu": "^6.1.4",
125
- "powerlines": "^0.36.17",
125
+ "powerlines": "^0.36.19",
126
126
  "typescript": "^5.9.3",
127
127
  "vite": "8.0.0-beta.2"
128
128
  },
129
129
  "devDependencies": {
130
- "@powerlines/nx": "^0.11.43",
130
+ "@powerlines/nx": "^0.11.45",
131
131
  "@tamagui/types": "^1.142.0",
132
132
  "@types/node": "^24.10.4"
133
133
  },
134
134
  "publishConfig": { "access": "public" },
135
- "gitHead": "80d181e4eee59d93db27d4a40e1ca4be8751f722"
135
+ "gitHead": "b4b5079fef10cf5fccdaa2ff09dd8f728ff25bf7"
136
136
  }