Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit baff939

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.1...v3.0.0) (2020-09-15) ### Bug Fixes * **component:** ship components package with header injected styles ([afee9ff](afee9ff)), closes [#254](#254) [#569](#569) [#254](#254) [#569](#569) ### BREAKING CHANGES * **component:** we skip shipping & referencing of main.scss files. Now that there's no need for a .scss references in the front-end, the main.scss reference in the front-end must be removed.
1 parent afee9ff commit baff939

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.0.0](https://github.com/HospitalRun/components/compare/v2.0.1...v3.0.0) (2020-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **component:** ship components package with header injected styles ([afee9ff](https://github.com/HospitalRun/components/commit/afee9ffae8adb39efa89ec3040061150300d2e90)), closes [#254](https://github.com/HospitalRun/components/issues/254) [#569](https://github.com/HospitalRun/components/issues/569) [#254](https://github.com/HospitalRun/components/issues/254) [#569](https://github.com/HospitalRun/components/issues/569)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **component:** we skip shipping & referencing of main.scss files. Now that there's no need for a
12+
.scss references in the front-end, the main.scss reference in the front-end must be removed.
13+
114
## [2.0.1](https://github.com/HospitalRun/components/compare/v2.0.0...v2.0.1) (2020-09-08)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hospitalrun/components",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"funding": {
66
"type": "opencollective",

0 commit comments

Comments
 (0)