Skip to content

Commit 54f2077

Browse files
committed
v0.1.15
1 parent 80cf6aa commit 54f2077

10 files changed

Lines changed: 31 additions & 31 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.1.14",
2+
"version": "0.1.15",
33
"npmClient": "npm"
44
}

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-react-pug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pug/babel-plugin-react-pug",
3-
"version": "0.1.13",
3+
"version": "0.1.15",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@babel/parser": "^7.0.0",
1515
"@babel/types": "^7.0.0",
16-
"@react-pug/react-pug-core": "^0.1.13"
16+
"@react-pug/react-pug-core": "^0.1.15"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0"

packages/check-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pug/check-types",
3-
"version": "0.1.13",
3+
"version": "0.1.15",
44
"type": "module",
55
"main": "./src/index.js",
66
"bin": {
@@ -17,6 +17,6 @@
1717
"typescript": "*"
1818
},
1919
"dependencies": {
20-
"@react-pug/typescript-plugin-react-pug": "^0.1.13"
20+
"@react-pug/typescript-plugin-react-pug": "^0.1.15"
2121
}
2222
}

packages/esbuild-plugin-react-pug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pug/esbuild-plugin-react-pug",
3-
"version": "0.1.13",
3+
"version": "0.1.15",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {
@@ -11,7 +11,7 @@
1111
"prepublishOnly": "npm run build"
1212
},
1313
"dependencies": {
14-
"@react-pug/react-pug-core": "^0.1.13"
14+
"@react-pug/react-pug-core": "^0.1.15"
1515
},
1616
"peerDependencies": {
1717
"esbuild": "*"

packages/eslint-plugin-react-pug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pug/eslint-plugin-react-pug",
3-
"version": "0.1.13",
3+
"version": "0.1.15",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@babel/parser": "^7.0.0",
1515
"@prettier/sync": "^0.6.1",
16-
"@react-pug/react-pug-core": "^0.1.13",
16+
"@react-pug/react-pug-core": "^0.1.15",
1717
"@stylistic/eslint-plugin": "^5.10.0",
1818
"@typescript-eslint/parser": "^8.57.2",
1919
"prettier": "^3.8.1"

packages/react-pug-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-pug/react-pug-core",
33
"main": "./dist/index.js",
4-
"version": "0.1.13",
4+
"version": "0.1.15",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {
77
"access": "public"

packages/swc-plugin-react-pug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pug/swc-plugin-react-pug",
3-
"version": "0.1.13",
3+
"version": "0.1.15",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {
@@ -11,7 +11,7 @@
1111
"prepublishOnly": "npm run build"
1212
},
1313
"dependencies": {
14-
"@react-pug/react-pug-core": "^0.1.13"
14+
"@react-pug/react-pug-core": "^0.1.15"
1515
},
1616
"peerDependencies": {
1717
"@swc/core": "^1.0.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-pug/typescript-plugin-react-pug",
33
"main": "./dist/plugin.js",
4-
"version": "0.1.13",
4+
"version": "0.1.15",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -10,6 +10,6 @@
1010
"prepublishOnly": "npm run build"
1111
},
1212
"dependencies": {
13-
"@react-pug/react-pug-core": "^0.1.13"
13+
"@react-pug/react-pug-core": "^0.1.15"
1414
}
1515
}

packages/vscode-react-pug-tsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "React Pug TypeScript",
55
"description": "Full React-Pug support in TypeScript/TSX with syntax highlight and IntelliSense",
6-
"version": "0.1.14",
6+
"version": "0.1.15",
77
"publisher": "startupjs",
88
"icon": "logo.png",
99
"license": "MIT",
@@ -144,7 +144,7 @@
144144
]
145145
},
146146
"dependencies": {
147-
"@react-pug/typescript-plugin-react-pug": "^0.1.13"
147+
"@react-pug/typescript-plugin-react-pug": "^0.1.15"
148148
},
149149
"publishConfig": {
150150
"access": "public"

0 commit comments

Comments
 (0)