Skip to content

Commit

Permalink
chore(release): version 3.0.0
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.1...v3.0.0) (2020-03-19)

* build(pkg)!: export cjs and module format (#59) ([3f82e4d](3f82e4d)), closes [#59](#59)

### Features

* **france:** separate departements functions ([#58](#58)) ([87708a1](87708a1))

### BREAKING CHANGES

* export cjs format as main

As most build tools can tree shake commonjs format, I would argue that we should provide the cjs format as default.
The previous bundle is available under the `browser` entry.
  • Loading branch information
SocialGroovyBot committed Mar 19, 2020
1 parent 87708a1 commit 19574a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/SocialGouv/react-departements/compare/v2.1.1...v3.0.0) (2020-03-19)


* build(pkg)!: export cjs and module format (#59) ([3f82e4d](https://github.com/SocialGouv/react-departements/commit/3f82e4d9199aaaccf6e3c3b94539004a1d04bb6e)), closes [#59](https://github.com/SocialGouv/react-departements/issues/59)


### Features

* **france:** separate departements functions ([#58](https://github.com/SocialGouv/react-departements/issues/58)) ([87708a1](https://github.com/SocialGouv/react-departements/commit/87708a1e9a9637459471fbc228cccf7d3fa1e0aa))


### BREAKING CHANGES

* export cjs format as main

As most build tools can tree shake commonjs format, I would argue that we should provide the cjs format as default.
The previous bundle is available under the `browser` entry.

## [2.1.1](https://github.com/SocialGouv/react-departements/compare/v2.1.0...v2.1.1) (2020-03-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/react-departements",
"description": "Une carte de France où certains departements peuvent être colorés.",
"version": "2.1.1",
"version": "3.0.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "dist/index.js",
Expand Down

0 comments on commit 19574a9

Please sign in to comment.