Skip to content

Commit 8d18089

Browse files
Update CHANGELOG.md [skip ci]
1 parent ce1c68f commit 8d18089

File tree

2 files changed

+111
-0
lines changed

2 files changed

+111
-0
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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+
#### Delete dependabot.yml ([#69](https://github.com/Codecademy/client-modules/pull/69))
25+
26+
Remove dependabot config, only allow security PRs.
27+
28+
### PR Checklist
29+
30+
- [ ] Related to JIRA ticket: ABC-123
31+
- [ ] I have run this code to verify it works
32+
- [ ] This PR includes unit tests for the code change
33+
34+
<!--
35+
Merging your changes
36+
37+
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.
38+
39+
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.
40+
41+
-->
42+
43+
#### use auto for simpler lerna publishing ([#61](https://github.com/Codecademy/client-modules/pull/61))
44+
45+
Utilizes [Auto](https://intuit.github.io/auto/index) to handle versioning/publishing (which uses lerna under the hood). This simplifies a ton of stuff.
46+
47+
1. We don't need to deal with any conventional commits stuff, the version is selected using labels (the labels are already there if you want to check them)
48+
2. Auto handles canary releases (alphas), and adds the versions to the PR description automatically.
49+
3. We can let people merge their own PRs, since `auto` handles generating the changelogs from the PR descriptions.
50+
4. We can add required checks that actually work, now that we don't need to automate merging.
51+
5. We can easily replicate this process across all of our repos that do publishing
52+
53+
---
54+
55+
#### 🐛 Bug Fix
56+
57+
58+
- bump babel-plugin-react-anonymous-display-name [#71](https://github.com/Codecademy/client-modules/pull/71) ([@jakemhiller](https://github.com/jakemhiller))
59+
60+
#### ⚠️ Pushed to `main`
61+
62+
- Update dependabot.yml ([@jakemhiller](https://github.com/jakemhiller))
63+
- add statuses permission ([@jakemhiller](https://github.com/jakemhiller))
64+
- add checks permissions ([@jakemhiller](https://github.com/jakemhiller))
65+
- fix workflow issue ([@jakemhiller](https://github.com/jakemhiller))
66+
- update dependabot token ([@jakemhiller](https://github.com/jakemhiller))
67+
68+
#### 🏠 Internal
69+
70+
- Revert "Delete dependabot.yml" [#70](https://github.com/Codecademy/client-modules/pull/70) ([@jakemhiller](https://github.com/jakemhiller))
71+
- Delete dependabot.yml [#69](https://github.com/Codecademy/client-modules/pull/69) ([@jakemhiller](https://github.com/jakemhiller))
72+
- use auto for simpler lerna publishing [#61](https://github.com/Codecademy/client-modules/pull/61) ([@jakemhiller](https://github.com/jakemhiller))
73+
74+
#### Authors: 1
75+
76+
- Jake Hiller ([@jakemhiller](https://github.com/jakemhiller))

packages/babel-preset-codecademy/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
# Change Log
237

338
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)