Skip to content

Commit ce3ef09

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.7.0...v7.0.0) (2022-11-07) ### Build System * **dependencies:** update multiple deps ([4553e7f](4553e7f)) ### Features * **Form:** change Form children top margin ([0ca845f](0ca845f)) ### BREAKING CHANGES * **dependencies:** update material-components-web to 15 adn sass to 1.55 * **Form:** Form children will now have 1rem instead of 2rem
1 parent c09d5dd commit ce3ef09

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [7.0.0](https://github.com/silinternational/ui-components/compare/v6.7.0...v7.0.0) (2022-11-07)
2+
3+
4+
### Build System
5+
6+
* **dependencies:** update multiple deps ([4553e7f](https://github.com/silinternational/ui-components/commit/4553e7fcbe97003fa776bacd5ae2f17c5700f9ad))
7+
8+
9+
### Features
10+
11+
* **Form:** change Form children top margin ([0ca845f](https://github.com/silinternational/ui-components/commit/0ca845fb8ec115d25d91dec6caa6b01e2052e6f1))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **dependencies:** update material-components-web to 15 adn sass to 1.55
17+
* **Form:** Form children will now have 1rem instead of 2rem
18+
119
# [6.7.0](https://github.com/silinternational/ui-components/compare/v6.6.0...v6.7.0) (2022-10-05)
220

321

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silintl/ui-components",
3-
"version": "6.7.0",
3+
"version": "7.0.0",
44
"description": "Reusable Svelte components for some internal applications",
55
"main": "index.mjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)