Skip to content

Commit d994ddc

Browse files
authored
Remove [] from changlogs (#238)
Unifying with quilt setup. Consistently don't link on headings and thus remove the need for [] wrapping of headings
1 parent 0ae9ee6 commit d994ddc

File tree

10 files changed

+164
-220
lines changed

10 files changed

+164
-220
lines changed

packages/babel-preset/CHANGELOG.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- ## Unreleased -->
99

10-
## [23.5.1] - 2021-04-20
10+
## 23.5.1 - 2021-04-20
1111

1212
### Changed
1313

1414
- Updated `@babel/core`, `@babel/runtime`, and fixes `@shopify/babel-preset` react settings [[#235](https://github.com/Shopify/web-foundation/pull/235)]
1515

16-
## [23.5.0] - 2021-04-20
16+
## 23.5.0 - 2021-04-20
1717

1818
### Added
1919

@@ -23,31 +23,31 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2323

2424
- Updated `@babel/*` presets and plugins to version `7.13.x` [[#231](https://github.com/Shopify/web-foundation/pull/231)]
2525

26-
## [23.4.1] - 2021-04-16
26+
## 23.4.1 - 2021-04-16
2727

2828
### Changed
2929

3030
- Updated `@babel/*` presets and plugins to version `7.13.x` [[#222](https://github.com/Shopify/web-foundation/pull/222)]
3131

32-
## [23.4.0] - 2021-03-10
32+
## 23.4.0 - 2021-03-10
3333

3434
### Changed
3535

3636
- Updated `@babel/*` presets and plugins to version `7.13` [[#219](https://github.com/Shopify/web-foundation/pull/219)]
3737

38-
## [23.3.2] - 2021-02-11
38+
## 23.3.2 - 2021-02-11
3939

4040
### Changed
4141

4242
- Improved how options are defined in `@shopify/babel-preset/react` [[#209](https://github.com/Shopify/web-configs/pull/209)]
4343

44-
## [23.3.1] - 2021-02-10
44+
## 23.3.1 - 2021-02-10
4545

4646
### Changed
4747

4848
- Bugfix for disabling `transformReactConstantElements` [[#208](https://github.com/Shopify/web-configs/pull/208)]
4949

50-
## [23.3.0] - 2021-02-10
50+
## 23.3.0 - 2021-02-10
5151

5252
### Changed
5353

@@ -57,29 +57,29 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5757

5858
- Added the ability to add `@babel/plugin-transform-runtime` [[#206](https://github.com/Shopify/web-configs/pull/206)]
5959

60-
## [23.2.0] - 2021-02-09
60+
## 23.2.0 - 2021-02-09
6161

6262
### Added
6363

6464
- Added the ability to disable `@babel/plugin-transform-react-constant-elements` [[#205](https://github.com/Shopify/web-foundation/pull/205)]
6565

66-
## [23.1.1] - 2020-08-26
66+
## 23.1.1 - 2020-08-26
6767

6868
- Update `@babel/preset-env` and other babel packages to 7.10.4 and enable preset-env's [`bugfixes`](https://babeljs.io/docs/en/babel-preset-env#bugfixes) option [[#172](https://github.com/Shopify/web-foundation/pull/172)]
6969

70-
## [23.1.0] - 2020-05-12
70+
## 23.1.0 - 2020-05-12
7171

7272
### Changed
7373

7474
- Update `@babel/core`, `@babel/preset-env`, `@babel/plugin-transform-modules-commonjs` to `7.9.6` [[#155](https://github.com/Shopify/web-foundation/pull/155)]
7575

76-
## [23.0.0] - 2020-04-23
76+
## 23.0.0 - 2020-04-23
7777

7878
### Changed
7979

8080
- Remove `react-hot-loader` since `react-fast-refresh` is now used in sewing-kit [[#145](https://github.com/Shopify/web-foundation/pull/145)]
8181

82-
## [22.0.0] - 2020-03-28
82+
## 22.0.0 - 2020-03-28
8383

8484
🚨Package rename
8585

@@ -101,7 +101,7 @@ module.exports = {
101101
};
102102
```
103103

104-
## [21.0.0]
104+
## 21.0.0
105105

106106
### Added
107107

@@ -111,55 +111,55 @@ module.exports = {
111111

112112
- Updated `@babel/core`, `@babel/preset-env`, presets, and plugins updated to the latest `7.7.x` versions [[#47](https://github.com/Shopify/babel-preset-shopify/pull/47)]
113113

114-
## [20.1.0] - 2019-09-24
114+
## 20.1.0 - 2019-09-24
115115

116116
- Pass `browsers` web preset config string directly into babel-preset-env's targets option, so that if it is unset we shall read honor browserslist config in package.json / .browserslistrc
117117

118-
## [20.0.0] - 2019-06-03
118+
## 20.0.0 - 2019-06-03
119119

120120
- Add `babel-plugin-dynamic-import-node` to the node preset. This was originally added in 19.1.0 then reverted in 19.1.1 as it was a breaking change in some circumstances
121121

122-
## [19.1.1] - 2019-06-03
122+
## 19.1.1 - 2019-06-03
123123

124124
- Revert Adding `babel-plugin-dynamic-import-node` to the node preset as this may be a breaking change in some circumstances
125125

126-
## [19.1.0] - 2019-05-29
126+
## 19.1.0 - 2019-05-29
127127

128128
- Added `typescript` option to node and web presets to allow babel to read typescript files when set to true.
129129
- Added `babel-plugin-dynamic-import-node` to the node preset
130130
- Removed `@babel/plugin-proposal-optional-catch-binding` because it is already handled by `@babel/preset-env` if you specify an environment where it is needed.
131131

132-
## [19.0.1] - 2019-05-23
132+
## 19.0.1 - 2019-05-23
133133

134134
- Added `@babel/plugin-proposal-optional-catch-binding` to `node` and `web` presets
135135

136-
## [19.0.0] - 2019-05-06
136+
## 19.0.0 - 2019-05-06
137137

138138
- Switched the default `useBuiltIns` option back to `entry`, since it has a smaller bundle impact on large applications
139139

140-
## [18.1.1] - 2019-05-03
140+
## 18.1.1 - 2019-05-03
141141

142142
- `web` preset now accepts a `useBuiltIn` value (default = `usage`)
143143

144-
## [18.1.0] - 2019-04-22
144+
## 18.1.0 - 2019-04-22
145145

146146
### Added
147147

148148
- `node` and `web` presets now accept a `corejs` option (default = `2`)
149149

150-
## [18.0.0] - 2019-03-19
150+
## 18.0.0 - 2019-03-19
151151

152152
### Changed
153153

154154
- `node` and `web` presets now use `useBuiltIns: 'usage'` for including `corejs` polyfills.
155155

156-
## [17.0.1] - 2019-01-09
156+
## 17.0.1 - 2019-01-09
157157

158158
### Fixed
159159

160160
- Honor the `envName` defined in your babel config.
161161

162-
## [17.0.0] - 2019-01-03
162+
## 17.0.0 - 2019-01-03
163163

164164
### Changed
165165

@@ -175,13 +175,13 @@ module.exports = {
175175

176176
- The `shopify/react` preset now accepts a `pragmaFrag` option for specifying the component to use in JSX fragment expressions.
177177

178-
## [16.7.0] - 2018-12-18
178+
## 16.7.0 - 2018-12-18
179179

180180
### Changed
181181

182182
- Removed `babel-plugin-transform-react-pure-to-component`.
183183

184-
## [16.6.0] - 2018-10-11
184+
## 16.6.0 - 2018-10-11
185185

186186
### Changed
187187

@@ -195,49 +195,49 @@ module.exports = {
195195

196196
- Switch from Circle CI to Travis.
197197

198-
## [16.5.0] - 2018-05-01
198+
## 16.5.0 - 2018-05-01
199199

200200
### Chore
201201

202202
- Added `publishConfig` to fix deployments.
203203

204-
## [16.4.0] - 2018-05-01
204+
## 16.4.0 - 2018-05-01
205205

206206
### Added
207207

208208
- `shopify/react` preset now accepts an additional option, `pragma`. Defaults to `React.createElement`.
209209

210-
## [16.3.0] - 2018-03-14
210+
## 16.3.0 - 2018-03-14
211211

212212
### Added
213213

214214
- `shopify/web` and `shopify/node` now accept an additional option, `debug`. When passed, this enables `babel-preset-env`'s debugging to show why transforms are being included in a project. Defaults to `false` (current behaviour).
215215

216-
## [16.2.0] - 2017-08-23
216+
## 16.2.0 - 2017-08-23
217217

218218
### Added
219219

220220
- Added `babel-plugin-syntax-dynamic-import` to the web config.
221221

222-
## [16.1.0] - 2017-06-08
222+
## 16.1.0 - 2017-06-08
223223

224224
### Added
225225

226226
- Added a Babel plugin to remove `testID` props in non-test environments.
227227

228-
## [16.0.2] - 2017-02-18
228+
## 16.0.2 - 2017-02-18
229229

230230
### Changed
231231

232232
- Integrated bugfix from most recent version of `babel-plugin-transform-react-pure-to-component`.
233233

234-
## [16.0.1] - 2017-02-17
234+
## 16.0.1 - 2017-02-17
235235

236236
### Fixed
237237

238238
- `shopify/web` and `shopify/node` now correctly default the `modules` option to `'commonjs'` instead of `true`.
239239

240-
## [16.0.0] - 2017-02-07
240+
## 16.0.0 - 2017-02-07
241241

242242
### Added
243243

@@ -251,6 +251,6 @@ module.exports = {
251251
- `shopify/web` and `shopify/node` presets now use [`babel-preset-env`](https://github.com/babel/babel-preset-env) to transpile only the features needed for the target environment.
252252
- Updated all versions of dependend-on plugins and presets.
253253

254-
## [15.0.1]
254+
## 15.0.1
255255

256256
- Initial move from combined `javascript` repo.

packages/browserslist-config/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
<!-- ## [Unreleased] -->
8+
<!-- ## Unreleased -->
99

10-
## [2.2.4] - 2020-11-03
10+
## 2.2.4 - 2020-11-03
1111

1212
- Support the last major version of Firefox on Android in browserlist config. [#193](https://github.com/Shopify/web-configs/pull/193)
1313

14-
## [2.2.0] - 2020-03-28
14+
## 2.2.0 - 2020-03-28
1515

1616
- Support now the last 3 major version of Edge

0 commit comments

Comments
 (0)