Skip to content
GitLab
Menu
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
c928ed74
Unverified
Commit
c928ed74
authored
Feb 07, 2020
by
Guilherme Gazzo
Browse files
Merge branch 'master' into develop
* master: v0.2.0-alpha.22
parents
86939eaa
4e9233fd
Changes
15
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c928ed74
...
...
@@ -3,6 +3,19 @@
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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
### Bug Fixes
*
Select/MultiSelect focus submitting form (
[
#134
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/134
)
) (
[
630e622
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739
)
)
*
UIKit stopPropagation (
[
#137
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/137
)
) (
[
86939ea
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/86939eaae182d6554879468745780d83bc977b9e
)
)
*
uikit using react components (
[
#135
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/135
)
) (
[
52fcedb
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/52fcedb0efbc33ad4240c83fd92a325fcc9f0f4c
)
)
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package Rocket.Chat.Fuselage
...
...
lerna.json
View file @
c928ed74
{
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
"packages"
:
[
...
...
packages/fuselage-hooks/CHANGELOG.md
View file @
c928ed74
...
...
@@ -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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
**Note:**
Version bump only for package @rocket.chat/fuselage-hooks
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package @rocket.chat/fuselage-hooks
...
...
packages/fuselage-hooks/package.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/fuselage-hooks"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"description"
:
"React Hooks for Fuselage, Rocket.Chat's design system"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/fuselage-tokens/CHANGELOG.md
View file @
c928ed74
...
...
@@ -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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
**Note:**
Version bump only for package @rocket.chat/fuselage-tokens
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package @rocket.chat/fuselage-tokens
...
...
packages/fuselage-tokens/package.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/fuselage-tokens"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"description"
:
"Design tokens for Fuselage, Rocket.Chat's design system"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/fuselage-ui-kit/CHANGELOG.md
View file @
c928ed74
...
...
@@ -3,6 +3,19 @@
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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
### Bug Fixes
*
Select/MultiSelect focus submitting form (
[
#134
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/134
)
) (
[
630e622
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739
)
)
*
UIKit stopPropagation (
[
#137
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/137
)
) (
[
86939ea
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/86939eaae182d6554879468745780d83bc977b9e
)
)
*
uikit using react components (
[
#135
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/135
)
) (
[
52fcedb
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/52fcedb0efbc33ad4240c83fd92a325fcc9f0f4c
)
)
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package @rocket.chat/fuselage-ui-kit
...
...
packages/fuselage-ui-kit/package-lock.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/fuselage-ui-kit"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
packages/fuselage-ui-kit/package.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/fuselage-ui-kit"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"description"
:
"Package ui kit "
,
"author"
:
"Guilherme Gazzo <guilhermegazzo@gmail.com>"
,
"homepage"
:
"https://github.com/RocketChat/Rocket.Chat.Fuselage#readme"
,
...
...
@@ -35,7 +35,7 @@
"url"
:
"https://github.com/RocketChat/Rocket.Chat.Fuselage/issues"
},
"dependencies"
:
{
"@rocket.chat/ui-kit"
:
"^0.2.0-alpha.2
1
"
"@rocket.chat/ui-kit"
:
"^0.2.0-alpha.2
2
"
},
"peerDependencies"
:
{
"@rocket.chat/fuselage"
:
"^0.2.0-alpha.16"
...
...
@@ -45,7 +45,7 @@
"@babel/plugin-transform-runtime"
:
"^7.5.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@babel/preset-react"
:
"^7.7.4"
,
"@rocket.chat/fuselage"
:
"^0.2.0-alpha.2
1
"
,
"@rocket.chat/fuselage"
:
"^0.2.0-alpha.2
2
"
,
"@storybook/addon-actions"
:
"5.2.4"
,
"@storybook/addon-backgrounds"
:
"5.2.4"
,
"@storybook/addon-centered"
:
"5.2.4"
,
...
...
packages/fuselage/CHANGELOG.md
View file @
c928ed74
...
...
@@ -3,6 +3,18 @@
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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
### Bug Fixes
*
Select/MultiSelect focus submitting form (
[
#134
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/134
)
) (
[
630e622
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739
)
)
*
UIKit stopPropagation (
[
#137
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/137
)
) (
[
86939ea
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/86939eaae182d6554879468745780d83bc977b9e
)
)
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package @rocket.chat/fuselage
...
...
packages/fuselage/package.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/fuselage"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
@@ -47,7 +47,7 @@
"@babel/preset-env"
:
"^7.7.6"
,
"@babel/preset-react"
:
"^7.7.4"
,
"@rocket.chat/eslint-config"
:
"^0.4.0"
,
"@rocket.chat/fuselage-hooks"
:
"^0.2.0-alpha.2
1
"
,
"@rocket.chat/fuselage-hooks"
:
"^0.2.0-alpha.2
2
"
,
"@storybook/addon-actions"
:
"5.2.8"
,
"@storybook/addon-backgrounds"
:
"5.2.8"
,
"@storybook/addon-centered"
:
"5.2.8"
,
...
...
@@ -119,8 +119,8 @@
}
},
"dependencies"
:
{
"@rocket.chat/fuselage-tokens"
:
"^0.2.0-alpha.2
1
"
,
"@rocket.chat/icons"
:
"^0.2.0-alpha.2
1
"
"@rocket.chat/fuselage-tokens"
:
"^0.2.0-alpha.2
2
"
,
"@rocket.chat/icons"
:
"^0.2.0-alpha.2
2
"
},
"browserslist"
:
{
"production"
:
[
...
...
packages/icons/CHANGELOG.md
View file @
c928ed74
...
...
@@ -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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
**Note:**
Version bump only for package @rocket.chat/icons
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package @rocket.chat/icons
...
...
packages/icons/package.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/icons"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
packages/ui-kit/CHANGELOG.md
View file @
c928ed74
...
...
@@ -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.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
### Bug Fixes
*
uikit using react components (
[
#135
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/135
)
) (
[
52fcedb
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/52fcedb0efbc33ad4240c83fd92a325fcc9f0f4c
)
)
# [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
**Note:**
Version bump only for package @rocket.chat/ui-kit
...
...
packages/ui-kit/package.json
View file @
c928ed74
{
"name"
:
"@rocket.chat/ui-kit"
,
"version"
:
"0.2.0-alpha.2
1
"
,
"version"
:
"0.2.0-alpha.2
2
"
,
"description"
:
"Package Fuselage ui kit "
,
"author"
:
"Guilherme Gazzo <guilhermegazzo@gmail.com>"
,
"homepage"
:
"https://github.com/RocketChat/Rocket.Chat.Fuselage#readme"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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