Skip to content

Commit 4560484

Browse files
Merge pull request #84 from FormidableLabs/changeset-release/master
Version Packages
2 parents d8e3a85 + ec9cc24 commit 4560484

File tree

3 files changed

+42
-41
lines changed

3 files changed

+42
-41
lines changed

Diff for: .changeset/ten-planes-push.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+41-35
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,97 @@
11
# Changelog
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- Adding GitHub release workflow ([#83](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/83))
8+
39
## 2.1.1
410

5-
* Avoid replacements for variable bindings via [#82](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/82).
11+
- Avoid replacements for variable bindings via [#82](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/82).
612

713
## 2.1.0
814

9-
* Add memoization to `getSortedObjectPaths` utility for better performance under certain circumstances.
15+
- Add memoization to `getSortedObjectPaths` utility for better performance under certain circumstances.
1016

1117
## 2.0.1
1218

13-
* *Bug*: Support ES module identifiers [#69](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/69), [#70](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/70) (*[@jdlm-stripe][]*)
19+
- _Bug_: Support ES module identifiers [#69](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/69), [#70](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/70) (_[@jdlm-stripe][]_)
1420

1521
## 2.0.0 (2019-10-23)
1622

1723
#### Breaking Changes
1824

19-
* Change plugin options to **only** be a real JS object. Removes string configuration path option as now this is all possible with dynamic `.babelrc.js` or `babel.config.js` files.
20-
* Update to `@babel/core` / Babel 7+.
21-
* Update `package.json:engines` to minimum Node 8.
25+
- Change plugin options to **only** be a real JS object. Removes string configuration path option as now this is all possible with dynamic `.babelrc.js` or `babel.config.js` files.
26+
- Update to `@babel/core` / Babel 7+.
27+
- Update `package.json:engines` to minimum Node 8.
2228

2329
#### Internal
2430

25-
* Lint all `test` code.
31+
- Lint all `test` code.
2632

2733
## 1.3.2 (2019-10-22)
2834

29-
* Various infrastructure updates [#54](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/54)
30-
* Add `CONTRIBUTING.md`, `yarn.lock`, `.npmignore`, update `.gitignore`.
31-
* Switch to `yarn` for workflows and `npm version` for release workflow.
32-
* *Bug*: Fix sort comparator [#48](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/48)
33-
* Add test for CallExpression identifiers [#35](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/35)
34-
* Fixed Markdown headings [#42](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/42)
35+
- Various infrastructure updates [#54](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/54)
36+
- Add `CONTRIBUTING.md`, `yarn.lock`, `.npmignore`, update `.gitignore`.
37+
- Switch to `yarn` for workflows and `npm version` for release workflow.
38+
- _Bug_: Fix sort comparator [#48](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/48)
39+
- Add test for CallExpression identifiers [#35](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/35)
40+
- Fixed Markdown headings [#42](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/42)
3541

3642
## 1.3.1 (2019-01-01)
3743

38-
* Update lodash to fix vulnerabilities
44+
- Update lodash to fix vulnerabilities
3945

4046
## 1.3.0 (2017-05-15)
4147

4248
#### User Facing Changes
4349

44-
* Support falsy replacement values [https://github.com/FormidableLabs/babel-plugin-transform-define/pull/33]
50+
- Support falsy replacement values [https://github.com/FormidableLabs/babel-plugin-transform-define/pull/33]
4551

4652
#### Internal
4753

48-
* Update eslint config and packages
49-
* Update lodash version
54+
- Update eslint config and packages
55+
- Update lodash version
5056

5157
## 1.2.0 (2016-08-25)
5258

5359
#### User Facing Changes
5460

55-
* Add the ability define config as a deep object
56-
* Add a Code of Conduct
61+
- Add the ability define config as a deep object
62+
- Add a Code of Conduct
5763

5864
#### Internal
5965

60-
* Remove release scripts
61-
* Rename `./modules` to `./src`
62-
* Add keywords and contributors to `package.json`
63-
* Remove author from `package.json` in favor of contributors
64-
* Expand test coverage
66+
- Remove release scripts
67+
- Rename `./modules` to `./src`
68+
- Add keywords and contributors to `package.json`
69+
- Remove author from `package.json` in favor of contributors
70+
- Expand test coverage
6571

6672
## 1.1.0 (2016-08-19)
6773

6874
#### User Facing Changes
6975

70-
* Add the ability to get config from a file
71-
* Add support for Identifiers
72-
* Major improvements to the README.md
76+
- Add the ability to get config from a file
77+
- Add support for Identifiers
78+
- Major improvements to the README.md
7379

7480
#### Internal
7581

76-
* Add tests
77-
* Add lint
78-
* Add JSDoc
79-
* Add CI
80-
* Add explicit LICENSE file
81-
* Move dependencies into devDependencies
82-
* Major refactors to DRY the code
82+
- Add tests
83+
- Add lint
84+
- Add JSDoc
85+
- Add CI
86+
- Add explicit LICENSE file
87+
- Move dependencies into devDependencies
88+
- Major refactors to DRY the code
8389

8490
## 1.0.0 (2016-03-21)
8591

8692
#### User Facing Changes
8793

88-
* Update README.md to reference Webpack's Define Plugin
94+
- Update README.md to reference Webpack's Define Plugin
8995

9096
## 1.0.0 (2016-03-21)
9197

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-transform-define",
33
"description": "Babel plugin that replaces member expressions and typeof statements with strings",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"contributors": [
66
"Eric Baer <[email protected]> (https://github.com/baer)",
77
"Michael Jackson <[email protected]> (https://github.com/mjackson)",

0 commit comments

Comments
 (0)