Skip to content

Commit

Permalink
chore(release): 0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Apr 3, 2024
1 parent f9bc2f2 commit 6d4ab7c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.26](https://github.com/libremesh/lime-app/compare/v0.2.25...v0.3.0) (2024-04-03)


### ⚠ BREAKING CHANGES

* **dependencies:** upgrade `react-query` v2 to v4. Also migrate old storybook `@storybook/addon-knobs to` api to `@storybook/addon-controls`

### Features

* **docker:** Add docker for local dev ([ffa9876](https://github.com/libremesh/lime-app/commit/ffa987670fa6cc9c73f6454dec043b22bc9b736e))
* **fbw:** show scans results https://github.com/libremesh/lime-app/pull/339
* **nodejs:** upgrade .nvmrc to 20 ([48f415b](https://github.com/libremesh/lime-app/commit/48f415ba312bf4eb8e84eea687de1178df23f342))
* **gh-action:** create actions to test, build and create a build package to test
* **packages:** upgrade packages to latest versions
* **packages:** typescript and tailwindcss support

### Bug Fixes

* **ci:** translations not present ([2127352](https://github.com/libremesh/lime-app/commit/2127352ba6ee690f562b652a0effa35e3d053851))
* **fbw:** multiple fixes and migrate to react query
* **lime-plugin-metrics:** multiple fixes
* **lime-plugin-metrics:** refactor to react query ([a166cd6](https://github.com/libremesh/lime-app/commit/a166cd627d3bb7d1683156124addcdb462889e08))
* **lime-plugin-rx:** multiple fixes
* **lime-plugin-rx:** migrate to react query ([7118a73](https://github.com/libremesh/lime-app/commit/7118a73a1b443e1d7a7dcdf06632032bfcb5bbc6))
* **node-admin:** voucher tests ([bdf1219](https://github.com/libremesh/lime-app/commit/bdf12196ae4eaba6682ba5dd4b7168ef413f2f64))
* **tests:** multiple text fixing. See https://github.com/libremesh/lime-app/issues/359
* **jest:** fix regular expression to find the tests files ([a9f57f2](https://github.com/libremesh/lime-app/commit/a9f57f2333ead426c1526a3a50b4c9eed2e11ba5))

* **dependencies:** upgrade node dependencies ([5acd8ca](https://github.com/libremesh/lime-app/commit/5acd8ca3f3aa738c80807e24707c301dae0a7842))
### [0.2.25](https://github.com/germanferrero/lime-app/compare/v0.2.24...v0.2.25) (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sizes": "512x512"
}
],
"version": "0.2.25"
"version": "0.2.26"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "preact-limeapp",
"version": "0.2.25",
"version": "0.2.26",
"description": "Limeapp webUI and app",
"license": "GNU",
"author": "Marcos Gutierrez <[email protected]>",
Expand Down

0 comments on commit 6d4ab7c

Please sign in to comment.