@upstart.gg/style-system 0.0.127 → 0.0.129

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 +14 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @upstart.gg/style-system
2
2
 
3
+ ## 0.0.129
4
+
5
+ ### Patch Changes
6
+
7
+ - [#416](https://github.com/upstart-gg/upstart/pull/416) [`df015f9`](https://github.com/upstart-gg/upstart/commit/df015f97f84243ae56485f2f1494cce7c84782d3) Thanks [@mattallty](https://github.com/mattallty)! - Update dep tsup
8
+
9
+ ## 0.0.128
10
+
11
+ ### Patch Changes
12
+
13
+ - [`b8ab649`](https://github.com/upstart-gg/upstart/commit/b8ab649cc3087928059105bf4d33f4ab14135883) Thanks [@mattallty](https://github.com/mattallty)! - use preserveModules: true
14
+
15
+ - [#415](https://github.com/upstart-gg/upstart/pull/415) [`5e125da`](https://github.com/upstart-gg/upstart/commit/5e125da11eedd5d89631aaa598e2a1accfce8a81) Thanks [@mattallty](https://github.com/mattallty)! - Various fixes
16
+
3
17
  ## 0.0.127
4
18
 
5
19
  ## 0.0.126
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upstart.gg/style-system",
3
- "version": "0.0.127",
3
+ "version": "0.0.129",
4
4
  "description": "Base tailwindcss setup with some extra plugins as well as colors and editor styles",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,7 +20,7 @@
20
20
  "@formkit/auto-animate": "0.8.2",
21
21
  "@radix-ui/react-context-menu": "2.2.2",
22
22
  "@radix-ui/react-toggle-group": "1.1.0",
23
- "@radix-ui/themes": "3.1.4",
23
+ "@radix-ui/themes": "3.2.1",
24
24
  "@twind/core": "1.1.3",
25
25
  "@twind/preset-autoprefix": "1.0.7",
26
26
  "@twind/preset-container-queries": "1.0.7",
@@ -31,12 +31,11 @@
31
31
  "@twind/preset-typography": "1.0.7",
32
32
  "@twind/with-react": "1.1.3",
33
33
  "animate.css": "^4.1.1",
34
- "polished": "4.3.1",
35
34
  "react-hot-toast": "2.5.2"
36
35
  },
37
36
  "devDependencies": {
38
37
  "@types/node": "22",
39
- "tsup": "8.2.4"
38
+ "tsup": "^8.5.0"
40
39
  },
41
40
  "publishConfig": {
42
41
  "access": "public"