We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab02df commit f79d88fCopy full SHA for f79d88f
.changeset/itchy-ears-try.md
packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @compiled/babel-plugin
2
3
+## 0.38.1
4
+
5
+### Patch Changes
6
7
+- 8ab02df: Babel template string replaced with it's AST node counterparts - Minorly improving performance
8
9
## 0.38.0
10
11
### Minor Changes
packages/babel-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@compiled/babel-plugin",
- "version": "0.38.0",
+ "version": "0.38.1",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
0 commit comments