Skip to content

Commit

Permalink
chore: release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Dec 23, 2024
1 parent 87e5687 commit 3bbe054
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylex-extend",
"description": "An unofficial stylexjs extension",
"version": "0.5.2",
"version": "0.5.3",
"scripts": {
"test": "pnpm -r run test"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylex-extend/babel-plugin",
"version": "0.5.2",
"version": "0.5.3",
"description": "A friendly stylex babel plugin extension.",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class Module {

fileNameForHashing(relativePath: string) {
const fileName = filePathResolver(relativePath, this.filename, this.options.aliases)
console.log('fileNameForHashing', fileName)
const { themeFileExtension = '.stylex', type } = this.options.unstable_moduleResolution ?? {}
if (!fileName || !matchFileSuffix(themeFileExtension!)(fileName) || this.options.unstable_moduleResolution == null) {
return null
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"repository": "https://github.com/nonzzz/stylex-extend.git",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./src/index.js",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"version": "0.5.2",
"version": "0.5.3",
"repository": "https://github.com/nonzzz/stylex-extend.git",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylex-extend/shared",
"description": "Shared utilities for StyleX Extend",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylex-extend/vite",
"version": "0.5.2",
"version": "0.5.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"repository": "https://github.com/nonzzz/stylex-extend.git",
"devDependencies": {
Expand Down

0 comments on commit 3bbe054

Please sign in to comment.