diff --git a/community/@atlaskit__textarea/CHANGELOG.md b/community/@atlaskit__textarea/CHANGELOG.md
index fba132255..4d8547895 100644
--- a/community/@atlaskit__textarea/CHANGELOG.md
+++ b/community/@atlaskit__textarea/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hypermod/mod-atlaskit\_\_textarea
+## 0.4.2
+
+### Patch Changes
+
+- 1cfe66f: Bump jscodeshift to fix JSX redundant brackets error
+- Updated dependencies [1cfe66f]
+ - @hypermod/utils@0.7.1
+
## 0.4.1
### Patch Changes
diff --git a/community/@atlaskit__textarea/package.json b/community/@atlaskit__textarea/package.json
index bbac226ee..638fb70e6 100644
--- a/community/@atlaskit__textarea/package.json
+++ b/community/@atlaskit__textarea/package.json
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__textarea",
- "version": "0.4.1",
+ "version": "0.4.2",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
- "@hypermod/utils": "^0.7.0",
- "jscodeshift": "^17.1.2"
+ "@hypermod/utils": "^0.7.1",
+ "jscodeshift": "^17.3.0"
},
"devDependencies": {
- "@hypermod/cli": "^0.27.0",
+ "@hypermod/cli": "^0.27.2",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
diff --git a/community/@atlaskit__textfield/CHANGELOG.md b/community/@atlaskit__textfield/CHANGELOG.md
index b38a36e12..a8b186c8f 100644
--- a/community/@atlaskit__textfield/CHANGELOG.md
+++ b/community/@atlaskit__textfield/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hypermod/mod-atlaskit\_\_textfield
+## 0.4.2
+
+### Patch Changes
+
+- 1cfe66f: Bump jscodeshift to fix JSX redundant brackets error
+- Updated dependencies [1cfe66f]
+ - @hypermod/utils@0.7.1
+
## 0.4.1
### Patch Changes
diff --git a/community/@atlaskit__textfield/package.json b/community/@atlaskit__textfield/package.json
index 0b34d251a..5029749e2 100644
--- a/community/@atlaskit__textfield/package.json
+++ b/community/@atlaskit__textfield/package.json
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__textfield",
- "version": "0.4.1",
+ "version": "0.4.2",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
- "@hypermod/utils": "^0.7.0",
- "jscodeshift": "^17.1.2"
+ "@hypermod/utils": "^0.7.1",
+ "jscodeshift": "^17.3.0"
},
"devDependencies": {
- "@hypermod/cli": "^0.27.0",
+ "@hypermod/cli": "^0.27.2",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
diff --git a/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts b/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts
index 30eae82ed..6ec288395 100644
--- a/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts
+++ b/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts
@@ -121,11 +121,11 @@ describe('Remove prop', () => {
of the \`theme\` prop. The appearance of TextField will have likely changed.
*/ import React from 'react'; import Textfield from '@atlaskit/textfield';
import customeTheme from './theme'; const SimpleTextfield = () => { return
- ( (
+ (
-
) ); }
+
); }
`);
});
diff --git a/community/@atlaskit__toggle/CHANGELOG.md b/community/@atlaskit__toggle/CHANGELOG.md
index 5563d4136..f20af76e3 100644
--- a/community/@atlaskit__toggle/CHANGELOG.md
+++ b/community/@atlaskit__toggle/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hypermod/mod-atlaskit\_\_toggle
+## 0.4.2
+
+### Patch Changes
+
+- 1cfe66f: Bump jscodeshift to fix JSX redundant brackets error
+- Updated dependencies [1cfe66f]
+ - @hypermod/utils@0.7.1
+
## 0.4.1
### Patch Changes
diff --git a/community/@atlaskit__toggle/package.json b/community/@atlaskit__toggle/package.json
index b0da8833e..6fe0bec22 100644
--- a/community/@atlaskit__toggle/package.json
+++ b/community/@atlaskit__toggle/package.json
@@ -1,6 +1,6 @@
{
"name": "@hypermod/mod-atlaskit__toggle",
- "version": "0.4.1",
+ "version": "0.4.2",
"license": "MIT",
"source": "src/hypermod.config.js",
"main": "dist/hypermod.config.js",
@@ -11,11 +11,11 @@
"validate": "hypermod validate ."
},
"dependencies": {
- "@hypermod/utils": "^0.7.0",
- "jscodeshift": "^17.1.2"
+ "@hypermod/utils": "^0.7.1",
+ "jscodeshift": "^17.3.0"
},
"devDependencies": {
- "@hypermod/cli": "^0.27.0",
+ "@hypermod/cli": "^0.27.2",
"@types/jest": "^29.0.0",
"@types/node": "^16.11.0",
"jest": "^29.0.0",
diff --git a/community/@atlaskit__toggle/src/11.0.0/__tests__/transform.spec.ts b/community/@atlaskit__toggle/src/11.0.0/__tests__/transform.spec.ts
index bb3596ff5..cea46faca 100644
--- a/community/@atlaskit__toggle/src/11.0.0/__tests__/transform.spec.ts
+++ b/community/@atlaskit__toggle/src/11.0.0/__tests__/transform.spec.ts
@@ -51,10 +51,10 @@ describe('@atlaskit/toggle@11.0.0 transform', () => {
expect(result).toMatchInlineSnapshot(`
import React from "react"; import Toggle from "@atlaskit/toggle"; () =>
- { return ( (
+ { return (