Skip to content

Commit

Permalink
chore(main): release tet-admin 1.1.1 [skip azp]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent 721dd43 commit 37af072
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"frontend/kesaseteli/employer": "1.3.0",
"frontend/kesaseteli/handler": "1.3.0",
"frontend/kesaseteli/youth": "1.3.0",
"frontend/tet/admin": "1.1.0",
"frontend/tet/admin": "1.1.1",
"frontend/tet/youth": "1.1.0"
}
8 changes: 8 additions & 0 deletions frontend/tet/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/City-of-Helsinki/yjdh/compare/tet-admin-v1.1.0...tet-admin-v1.1.1) (2024-05-23)


### Bug Fixes

* **frontend:** Don't use cross-env in scripts, didn't work in pipelines ([628d466](https://github.com/City-of-Helsinki/yjdh/commit/628d466c58fbbff7bf79e11f92a89ef9a2822439))
* **frontend:** Use cross-env in scripts to make them cross-platform ([7307e57](https://github.com/City-of-Helsinki/yjdh/commit/7307e5797d6b0a0bc24eded97d6724a5724a4547))

## [1.1.0](https://github.com/City-of-Helsinki/yjdh/compare/tet-admin-v1.0.0...tet-admin-v1.1.0) (2023-10-26)


Expand Down
2 changes: 1 addition & 1 deletion frontend/tet/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontend/te-admin",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"dev": "PORT=3000 node ../../shared/src/server/next-server.js",
Expand Down

0 comments on commit 37af072

Please sign in to comment.