Skip to content

Commit ccc5be3

Browse files
chore(release): version 0.11.0-rc.28 build 4259 [ci skip]
1 parent cf39b4a commit ccc5be3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.11.0-rc.28](https://github.com/SAP/fundamental-react/compare/v0.11.0-rc.27...v0.11.0-rc.28) (2020-07-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Import paths of subdirectories must contain the lib directory. Such as `import { MessageStrip } from 'fundamental-react/lib/MessageStrip'`
11+
12+
### Features
13+
14+
* Publish the package with a lib directory ([#1119](https://github.com/SAP/fundamental-react/issues/1119)) ([cf39b4a](https://github.com/SAP/fundamental-react/commit/cf39b4ae167b47a1c0a7ec9ed73b7bbfe38e626d))
15+
516
## [0.11.0-rc.27](https://github.com/SAP/fundamental-react/compare/v0.11.0-rc.26...v0.11.0-rc.27) (2020-07-02)
617

718

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fundamental-react",
3-
"version": "0.11.0-rc.27",
3+
"version": "0.11.0-rc.28",
44
"private": false,
55
"description": "SAP Fundamental Library, implemented in React",
66
"license": "Apache-2.0",
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/SAP/fundamental-react"
1212
},
1313
"files": [
14-
"lib"
14+
"lib"
1515
],
1616
"scripts": {
1717
"build:index": "babel-node devtools/buildIndexFiles.js",

0 commit comments

Comments
 (0)