Skip to content

Commit

Permalink
chore: publish 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Jan 25, 2024
1 parent 9b46993 commit afd46e2
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 19 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 9.0.1 (2024-01-25)


### 🚀 Features

- **elements:** apply new design of markdown-editor ([#1173](https://github.com/inovex/elements/pull/1173))
- **elements:** dialog close icon ([#1147](https://github.com/inovex/elements/pull/1147))
- **ui-patterns:** add login-pattern and finalize patterns page ([#1135](https://github.com/inovex/elements/pull/1135))

### 🩹 Fixes

- **elements:** prevent tailwind from overwriting border-styles ([#1143](https://github.com/inovex/elements/pull/1143))
- **elements-angular:** make ng-add work with newer angular versions ([#1149](https://github.com/inovex/elements/pull/1149))
- **landingpage:** not accessible via url ([#1131](https://github.com/inovex/elements/pull/1131))
- **landingpage:** remove initial query param ([3ab7c219](https://github.com/inovex/elements/commit/3ab7c219))

### ❤️ Thank You

- André Ehlert @iandi09
- Benjamin Pagelsdorf
- Jan-Niklas
- Jan-Niklas Voß
- MariaLStefan @MariaLStefan
- Tobias Heim Galindo @TobiasHeimGalindo

# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
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.0.0",
"version": "9.0.1",
"private": true,
"dependencies": {
"@inovex.de/elements-angular": "^9.0.0"
"@inovex.de/elements-angular": "^9.0.1"
}
}
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.0.0",
"version": "9.0.1",
"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.0.0",
"@inovex.de/elements": "^9.0.1",
"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.0.0",
"version": "9.0.1",
"private": true,
"license": "MIT",
"dependencies": {
"@inovex.de/elements-react": "^9.0.0",
"@inovex.de/elements-react": "^9.0.1",
"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.0.0",
"version": "9.0.1",
"description": "This is the react package of the integration layer for @inovex.de/elements.",
"author": "Patrick Hillert <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -47,6 +47,6 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@inovex.de/elements": "^9.0.0"
"@inovex.de/elements": "^9.0.1"
}
}
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.0.0",
"version": "9.0.1",
"private": true,
"dependencies": {
"@inovex.de/elements-vue": "^9.0.0",
"@inovex.de/elements-vue": "^9.0.1",
"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.0.0",
"version": "9.0.1",
"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.0.0"
"@inovex.de/elements": "^9.0.1"
},
"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.0.0",
"version": "9.0.1",
"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.0.0",
"version": "9.0.1",
"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 @@ -34,7 +34,7 @@
"dist/"
],
"dependencies": {
"@inovex.de/elements": "^9.0.0",
"@inovex.de/elements": "^9.0.1",
"moment": "^2.24.0"
},
"devDependencies": {
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,13 +1,13 @@
{
"name": "ui-patterns-playground",
"private": true,
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"dependencies": {
"@inovex.de/elements-react": "^9.0.0",
"@inovex.de/elements-react": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@inovex.de/ui-patterns": "^9.0.0"
"@inovex.de/ui-patterns": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.37",
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.0.0",
"version": "9.0.1",
"type": "module",
"types": "dist/types/index.d.ts",
"main": "dist/ui-patterns.js",
Expand Down

0 comments on commit afd46e2

Please sign in to comment.