Skip to content

Commit 2c63035

Browse files
committed
Apply changeset
1 parent f960ed7 commit 2c63035

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "next telemetry disable"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "^2.0.1",
13+
"@mayank1513/fork-me": "^2.1.0",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
1515
"next": "^14.1.3",
1616
"nextjs-themes": "^3.1.0",

examples/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typecheck": "tsc"
1212
},
1313
"dependencies": {
14-
"@mayank1513/fork-me": "^2.0.1",
14+
"@mayank1513/fork-me": "^2.1.0",
1515
"@remix-run/css-bundle": "^2.8.1",
1616
"@remix-run/node": "^2.8.1",
1717
"@remix-run/react": "^2.8.1",

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mayank1513/fork-me": "^2.0.1",
13+
"@mayank1513/fork-me": "^2.1.0",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
1515
"nextjs-themes": "^3.1.0",
1616
"react": "^18.2.0",

lib/esbuild-plugin-react18-css/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-react18-css
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Fix - remove .module.js as well
8+
39
## 0.0.1
410

511
### Patch Changes

lib/esbuild-plugin-react18-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-react18-css",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"description": "ESBuild plugin to handle CSS/SCSS modules, autoprefixer, etc.",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"devDependencies": {
13-
"@mayank1513/fork-me": "^2.0.1",
13+
"@mayank1513/fork-me": "^2.1.0",
1414
"@types/node": "^20.11.28",
1515
"@types/react": "^18.2.66",
1616
"@types/react-dom": "^18.2.22",

0 commit comments

Comments
 (0)