Skip to content

Commit

Permalink
chore(release): publish v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lottaautomatica committed Mar 29, 2024
1 parent f3f452e commit 4aabecd
Show file tree
Hide file tree
Showing 13 changed files with 128 additions and 23 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/lotta-schule/web/compare/v4.1.4...v4.2.0) (2024-03-29)

### Bug Fixes

- **hubert:** Apply color-variables from theme to dialog style ([#203](https://github.com/lotta-schule/web/issues/203)) ([5a2f01f](https://github.com/lotta-schule/web/commit/5a2f01f306c2493911bd8927d2f5d7b456e0d698))
- **hubert:** Correctly align trigger button in Combobox and Select ([#206](https://github.com/lotta-schule/web/issues/206)) ([0060440](https://github.com/lotta-schule/web/commit/006044094cb376db190be86d5385d982e44f4437))
- **hubert:** Make dialogs full-height on iOS (use 100dvh) ([#201](https://github.com/lotta-schule/web/issues/201)) ([240a5fa](https://github.com/lotta-schule/web/commit/240a5faadbba31a1fe2cf103c8f830cb3424285e)), closes [#127](https://github.com/lotta-schule/web/issues/127)
- **hubert:** Make dialogs on iOS take no more space than available on screen ([#187](https://github.com/lotta-schule/web/issues/187)) ([6f6db78](https://github.com/lotta-schule/web/commit/6f6db789245e577cee8f38da55c1eaa8eb588ba2)), closes [#127](https://github.com/lotta-schule/web/issues/127)
- **hubert:** vertical align text in input button ([#207](https://github.com/lotta-schule/web/issues/207)) ([b6b290f](https://github.com/lotta-schule/web/commit/b6b290f44c2296e598a9cd6fca73640170b6ee89))
- **webapp:** Add admin padding back ([#175](https://github.com/lotta-schule/web/issues/175)) ([f14a9d5](https://github.com/lotta-schule/web/commit/f14a9d5bfc75622864e7748dc16b745eb672660e)), closes [#173](https://github.com/lotta-schule/web/issues/173)
- **webapp:** Do not scroll body when drawer is open ([#174](https://github.com/lotta-schule/web/issues/174)) ([e9f2c4a](https://github.com/lotta-schule/web/commit/e9f2c4ad4efceb9e64574a6349d10e3740dc9304)), closes [#172](https://github.com/lotta-schule/web/issues/172)
- **webapp:** Fix multiline-input jitter ([#181](https://github.com/lotta-schule/web/issues/181)) ([cd111ec](https://github.com/lotta-schule/web/commit/cd111ec80caeb5b315b2e966bb87ec2ae730e65e)), closes [#178](https://github.com/lotta-schule/web/issues/178)
- **webapp:** Make calendar scrollable again ([b06c7f7](https://github.com/lotta-schule/web/commit/b06c7f729bfe7e16cf14938b5c23ecb65edfc519))
- **webapp:** Make Text-ContentModule Formatting toolbar scrollable ([#199](https://github.com/lotta-schule/web/issues/199)) ([e51e130](https://github.com/lotta-schule/web/commit/e51e130a6bca5133af1a86246610234cff501f2a))
- **webapp:** mark scrollable toolbars as such so they do not 'hang low' ([#167](https://github.com/lotta-schule/web/issues/167)) ([363fdbd](https://github.com/lotta-schule/web/commit/363fdbd5bdd828d036b6387125d623a2b0807991)), closes [#163](https://github.com/lotta-schule/web/issues/163)
- **webapp:** Remove padding in Messaging sidebar ([#180](https://github.com/lotta-schule/web/issues/180)) ([caa86a2](https://github.com/lotta-schule/web/commit/caa86a2766929ac8aba089d7d8d42d39ba75d18b)), closes [#177](https://github.com/lotta-schule/web/issues/177)
- **webapp:** Use IntersectionObserver for Splitview and add padding ([#176](https://github.com/lotta-schule/web/issues/176)) ([4fef3fe](https://github.com/lotta-schule/web/commit/4fef3fecab18d010dc0c84699c73213b16808333))

### Features

- **hubert:** Make tabbars bigger on mobile ([#202](https://github.com/lotta-schule/web/issues/202)) ([0dac6c0](https://github.com/lotta-schule/web/commit/0dac6c011d982bcbacd398861fa499df3a489fb6))
- **hubert:** Remove bottom-margin from dialogs ([#205](https://github.com/lotta-schule/web/issues/205)) ([526552a](https://github.com/lotta-schule/web/commit/526552a6195e27607d54afafad8be47ccae2bd8c))
- **hubert:** Update LoadingButton component to support icons+state ([#182](https://github.com/lotta-schule/web/issues/182)) ([4c06f01](https://github.com/lotta-schule/web/commit/4c06f013755042f1c5f13aa876dedf7dad06298c)), closes [#113](https://github.com/lotta-schule/web/issues/113)
- **hubert:** Use theme variables for tag roundness and margin ([#200](https://github.com/lotta-schule/web/issues/200)) ([6e3cc71](https://github.com/lotta-schule/web/commit/6e3cc71d39d2cf61b8883049f24778c40301b446))
- **webapp:** Add articles of sole deleted group to unpublished articles ([#179](https://github.com/lotta-schule/web/issues/179)) ([63583e3](https://github.com/lotta-schule/web/commit/63583e334cf972b12d12cdc20962abef14795455)), closes [#35](https://github.com/lotta-schule/web/issues/35)
- **webapp:** Add save-button to UserGroup Editor ([#186](https://github.com/lotta-schule/web/issues/186)) ([74e3191](https://github.com/lotta-schule/web/commit/74e319174333b3bda680139bdd9e2eceb17ccba4)), closes [#61](https://github.com/lotta-schule/web/issues/61)
- **webapp:** added dialogs for user-avatar-list and tags in article previews ([#128](https://github.com/lotta-schule/web/issues/128)) ([6891932](https://github.com/lotta-schule/web/commit/6891932d1e33813b15408c3beb61f08da3c5fd88))
- **webapp:** GroupSelect now adds an option for a 'None' selection ([#208](https://github.com/lotta-schule/web/issues/208)) ([e64470f](https://github.com/lotta-schule/web/commit/e64470febcab37dd0518720da1ab053ae714445e)), closes [#107](https://github.com/lotta-schule/web/issues/107)
- **webapp:** Make Footer fit better with many links ([#171](https://github.com/lotta-schule/web/issues/171)) ([a11b86c](https://github.com/lotta-schule/web/commit/a11b86cfdec24bf9c9a8460767989279d2c23e33))
- **webapp:** optimize privacy policy wording ([#157](https://github.com/lotta-schule/web/issues/157)) ([3e38c39](https://github.com/lotta-schule/web/commit/3e38c391356b95080a23eee585c89aea452ca8fa))
- **webapp:** Show a list of unpublished articles when a group has been deleted ([#183](https://github.com/lotta-schule/web/issues/183)) ([80c09c8](https://github.com/lotta-schule/web/commit/80c09c85ee13a591096ffedc3087aafe7fb6a391)), closes [#35](https://github.com/lotta-schule/web/issues/35)
- **webapp:** Show analytics data in admin dashboard ([#161](https://github.com/lotta-schule/web/issues/161)) ([103eb2e](https://github.com/lotta-schule/web/commit/103eb2eae508b4b0897e4224f7e4daf8ea7fe1a0))
- **webapp:** Update privacy policy ([#152](https://github.com/lotta-schule/web/issues/152)) ([89a60d6](https://github.com/lotta-schule/web/commit/89a60d602de037dc3701a2a86deae67116242baa))

## [4.1.4](https://github.com/lotta-schule/web/compare/v4.1.2...v4.1.4) (2023-12-19)

**Note:** Version bump only for package @lotta-schule/lotta
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.2.0-alpha.50",
"version": "4.2.0",
"packages": ["packages/*"],
"npmClient": "npm",
"exact": true,
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions packages/hubert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/lotta-schule/web/compare/v4.1.4...v4.2.0) (2024-03-29)

### Bug Fixes

- **hubert:** Apply color-variables from theme to dialog style ([#203](https://github.com/lotta-schule/web/issues/203)) ([5a2f01f](https://github.com/lotta-schule/web/commit/5a2f01f306c2493911bd8927d2f5d7b456e0d698))
- **hubert:** Correctly align trigger button in Combobox and Select ([#206](https://github.com/lotta-schule/web/issues/206)) ([0060440](https://github.com/lotta-schule/web/commit/006044094cb376db190be86d5385d982e44f4437))
- **hubert:** Make dialogs full-height on iOS (use 100dvh) ([#201](https://github.com/lotta-schule/web/issues/201)) ([240a5fa](https://github.com/lotta-schule/web/commit/240a5faadbba31a1fe2cf103c8f830cb3424285e)), closes [#127](https://github.com/lotta-schule/web/issues/127)
- **hubert:** Make dialogs on iOS take no more space than available on screen ([#187](https://github.com/lotta-schule/web/issues/187)) ([6f6db78](https://github.com/lotta-schule/web/commit/6f6db789245e577cee8f38da55c1eaa8eb588ba2)), closes [#127](https://github.com/lotta-schule/web/issues/127)
- **hubert:** vertical align text in input button ([#207](https://github.com/lotta-schule/web/issues/207)) ([b6b290f](https://github.com/lotta-schule/web/commit/b6b290f44c2296e598a9cd6fca73640170b6ee89))
- **webapp:** Add admin padding back ([#175](https://github.com/lotta-schule/web/issues/175)) ([f14a9d5](https://github.com/lotta-schule/web/commit/f14a9d5bfc75622864e7748dc16b745eb672660e)), closes [#173](https://github.com/lotta-schule/web/issues/173)
- **webapp:** Do not scroll body when drawer is open ([#174](https://github.com/lotta-schule/web/issues/174)) ([e9f2c4a](https://github.com/lotta-schule/web/commit/e9f2c4ad4efceb9e64574a6349d10e3740dc9304)), closes [#172](https://github.com/lotta-schule/web/issues/172)
- **webapp:** Fix multiline-input jitter ([#181](https://github.com/lotta-schule/web/issues/181)) ([cd111ec](https://github.com/lotta-schule/web/commit/cd111ec80caeb5b315b2e966bb87ec2ae730e65e)), closes [#178](https://github.com/lotta-schule/web/issues/178)
- **webapp:** Remove padding in Messaging sidebar ([#180](https://github.com/lotta-schule/web/issues/180)) ([caa86a2](https://github.com/lotta-schule/web/commit/caa86a2766929ac8aba089d7d8d42d39ba75d18b)), closes [#177](https://github.com/lotta-schule/web/issues/177)
- **webapp:** Use IntersectionObserver for Splitview and add padding ([#176](https://github.com/lotta-schule/web/issues/176)) ([4fef3fe](https://github.com/lotta-schule/web/commit/4fef3fecab18d010dc0c84699c73213b16808333))

### Features

- **hubert:** Make tabbars bigger on mobile ([#202](https://github.com/lotta-schule/web/issues/202)) ([0dac6c0](https://github.com/lotta-schule/web/commit/0dac6c011d982bcbacd398861fa499df3a489fb6))
- **hubert:** Remove bottom-margin from dialogs ([#205](https://github.com/lotta-schule/web/issues/205)) ([526552a](https://github.com/lotta-schule/web/commit/526552a6195e27607d54afafad8be47ccae2bd8c))
- **hubert:** Update LoadingButton component to support icons+state ([#182](https://github.com/lotta-schule/web/issues/182)) ([4c06f01](https://github.com/lotta-schule/web/commit/4c06f013755042f1c5f13aa876dedf7dad06298c)), closes [#113](https://github.com/lotta-schule/web/issues/113)
- **hubert:** Use theme variables for tag roundness and margin ([#200](https://github.com/lotta-schule/web/issues/200)) ([6e3cc71](https://github.com/lotta-schule/web/commit/6e3cc71d39d2cf61b8883049f24778c40301b446))
- **webapp:** added dialogs for user-avatar-list and tags in article previews ([#128](https://github.com/lotta-schule/web/issues/128)) ([6891932](https://github.com/lotta-schule/web/commit/6891932d1e33813b15408c3beb61f08da3c5fd88))
- **webapp:** GroupSelect now adds an option for a 'None' selection ([#208](https://github.com/lotta-schule/web/issues/208)) ([e64470f](https://github.com/lotta-schule/web/commit/e64470febcab37dd0518720da1ab053ae714445e)), closes [#107](https://github.com/lotta-schule/web/issues/107)
- **webapp:** Make Footer fit better with many links ([#171](https://github.com/lotta-schule/web/issues/171)) ([a11b86c](https://github.com/lotta-schule/web/commit/a11b86cfdec24bf9c9a8460767989279d2c23e33))

## [4.1.4](https://github.com/lotta-schule/web/compare/v4.1.2...v4.1.4) (2023-12-19)

**Note:** Version bump only for package @lotta-schule/hubert
Expand Down
4 changes: 2 additions & 2 deletions packages/hubert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@lotta-schule/hubert",
"version": "4.2.0-alpha.50",
"version": "4.2.0",
"description": "Component Library for lotta",
"author": "Alexis Rinaldoni <alexis.rinaldoni@einsa.net>",
"license": "GPL-3.0-or-later",
Expand All @@ -19,7 +19,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@headlessui/react": "^1.7.18",
"@lotta-schule/theme": "4.2.0-alpha.50",
"@lotta-schule/theme": "4.2.0",
"@popperjs/core": "^2.11.8",
"clsx": "^2.1.0",
"colorjs.io": "^0.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/storybook-addon-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/lotta-schule/web/compare/v4.1.4...v4.2.0) (2024-03-29)

**Note:** Version bump only for package @lotta-schule/storybook-addon-theme

## [4.1.4](https://github.com/lotta-schule/web/compare/v4.1.2...v4.1.4) (2023-12-19)

**Note:** Version bump only for package @lotta-schule/storybook-addon-theme
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-addon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@lotta-schule/storybook-addon-theme",
"version": "4.2.0-alpha.50",
"version": "4.2.0",
"description": "Addon for storybook which allows managing the Hubert theme from within the documentation",
"author": "Alexis Rinaldoni <alexis@rinaldoni.net>",
"license": "GPL-3.0-or-later",
Expand All @@ -24,7 +24,7 @@
}
},
"devDependencies": {
"@lotta-schule/theme": "4.2.0-alpha.50",
"@lotta-schule/theme": "4.2.0",
"@storybook/blocks": "^8.0.4",
"@testing-library/jest-dom": "^6.4.2",
"babel-jest": "^29.7.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/storybook-hubert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/lotta-schule/web/compare/v4.1.4...v4.2.0) (2024-03-29)

### Bug Fixes

- **webapp:** Fix multiline-input jitter ([#181](https://github.com/lotta-schule/web/issues/181)) ([cd111ec](https://github.com/lotta-schule/web/commit/cd111ec80caeb5b315b2e966bb87ec2ae730e65e)), closes [#178](https://github.com/lotta-schule/web/issues/178)

### Features

- **hubert:** Update LoadingButton component to support icons+state ([#182](https://github.com/lotta-schule/web/issues/182)) ([4c06f01](https://github.com/lotta-schule/web/commit/4c06f013755042f1c5f13aa876dedf7dad06298c)), closes [#113](https://github.com/lotta-schule/web/issues/113)

## [4.1.4](https://github.com/lotta-schule/web/compare/v4.1.2...v4.1.4) (2023-12-19)

**Note:** Version bump only for package @lotta-schule/storybook-hubert
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-hubert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@lotta-schule/storybook-hubert",
"version": "4.2.0-alpha.50",
"version": "4.2.0",
"description": "Storybook Documentation for Hubert",
"author": "Alexis Rinaldoni <alexis.rinaldoni@einsa.net>",
"license": "GPL-3.0-or-later",
Expand All @@ -18,14 +18,14 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@lotta-schule/hubert": "4.2.0-alpha.50"
"@lotta-schule/hubert": "4.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@lotta-schule/storybook-addon-theme": "4.2.0-alpha.50",
"@lotta-schule/storybook-addon-theme": "4.2.0",
"@storybook/addon-a11y": "^8.0.4",
"@storybook/addon-actions": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/lotta-schule/web/compare/v4.1.4...v4.2.0) (2024-03-29)

### Bug Fixes

- **webapp:** Fix multiline-input jitter ([#181](https://github.com/lotta-schule/web/issues/181)) ([cd111ec](https://github.com/lotta-schule/web/commit/cd111ec80caeb5b315b2e966bb87ec2ae730e65e)), closes [#178](https://github.com/lotta-schule/web/issues/178)

## [4.1.4](https://github.com/lotta-schule/web/compare/v4.1.2...v4.1.4) (2023-12-19)

**Note:** Version bump only for package @lotta-schule/theme
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@lotta-schule/theme",
"version": "4.2.0-alpha.50",
"version": "4.2.0",
"description": "Theme definition for hubert, lotta's component library",
"author": "Alexis Rinaldoni <alexis@rinaldoni.net>",
"license": "GPL-3.0-or-later",
Expand Down
Loading

0 comments on commit 4aabecd

Please sign in to comment.