Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.4...v3.0.0) (2021-08-13)

### Features

* Rename module to @eik/postcss-plugin ([#83](#83)) ([7efa758](7efa758))
* Use @eik/common to load config in a project ([#84](#84)) ([371dcda](371dcda))

### BREAKING CHANGES

* Use logic in @eik/common to load config from eik.json or package.json

* chore: Adjust for PR comments

* chore: Remove extra whitespace

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Rename module to @eik/postcss-plugin

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
  • Loading branch information
semantic-release-bot and Trygve Lie committed Aug 13, 2021
1 parent 610c9f5 commit 01049e3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [3.0.0](https://github.com/eik-lib/postcss-import-map/compare/v2.0.4...v3.0.0) (2021-08-13)


### Features

* Rename module to @eik/postcss-plugin ([#83](https://github.com/eik-lib/postcss-import-map/issues/83)) ([7efa758](https://github.com/eik-lib/postcss-import-map/commit/7efa758f4dc8162e4ca500a7628d7c80f4151b61))
* Use @eik/common to load config in a project ([#84](https://github.com/eik-lib/postcss-import-map/issues/84)) ([371dcda](https://github.com/eik-lib/postcss-import-map/commit/371dcda2c5245c3759ee4c45e27fc64f926f88fc))


### BREAKING CHANGES

* Use logic in @eik/common to load config from eik.json or package.json

* chore: Adjust for PR comments

* chore: Remove extra whitespace

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Rename module to @eik/postcss-plugin

Co-authored-by: Trygve Lie <trygve.lie@finn.no>

# [3.0.0-next.2](https://github.com/eik-lib/postcss-import-map/compare/v3.0.0-next.1...v3.0.0-next.2) (2021-03-02)


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": "@eik/postcss-plugin",
"version": "3.0.0-next.2",
"version": "3.0.0",
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
"main": "src/plugin.js",
"files": [
Expand Down

0 comments on commit 01049e3

Please sign in to comment.