Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2023-06-03)

### Bug Fixes

* **csp:** set nonce to style tag from __webpack_nonce__ in run time ([4b4781c](4b4781c))
* function name typo ([d7574fb](d7574fb))
* prioritize `sass` over `node-sass` ([e9a93ef](e9a93ef))
* **treeshakable:** use es5 syntax for treeshakable object ([Anidetrix#177](https://github.com/danhuang1202/rollup-plugin-styles/issues/177)) ([a084834](a084834))

### Features

* **resolve:** `exports` fields support (thanks [@kherock](https://github.com/kherock)) ([eb22803](eb22803))
* respect for `.cjs` files and move towards `exports` fields ([cc391bb](cc391bb))
* **sass:** `exports` conditions ([Anidetrix#197](https://github.com/danhuang1202/rollup-plugin-styles/issues/197)) ([2d390de](2d390de))

### BREAKING CHANGES

* **resolve:** resolver now prioritizes `exports` fields before any others, including `style` inside `exports` over independent `style` field
* `sass` is now the default Sass implementation due to `node-sass` deprecation
  • Loading branch information
semantic-release-bot committed Jun 3, 2023
1 parent 9590b43 commit fda32af
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [5.0.0](https://github.com/danhuang1202/rollup-plugin-styles/compare/v4.0.0...v5.0.0) (2023-06-03)


### Bug Fixes

* **csp:** set nonce to style tag from __webpack_nonce__ in run time ([4b4781c](https://github.com/danhuang1202/rollup-plugin-styles/commit/4b4781cced20fd9f74bce8da6823b8fbe7f70720))
* function name typo ([d7574fb](https://github.com/danhuang1202/rollup-plugin-styles/commit/d7574fbc7844111a67cac51c4182da295d830a8c))
* prioritize `sass` over `node-sass` ([e9a93ef](https://github.com/danhuang1202/rollup-plugin-styles/commit/e9a93ef27b97601a09fd3806d0aba456d04a1608))
* **treeshakable:** use es5 syntax for treeshakable object ([#177](https://github.com/danhuang1202/rollup-plugin-styles/issues/177)) ([a084834](https://github.com/danhuang1202/rollup-plugin-styles/commit/a0848342c22309c797b38897dea5cd280fcd1940))


### Features

* **resolve:** `exports` fields support (thanks [@kherock](https://github.com/kherock)) ([eb22803](https://github.com/danhuang1202/rollup-plugin-styles/commit/eb22803eec91013e4f8d8e7d5c9e35c56bf619aa))
* respect for `.cjs` files and move towards `exports` fields ([cc391bb](https://github.com/danhuang1202/rollup-plugin-styles/commit/cc391bb2f44b84dffb9902cb86cc64e0f27e6a75))
* **sass:** `exports` conditions ([#197](https://github.com/danhuang1202/rollup-plugin-styles/issues/197)) ([2d390de](https://github.com/danhuang1202/rollup-plugin-styles/commit/2d390de52bf6e9d3d121103530325e557187b38f))


### BREAKING CHANGES

* **resolve:** resolver now prioritizes `exports` fields before any others, including `style` inside `exports` over independent `style` field
* `sass` is now the default Sass implementation due to `node-sass` deprecation

# [4.0.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.14.1...v4.0.0) (2022-01-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chaochan-huang/rollup-plugin-styles",
"version": "4.0.0",
"version": "5.0.0",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
"rollup",
Expand Down

0 comments on commit fda32af

Please sign in to comment.