|
1 | | -# v7.0.1 (Thu May 11 2023) |
2 | | - |
3 | | -### Release Notes |
4 | | - |
5 | | -#### bump babel-plugin-react-anonymous-display-name ([#71](https://github.com/Codecademy/client-modules/pull/71)) |
6 | | - |
7 | | -updates `babel-plugin-react-anonymous-display-name` dependency |
8 | | - |
9 | | -### PR Checklist |
10 | | - |
11 | | -- [ ] Related to JIRA ticket: ABC-123 |
12 | | -- [ ] I have run this code to verify it works |
13 | | -- [ ] This PR includes unit tests for the code change |
14 | | - |
15 | | -<!-- |
16 | | -Merging your changes |
17 | | -
|
18 | | -The "Release Notes" section of the PR description is what will be used in the changelog. Please make sure it describes the changes in a way that is useful to the end users. |
19 | | -
|
20 | | -Add the correct `releases/*` label to the PR. If you are unsure which label to use, please refer to the README or ask a Web Platform engineer. |
21 | | -
|
22 | | ---> |
23 | | - |
24 | | ---- |
25 | | - |
26 | | -#### 🐛 Bug Fix |
27 | | - |
28 | | -- bump babel-plugin-react-anonymous-display-name [#71](https://github.com/Codecademy/client-modules/pull/71) ([@jakemhiller](https://github.com/jakemhiller)) |
29 | | - |
30 | | -#### Authors: 1 |
31 | | - |
32 | | -- Jake Hiller ([@jakemhiller](https://github.com/jakemhiller)) |
33 | | - |
34 | | ---- |
35 | | - |
36 | 1 | # Change Log |
37 | 2 |
|
38 | 3 | All notable changes to this project will be documented in this file. |
39 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
40 | 5 |
|
41 | | -## [7.0.0](https://github.com/Codecademy/client-modules/compare/babel-preset-codecademy@6.0.0...babel-preset-codecademy@7.0.0) (2022-12-13) |
| 6 | +## [7.1.0](https://github.com/Codecademy/client-modules/compare/babel-preset-codecademy@7.0.1...babel-preset-codecademy@7.1.0) (2025-05-14) |
42 | 7 |
|
| 8 | +### Features |
43 | 9 |
|
44 | | -### ⚠ BREAKING CHANGES |
| 10 | +- update eslint-config packages ([1542171](https://github.com/Codecademy/client-modules/commit/1542171d3ee78a2088f3d7ea60f5e7dee02fdd39)) |
45 | 11 |
|
46 | | -* update babel for react jsx transform |
| 12 | +## [7.0.0](https://github.com/Codecademy/client-modules/compare/babel[email protected]@7.0.0) (2022-12-13) |
47 | 13 |
|
48 | | -### Features |
| 14 | +### ⚠ BREAKING CHANGES |
49 | 15 |
|
50 | | -* update babel for react jsx transform ([a8a589c](https://github.com/Codecademy/client-modules/commit/a8a589cdc02b85135f7bd81da2085966db9404e5)) |
| 16 | +- update babel for react jsx transform |
51 | 17 |
|
| 18 | +### Features |
52 | 19 |
|
| 20 | +- update babel for react jsx transform ([a8a589c](https://github.com/Codecademy/client-modules/commit/a8a589cdc02b85135f7bd81da2085966db9404e5)) |
53 | 21 |
|
54 | 22 | ## 6.0.0 (2021-11-10) |
55 | 23 |
|
56 | | - |
57 | 24 | ### ⚠ BREAKING CHANGES |
58 | 25 |
|
59 | | -* bumped ESLint packages to latest and added recommended & Jest linting |
| 26 | +- bumped ESLint packages to latest and added recommended & Jest linting |
60 | 27 |
|
61 | 28 | ### Features |
62 | 29 |
|
63 | | -* bumped ESLint packages to latest and added recommended & Jest linting ([450a0e2](https://github.com/Codecademy/client-modules/commit/450a0e2065090723fe21f980e01a3811dd3c6244)) |
64 | | -* imported babel plugin ([#1233](https://github.com/Codecademy/client-modules/issues/1233)) ([37414b4](https://github.com/Codecademy/client-modules/commit/37414b47c13ee2433782d857f72bcd332983b745)), closes [#1](https://github.com/Codecademy/client-modules/issues/1) [#2](https://github.com/Codecademy/client-modules/issues/2) [#9](https://github.com/Codecademy/client-modules/issues/9) [#10](https://github.com/Codecademy/client-modules/issues/10) [#11](https://github.com/Codecademy/client-modules/issues/11) [#13](https://github.com/Codecademy/client-modules/issues/13) [#14](https://github.com/Codecademy/client-modules/issues/14) [#15](https://github.com/Codecademy/client-modules/issues/15) |
65 | | - |
| 30 | +- bumped ESLint packages to latest and added recommended & Jest linting ([450a0e2](https://github.com/Codecademy/client-modules/commit/450a0e2065090723fe21f980e01a3811dd3c6244)) |
| 31 | +- imported babel plugin ([#1233](https://github.com/Codecademy/client-modules/issues/1233)) ([37414b4](https://github.com/Codecademy/client-modules/commit/37414b47c13ee2433782d857f72bcd332983b745)), closes [#1](https://github.com/Codecademy/client-modules/issues/1) [#2](https://github.com/Codecademy/client-modules/issues/2) [#9](https://github.com/Codecademy/client-modules/issues/9) [#10](https://github.com/Codecademy/client-modules/issues/10) [#11](https://github.com/Codecademy/client-modules/issues/11) [#13](https://github.com/Codecademy/client-modules/issues/13) [#14](https://github.com/Codecademy/client-modules/issues/14) [#15](https://github.com/Codecademy/client-modules/issues/15) |
66 | 32 |
|
67 | 33 | ### Bug Fixes |
68 | 34 |
|
69 | | -* **babel-preset-codecademy:** remove loose option ([1e1a626](https://github.com/Codecademy/client-modules/commit/1e1a626716f9c93af46bd6746fa27385b8d6ed65)) |
70 | | - |
71 | | - |
| 35 | +- **babel-preset-codecademy:** remove loose option ([1e1a626](https://github.com/Codecademy/client-modules/commit/1e1a626716f9c93af46bd6746fa27385b8d6ed65)) |
72 | 36 |
|
73 | 37 | ### [4.0.2](https://github.com/Codecademy/client-modules/compare/[email protected]@4.0.2) (2021-09-10) |
74 | 38 |
|
75 | | - |
76 | 39 | ### Bug Fixes |
77 | 40 |
|
78 | | -* **babel-preset-codecademy:** remove loose option ([30e89d9](https://github.com/Codecademy/client-modules/commit/30e89d9718e3dc3fb2a96319af563c5595167b75)) |
79 | | - |
80 | | - |
| 41 | +- **babel-preset-codecademy:** remove loose option ([30e89d9](https://github.com/Codecademy/client-modules/commit/30e89d9718e3dc3fb2a96319af563c5595167b75)) |
81 | 42 |
|
82 | 43 | ### [4.0.1](https://github.com/Codecademy/client-modules/compare/[email protected]@4.0.1) (2021-03-19) |
83 | 44 |
|
84 | 45 | **Note:** Version bump only for package babel-preset-codecademy |
85 | 46 |
|
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | 47 | ## [4.0.0](https://github.com/Codecademy/client-modules/compare/[email protected]@4.0.0) (2021-02-12) |
91 | 48 |
|
92 | | - |
93 | 49 | ### ⚠ BREAKING CHANGES |
94 | 50 |
|
95 | | -* bumped ESLint packages to latest and added recommended & Jest linting |
| 51 | +- bumped ESLint packages to latest and added recommended & Jest linting |
96 | 52 |
|
97 | 53 | ### Features |
98 | 54 |
|
99 | | -* bumped ESLint packages to latest and added recommended & Jest linting ([2e8af11](https://github.com/Codecademy/client-modules/commit/2e8af111b372f35f1cfca28cbc22744f7489615d)) |
100 | | - |
101 | | - |
| 55 | +- bumped ESLint packages to latest and added recommended & Jest linting ([2e8af11](https://github.com/Codecademy/client-modules/commit/2e8af111b372f35f1cfca28cbc22744f7489615d)) |
102 | 56 |
|
103 | 57 | ## 3.1.0 (2021-02-11) |
104 | 58 |
|
105 | | - |
106 | 59 | ### Features |
107 | 60 |
|
108 | | -* imported babel plugin ([#1233](https://github.com/Codecademy/client-modules/issues/1233)) ([732261d](https://github.com/Codecademy/client-modules/commit/732261d9f94c1afd2e3ae20a5f61b0a6dbc0ed9a)), closes [#1](https://github.com/Codecademy/client-modules/issues/1) [#2](https://github.com/Codecademy/client-modules/issues/2) [#9](https://github.com/Codecademy/client-modules/issues/9) [#10](https://github.com/Codecademy/client-modules/issues/10) [#11](https://github.com/Codecademy/client-modules/issues/11) [#13](https://github.com/Codecademy/client-modules/issues/13) [#14](https://github.com/Codecademy/client-modules/issues/14) [#15](https://github.com/Codecademy/client-modules/issues/15) |
| 61 | +- imported babel plugin ([#1233](https://github.com/Codecademy/client-modules/issues/1233)) ([732261d](https://github.com/Codecademy/client-modules/commit/732261d9f94c1afd2e3ae20a5f61b0a6dbc0ed9a)), closes [#1](https://github.com/Codecademy/client-modules/issues/1) [#2](https://github.com/Codecademy/client-modules/issues/2) [#9](https://github.com/Codecademy/client-modules/issues/9) [#10](https://github.com/Codecademy/client-modules/issues/10) [#11](https://github.com/Codecademy/client-modules/issues/11) [#13](https://github.com/Codecademy/client-modules/issues/13) [#14](https://github.com/Codecademy/client-modules/issues/14) [#15](https://github.com/Codecademy/client-modules/issues/15) |
0 commit comments