Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.Fuselage
Commits
9ea2afd9
Unverified
Commit
9ea2afd9
authored
Nov 11, 2019
by
Guilherme Gazzo
Browse files
v0.2.0-alpha.16
parent
780ff275
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9ea2afd9
...
...
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
### Bug Fixes
*
Miscellaneous issues (
[
#90
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90
)
) (
[
8e6e89a
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d
)
)
# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
...
...
lerna.json
View file @
9ea2afd9
{
"version"
:
"0.2.0-alpha.1
5
"
,
"version"
:
"0.2.0-alpha.1
6
"
,
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
"packages"
:
[
...
...
packages/fuselage-hooks/CHANGELOG.md
View file @
9ea2afd9
...
...
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
### Bug Fixes
*
Miscellaneous issues (
[
#90
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90
)
) (
[
8e6e89a
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d
)
)
# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
**Note:**
Version bump only for package @rocket.chat/fuselage-hooks
...
...
packages/fuselage-hooks/package.json
View file @
9ea2afd9
{
"name"
:
"@rocket.chat/fuselage-hooks"
,
"version"
:
"0.2.0-alpha.1
5
"
,
"version"
:
"0.2.0-alpha.1
6
"
,
"description"
:
"React Hooks for Fuselage, Rocket.Chat's design system"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/fuselage/CHANGELOG.md
View file @
9ea2afd9
...
...
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
### Bug Fixes
*
Miscellaneous issues (
[
#90
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90
)
) (
[
8e6e89a
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d
)
)
# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
...
...
packages/fuselage/package.json
View file @
9ea2afd9
{
"name"
:
"@rocket.chat/fuselage"
,
"version"
:
"0.2.0-alpha.1
5
"
,
"version"
:
"0.2.0-alpha.1
6
"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
@@ -43,7 +43,7 @@
"@babel/plugin-transform-runtime"
:
"^7.5.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@rocket.chat/eslint-config"
:
"^0.4.0"
,
"@rocket.chat/fuselage-hooks"
:
"^0.2.0-alpha.1
5
"
,
"@rocket.chat/fuselage-hooks"
:
"^0.2.0-alpha.1
6
"
,
"@rocket.chat/icons"
:
"^0.2.0-alpha.15"
,
"@storybook/addon-actions"
:
"^5.0.11"
,
"@storybook/addon-backgrounds"
:
"^5.0.11"
,
...
...
@@ -113,7 +113,7 @@
},
"dependencies"
:
{
"@rocket.chat/fuselage-tokens"
:
"^0.2.0-alpha.15"
,
"@rocket.chat/icons"
:
"^0.2.0-alpha.1
5
"
,
"@rocket.chat/icons"
:
"^0.2.0-alpha.1
6
"
,
"nano-memoize"
:
"^1.1.7"
},
"browserslist"
:
{
...
...
packages/icons/CHANGELOG.md
View file @
9ea2afd9
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
**Note:**
Version bump only for package @rocket.chat/icons
# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
**Note:**
Version bump only for package @rocket.chat/icons
...
...
packages/icons/package.json
View file @
9ea2afd9
{
"name"
:
"@rocket.chat/icons"
,
"version"
:
"0.2.0-alpha.1
5
"
,
"version"
:
"0.2.0-alpha.1
6
"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
@@ -43,6 +43,5 @@
},
"devEngines"
:
{
"node"
:
"^10.0"
},
"dependencies"
:
{}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment