Skip to content

Commit

Permalink
Merge pull request #338 from Frachtwerk/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
qhantom authored Jul 13, 2023
2 parents cbf070c + fbb5f16 commit 5b0c12b
Showing 7 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/types":"1.0.2","packages/lib":"1.0.1","packages/app":"1.1.0","packages/docs":"1.0.0"}
{"packages/types":"1.1.0","packages/lib":"1.1.0","packages/app":"1.2.0","packages/docs":"1.0.0"}
13 changes: 13 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v1.1.0...essencium-app-v1.2.0) (2023-07-13)


### Features

* add searchable drop-down for filtering tables ([22cc447](https://github.com/Frachtwerk/essencium-frontend/commit/22cc4471a2b8e7ab4e457acd0581f9858e20d104))


### Bug Fixes

* adjust e2e test for UsersView ([9e45e1e](https://github.com/Frachtwerk/essencium-frontend/commit/9e45e1e546dab221f23badfdbf4b498efb459b35))
* replace new Set with filter method ([25c8bf9](https://github.com/Frachtwerk/essencium-frontend/commit/25c8bf93f8daddc118747045e04d07b6b80fc3cd))

## [1.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v1.0.1...essencium-app-v1.1.0) (2023-07-07)


2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-app",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"build": "next build",
13 changes: 13 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v1.0.1...essencium-lib-v1.1.0) (2023-07-13)


### Features

* add edit & delete functionality to rolesView on nextBranch ([3449b89](https://github.com/Frachtwerk/essencium-frontend/commit/3449b899e607c9f62ca9ec0a285e67c86c42711a))
* add searchable drop-down for filtering tables ([22cc447](https://github.com/Frachtwerk/essencium-frontend/commit/22cc4471a2b8e7ab4e457acd0581f9858e20d104))


### Bug Fixes

* type error ([93f88b8](https://github.com/Frachtwerk/essencium-frontend/commit/93f88b84f27cfc7527cb7be2681ea849f4b20d00))

## [1.0.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v1.0.0...essencium-lib-v1.0.1) (2023-07-06)


2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-lib",
"version": "1.0.1",
"version": "1.1.0",
"description": "This is the component library for the starter boilerplate.",
"keywords": [
"starter",
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-types-v1.0.2...essencium-types-v1.1.0) (2023-07-13)


### Features

* add edit & delete functionality to rolesView on nextBranch ([3449b89](https://github.com/Frachtwerk/essencium-frontend/commit/3449b899e607c9f62ca9ec0a285e67c86c42711a))

## [1.0.2](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-types-v1.0.1...essencium-types-v1.0.2) (2023-07-06)


2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-types",
"version": "1.0.2",
"version": "1.1.0",
"description": "This is the shared types library.",
"keywords": [
"starter",

2 comments on commit 5b0c12b

@vercel
Copy link

@vercel vercel bot commented on 5b0c12b Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5b0c12b Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.