Skip to content

Commit 56d5381

Browse files
committed
Update CHANGELOG.md and README.md
1 parent 575702a commit 56d5381

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.1.0
4+
5+
### Rollup plugin
6+
7+
Two new packages -
8+
9+
+ [react-svg-core](/packages/react-svg-core) - shared between webpack loader and rollup plugin
10+
+ [rollup-plugin-react-svg](/packages/rollup-plugin-react-svg) - rollup plugin to load `.svg` files as react components
11+
312
## 2.0.0
413

514
### Drops Node 0.12 support & webpack 1 support

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
## Packages
88

99
+ [babel-plugin-react-svg](/packages/babel-plugin-react-svg)
10+
+ [react-svg-core](/packages/react-svg-core)
1011
+ [react-svg-loader](/packages/react-svg-loader)
1112
+ [react-svg-loader-cli](/packages/react-svg-loader-cli)
13+
+ [rollup-plugin-react-svg](/packages/rollup-plugin-react-svg)
1214

1315
## Versions
1416

1517
### Current
1618

17-
VERSION: `2.0.0` (master)
19+
VERSION: `2.x` (master)
1820

1921
Refer [CHANGELOG](CHANGELOG.md)
2022

0 commit comments

Comments
 (0)