Skip to content

Commit

Permalink
Merge pull request #52 from react18-tools/fix-css-variable-renaming
Browse files Browse the repository at this point in the history
Fix-css-variable-renaming
  • Loading branch information
mayank1513 authored May 28, 2024
2 parents bbebc7a + ccf7a96 commit ef48811
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 21 deletions.
6 changes: 6 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react18-loaders

## 1.0.2

### Patch Changes

- Fix renaming of CSS variables due to react18 plugin

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react18-loaders",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"description": "A comprehensive library that unleashes the full potential of React 18 server components, providing customizable loading animation components alongside a fullscreen loader container. Designed to seamlessly integrate with React and Next.js.",
"license": "MPL-2.0",
"main": "./dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-react18": "0.2.2",
"esbuild-plugin-react18": "0.2.3",
"esbuild-plugin-react18-css": "^0.0.4",
"jsdom": "^24.1.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node/jest-preset.js"
],
"dependencies": {
"ts-jest": "^29.1.3"
"ts-jest": "^29.1.4"
},
"devDependencies": {
"jest-environment-jsdom": "^29.7.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @repo/shared

## 0.0.5

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/shared",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"sideEffects": false,
"main": "./dist/index.js",
Expand All @@ -27,7 +27,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-react18": "^0.2.2",
"esbuild-plugin-react18": "^0.2.3",
"esbuild-plugin-react18-css": "^0.0.4",
"jsdom": "^24.1.0",
"react": "^18.3.1",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef48811

Please sign in to comment.