Skip to content

Commit abb07c8

Browse files
committed
chore: publish 9.2.0
1 parent 576f68b commit abb07c8

File tree

12 files changed

+47
-20
lines changed

12 files changed

+47
-20
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 9.2.0 (2024-03-15)
2+
3+
4+
### 🚀 Features
5+
6+
- **elements/ino-snackbar:** improve accessibility ([#1200](https://github.com/inovex/elements/pull/1200))
7+
- **elements/ino-snackbar:** add warning variant ([#1133](https://github.com/inovex/elements/pull/1133))
8+
- **landingpage:** enable UI Patterns route ([#1301](https://github.com/inovex/elements/pull/1301))
9+
- **landingpage:** add Tailwind Integration guide ([#1312](https://github.com/inovex/elements/pull/1312))
10+
- **ui-patterns:** add SettingsPage pattern ([#1287](https://github.com/inovex/elements/pull/1287))
11+
- **ui-patterns:** add footer & hero pattern ([#1310](https://github.com/inovex/elements/pull/1310))
12+
13+
### 🩹 Fixes
14+
15+
- adjust nx release config after update ([#1303](https://github.com/inovex/elements/pull/1303))
16+
- **elements/ino-input:** prevent label cut-off in outline variant ([#1189](https://github.com/inovex/elements/pull/1189))
17+
- **elements/ino-list-item:** disable animation on disabled state ([#1279](https://github.com/inovex/elements/pull/1279))
18+
- **landingpage:** prevent redirection to 404 ([#1311](https://github.com/inovex/elements/pull/1311))
19+
- **landingpage:** hotfix ino-icon-buttons ([#1315](https://github.com/inovex/elements/pull/1315))
20+
21+
### ❤️ Thank You
22+
23+
- Benjamin Pagelsdorf
24+
- MariaLStefan @MariaLStefan
25+
- Sl1nd
26+
- Tobias Heim Galindo @TobiasHeimGalindo
27+
128
## 9.1.1 (2024-02-23)
229

330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"private": true,
55
"description": "This is a Monorepo root package which is used to execute build scripts.",
66
"engines": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "elements-angular-example",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"private": true,
55
"dependencies": {
6-
"@inovex.de/elements-angular": "^9.1.1"
6+
"@inovex.de/elements-angular": "^9.2.0"
77
}
88
}

packages/elements-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inovex.de/elements-angular",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"author": "Sven Lindauer <slindauer@inovex.de>",
55
"description": "Angular library for @inovex.de/elements to use the components in Angular projects",
66
"contributors": [
@@ -20,7 +20,7 @@
2020
"rxjs": ">=7.5.0"
2121
},
2222
"dependencies": {
23-
"@inovex.de/elements": "^9.1.1",
23+
"@inovex.de/elements": "^9.2.0",
2424
"tslib": "^2.3.0"
2525
},
2626
"schematics": "./dist/schematics/collection.json",

packages/elements-react-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "elements-react-example",
33
"description": "Example App for using elements react wrapper",
4-
"version": "9.1.1",
4+
"version": "9.2.0",
55
"private": true,
66
"license": "MIT",
77
"dependencies": {
8-
"@inovex.de/elements-react": "^9.1.1",
8+
"@inovex.de/elements-react": "^9.2.0",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0",
1111
"react-router-dom": "^6.16.0",

packages/elements-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inovex.de/elements-react",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "This is the react package of the integration layer for @inovex.de/elements.",
55
"author": "Patrick Hillert <phillert@inovex.de>",
66
"contributors": [
@@ -46,6 +46,6 @@
4646
"react-dom": "^18.2.0"
4747
},
4848
"dependencies": {
49-
"@inovex.de/elements": "^9.1.1"
49+
"@inovex.de/elements": "^9.2.0"
5050
}
5151
}

packages/elements-vue-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "elements-vue-example",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"private": true,
55
"dependencies": {
6-
"@inovex.de/elements-vue": "^9.1.1",
6+
"@inovex.de/elements-vue": "^9.2.0",
77
"vue": "^3.2.31"
88
},
99
"devDependencies": {

packages/elements-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inovex.de/elements-vue",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "This is the Vue.js package of the integration layer for @inovex/elements.",
55
"keywords": [
66
"vue3",
@@ -20,7 +20,7 @@
2020
"dist/"
2121
],
2222
"dependencies": {
23-
"@inovex.de/elements": "^9.1.1"
23+
"@inovex.de/elements": "^9.2.0"
2424
},
2525
"peerDependencies": {
2626
"vue": "^3.0.0"

packages/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inovex.de/elements",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "A web components library implementing the corporate identity of the inovex GmbH",
55
"repository": "https://github.com/inovex/elements.git",
66
"author": "Patrick Hillert <phillert@inovex.de>",

packages/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inovex.de/elements-storybook",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "This is the storybook package containing all the documentation for @inovex.de/elements, @inovex.de/elements-angular, @inovex.de/elements-react.",
55
"repository": "https://github.com/inovex/elements.git",
66
"author": "Patrick Hillert <phillert@inovex.de>",
@@ -39,7 +39,7 @@
3939
"dist/"
4040
],
4141
"dependencies": {
42-
"@inovex.de/elements": "^9.1.1",
42+
"@inovex.de/elements": "^9.2.0",
4343
"lit": "^3.1.0",
4444
"lodash-es": "^4.17.21",
4545
"moment": "^2.24.0",

0 commit comments

Comments
 (0)