@telegraph/tag 0.0.73 → 0.0.77

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 +34 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @telegraph/tag
2
2
 
3
+ ## 0.0.77
4
+
5
+ ### Patch Changes
6
+
7
+ - [#384](https://github.com/knocklabs/telegraph/pull/384) [`552fb82`](https://github.com/knocklabs/telegraph/commit/552fb82a33203c87e58715b4a52ea0c360999636) Thanks [@dependabot](https://github.com/apps/dependabot)! - upgrade typescript dep
8
+
9
+ - Updated dependencies [[`552fb82`](https://github.com/knocklabs/telegraph/commit/552fb82a33203c87e58715b4a52ea0c360999636)]:
10
+ - @telegraph/compose-refs@0.0.6
11
+ - @telegraph/typography@0.1.12
12
+ - @telegraph/helpers@0.0.11
13
+ - @telegraph/tooltip@0.0.40
14
+ - @telegraph/button@0.0.72
15
+ - @telegraph/layout@0.1.12
16
+ - @telegraph/motion@0.0.7
17
+ - @telegraph/icon@0.0.46
18
+
19
+ ## 0.0.76
20
+
21
+ ### Patch Changes
22
+
23
+ - [#408](https://github.com/knocklabs/telegraph/pull/408) [`916d37c`](https://github.com/knocklabs/telegraph/commit/916d37cc78433eeb70a93e041b18f951d2d25bcd) Thanks [@MikeCarbone](https://github.com/MikeCarbone)! - chore: minor upgrades to react, fixes peer dependency issues
24
+
25
+ - [#409](https://github.com/knocklabs/telegraph/pull/409) [`734b5c5`](https://github.com/knocklabs/telegraph/commit/734b5c5ee2ac0484a09f534148a4ca1cf23fb3d0) Thanks [@MikeCarbone](https://github.com/MikeCarbone)! - chore: adds React 19 as a peer dependency
26
+
27
+ - Updated dependencies [[`916d37c`](https://github.com/knocklabs/telegraph/commit/916d37cc78433eeb70a93e041b18f951d2d25bcd), [`734b5c5`](https://github.com/knocklabs/telegraph/commit/734b5c5ee2ac0484a09f534148a4ca1cf23fb3d0)]:
28
+ - @telegraph/button@0.0.71
29
+ - @telegraph/compose-refs@0.0.5
30
+ - @telegraph/helpers@0.0.10
31
+ - @telegraph/icon@0.0.45
32
+ - @telegraph/layout@0.1.11
33
+ - @telegraph/motion@0.0.6
34
+ - @telegraph/tooltip@0.0.39
35
+ - @telegraph/typography@0.1.11
36
+
3
37
  ## 0.0.73
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/tag",
3
- "version": "0.0.73",
3
+ "version": "0.0.77",
4
4
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tag",
5
5
  "author": "@knocklabs",
6
6
  "license": "MIT",
@@ -31,31 +31,31 @@
31
31
  "preview": "vite preview"
32
32
  },
33
33
  "dependencies": {
34
- "@telegraph/button": "^0.0.68",
35
- "@telegraph/compose-refs": "^0.0.2",
36
- "@telegraph/helpers": "^0.0.7",
37
- "@telegraph/icon": "^0.0.42",
38
- "@telegraph/layout": "^0.1.8",
39
- "@telegraph/motion": "^0.0.3",
40
- "@telegraph/tooltip": "^0.0.36",
41
- "@telegraph/typography": "^0.1.8",
34
+ "@telegraph/button": "^0.0.72",
35
+ "@telegraph/compose-refs": "^0.0.6",
36
+ "@telegraph/helpers": "^0.0.11",
37
+ "@telegraph/icon": "^0.0.46",
38
+ "@telegraph/layout": "^0.1.12",
39
+ "@telegraph/motion": "^0.0.7",
40
+ "@telegraph/tooltip": "^0.0.40",
41
+ "@telegraph/typography": "^0.1.12",
42
42
  "clsx": "^2.1.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@knocklabs/eslint-config": "^0.0.3",
46
46
  "@knocklabs/prettier-config": "^0.0.1",
47
47
  "@knocklabs/typescript-config": "^0.0.2",
48
- "@telegraph/postcss-config": "^0.0.21",
49
- "@telegraph/vite-config": "^0.0.13",
50
- "@types/react": "^18.2.48",
48
+ "@telegraph/postcss-config": "^0.0.23",
49
+ "@telegraph/vite-config": "^0.0.14",
50
+ "@types/react": "^18.3.18",
51
51
  "eslint": "^8.56.0",
52
- "react": "^18.2.0",
52
+ "react": "^18.3.1",
53
53
  "react-dom": "^18.3.1",
54
- "typescript": "^5.5.4",
54
+ "typescript": "^5.7.3",
55
55
  "vite": "^6.0.11"
56
56
  },
57
57
  "peerDependencies": {
58
- "react": "^18.2.0",
59
- "react-dom": "^18.3.1"
58
+ "react": "^18.0.0 || ^19.0.0",
59
+ "react-dom": "^18.0.0 || ^19.0.0"
60
60
  }
61
61
  }