Skip to content

Commit

Permalink
chore: publish 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Mar 15, 2024
1 parent 576f68b commit abb07c8
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 20 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 9.2.0 (2024-03-15)


### 🚀 Features

- **elements/ino-snackbar:** improve accessibility ([#1200](https://github.com/inovex/elements/pull/1200))
- **elements/ino-snackbar:** add warning variant ([#1133](https://github.com/inovex/elements/pull/1133))
- **landingpage:** enable UI Patterns route ([#1301](https://github.com/inovex/elements/pull/1301))
- **landingpage:** add Tailwind Integration guide ([#1312](https://github.com/inovex/elements/pull/1312))
- **ui-patterns:** add SettingsPage pattern ([#1287](https://github.com/inovex/elements/pull/1287))
- **ui-patterns:** add footer & hero pattern ([#1310](https://github.com/inovex/elements/pull/1310))

### 🩹 Fixes

- adjust nx release config after update ([#1303](https://github.com/inovex/elements/pull/1303))
- **elements/ino-input:** prevent label cut-off in outline variant ([#1189](https://github.com/inovex/elements/pull/1189))
- **elements/ino-list-item:** disable animation on disabled state ([#1279](https://github.com/inovex/elements/pull/1279))
- **landingpage:** prevent redirection to 404 ([#1311](https://github.com/inovex/elements/pull/1311))
- **landingpage:** hotfix ino-icon-buttons ([#1315](https://github.com/inovex/elements/pull/1315))

### ❤️ Thank You

- Benjamin Pagelsdorf
- MariaLStefan @MariaLStefan
- Sl1nd
- Tobias Heim Galindo @TobiasHeimGalindo

## 9.1.1 (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "9.1.1",
"version": "9.2.0",
"private": true,
"description": "This is a Monorepo root package which is used to execute build scripts.",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-angular-example/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "elements-angular-example",
"version": "9.1.1",
"version": "9.2.0",
"private": true,
"dependencies": {
"@inovex.de/elements-angular": "^9.1.1"
"@inovex.de/elements-angular": "^9.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/elements-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-angular",
"version": "9.1.1",
"version": "9.2.0",
"author": "Sven Lindauer <[email protected]>",
"description": "Angular library for @inovex.de/elements to use the components in Angular projects",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"rxjs": ">=7.5.0"
},
"dependencies": {
"@inovex.de/elements": "^9.1.1",
"@inovex.de/elements": "^9.2.0",
"tslib": "^2.3.0"
},
"schematics": "./dist/schematics/collection.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "elements-react-example",
"description": "Example App for using elements react wrapper",
"version": "9.1.1",
"version": "9.2.0",
"private": true,
"license": "MIT",
"dependencies": {
"@inovex.de/elements-react": "^9.1.1",
"@inovex.de/elements-react": "^9.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-react",
"version": "9.1.1",
"version": "9.2.0",
"description": "This is the react package of the integration layer for @inovex.de/elements.",
"author": "Patrick Hillert <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -46,6 +46,6 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@inovex.de/elements": "^9.1.1"
"@inovex.de/elements": "^9.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/elements-vue-example/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "elements-vue-example",
"version": "9.1.1",
"version": "9.2.0",
"private": true,
"dependencies": {
"@inovex.de/elements-vue": "^9.1.1",
"@inovex.de/elements-vue": "^9.2.0",
"vue": "^3.2.31"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-vue",
"version": "9.1.1",
"version": "9.2.0",
"description": "This is the Vue.js package of the integration layer for @inovex/elements.",
"keywords": [
"vue3",
Expand All @@ -20,7 +20,7 @@
"dist/"
],
"dependencies": {
"@inovex.de/elements": "^9.1.1"
"@inovex.de/elements": "^9.2.0"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements",
"version": "9.1.1",
"version": "9.2.0",
"description": "A web components library implementing the corporate identity of the inovex GmbH",
"repository": "https://github.com/inovex/elements.git",
"author": "Patrick Hillert <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-storybook",
"version": "9.1.1",
"version": "9.2.0",
"description": "This is the storybook package containing all the documentation for @inovex.de/elements, @inovex.de/elements-angular, @inovex.de/elements-react.",
"repository": "https://github.com/inovex/elements.git",
"author": "Patrick Hillert <[email protected]>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dist/"
],
"dependencies": {
"@inovex.de/elements": "^9.1.1",
"@inovex.de/elements": "^9.2.0",
"lit": "^3.1.0",
"lodash-es": "^4.17.21",
"moment": "^2.24.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-patterns-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ui-patterns-playground",
"private": true,
"version": "9.1.1",
"version": "9.2.0",
"type": "module",
"dependencies": {
"@inovex.de/elements-react": "^9.1.1",
"@inovex.de/ui-patterns": "^9.1.1",
"@inovex.de/elements-react": "^9.2.0",
"@inovex.de/ui-patterns": "^9.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inovex.de/ui-patterns",
"private": true,
"version": "9.1.1",
"version": "9.2.0",
"type": "module",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit abb07c8

Please sign in to comment.