File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
"solution" : {
3
3
"decorator-transforms" : {
4
4
"impact" : " patch" ,
5
- "oldVersion" : " 2.2.0 " ,
6
- "newVersion" : " 2.2.1 " ,
5
+ "oldVersion" : " 2.2.1 " ,
6
+ "newVersion" : " 2.2.2 " ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " patch" ,
13
13
"pkgJSONPath" : " ./package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2024-10-01)\n\n decorator-transforms 2.2.1 (patch)\n\n #### :bug: Bug Fix\n * `decorator-transforms`\n * [#33 ](https://github.com/ef4/decorator-transforms/pull/33) Fix unbalanced exit ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
16
+ "description" : " ## Release (2024-10-01)\n\n decorator-transforms 2.2.2 (patch)\n\n #### :bug: Bug Fix\n * `decorator-transforms`\n * [#35 ](https://github.com/ef4/decorator-transforms/pull/35) Remove unintentional change that was part of #33 ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
17
17
}
Original file line number Diff line number Diff line change 2
2
3
3
## Release (2024-10-01)
4
4
5
+ decorator-transforms 2.2.2 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` decorator-transforms `
9
+ * [ #35 ] ( https://github.com/ef4/decorator-transforms/pull/35 ) Remove unintentional change that was part of #33 ([ @ef4 ] ( https://github.com/ef4 ) )
10
+
11
+ #### Committers: 1
12
+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
13
+
14
+ ## Release (2024-10-01)
15
+
5
16
decorator-transforms 2.2.1 (patch)
6
17
7
18
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " decorator-transforms" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " Better babel transforms for decorators" ,
5
5
"keywords" : [],
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments