Skip to content

Commit

Permalink
chore(release): v0.19.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 9, 2023
1 parent 68ad761 commit ac38ddb
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 103 deletions.
175 changes: 87 additions & 88 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,90 +1,89 @@
{
"name": "manjaro-starter",
"version": "0.19.1",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/caveat": "^4.5.9",
"@react-icons/all-files": "^4.1.0",
"@tauri-apps/api": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/store": "^2.0.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"chakra-ui-steps": "^1.8.0",
"dompurify": "^2.4.3",
"framer-motion": "^8.2.4",
"i18next": "^22.4.8",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"keen-slider": "^6.8.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.1",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"react-router-dom": "^6.6.1",
"recoil": "^0.7.6",
"remark-gfm": "^3.0.1",
"store": "^2.0.12",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#dev",
"typescript": "^4.9.4",
"web-vitals": "^3.1.0"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri",
"bundle": "tauri build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/dompurify": "^2.4.0",
"@types/react-router-dom": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"react-scripts": "5.0.1"
},
"resolutions": {
"nth-check": "2.0.1"
}

"name": "manjaro-starter",
"version": "0.19.2",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/caveat": "^4.5.9",
"@react-icons/all-files": "^4.1.0",
"@tauri-apps/api": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/store": "^2.0.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"chakra-ui-steps": "^1.8.0",
"dompurify": "^2.4.3",
"framer-motion": "^8.2.4",
"i18next": "^22.4.8",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"keen-slider": "^6.8.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.1",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"react-router-dom": "^6.6.1",
"recoil": "^0.7.6",
"remark-gfm": "^3.0.1",
"store": "^2.0.12",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#dev",
"typescript": "^4.9.4",
"web-vitals": "^3.1.0"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri",
"bundle": "tauri build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/dompurify": "^2.4.0",
"@types/react-router-dom": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"react-scripts": "5.0.1"
},
"resolutions": {
"nth-check": "2.0.1"
}
}
29 changes: 14 additions & 15 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.19.2](https://github.com/oguzkaganeren/manjaro-starter/compare/v0.19.1...v0.19.2) (2023-01-09)


### Bug Fixes

* 🐛 updated update status badge colors ([3b5d7e3](https://github.com/oguzkaganeren/manjaro-starter/commit/3b5d7e303926b5846c39127d46473bfdcf10c640)), closes [#231](https://github.com/oguzkaganeren/manjaro-starter/issues/231)


### Performance Improvements

* ⚡️ added memo for history command ([68ad761](https://github.com/oguzkaganeren/manjaro-starter/commit/68ad761db06633ca84249016683ecb7d1a3e9a37))



## [0.19.1](https://github.com/oguzkaganeren/manjaro-starter/compare/v0.19.0...v0.19.1) (2023-01-07)


Expand Down Expand Up @@ -39,18 +53,3 @@



# [0.18.0](https://github.com/oguzkaganeren/manjaro-starter/compare/v0.17.2...v0.18.0) (2022-12-31)


### Bug Fixes

* 🐛 default language fixes ([e667dec](https://github.com/oguzkaganeren/manjaro-starter/commit/e667decdd8127dc653688c1084b3229fc5a442b8)), closes [#103](https://github.com/oguzkaganeren/manjaro-starter/issues/103)
* 🐛 removed right click context menu ([67fc95c](https://github.com/oguzkaganeren/manjaro-starter/commit/67fc95cf74604225132e318fdaa22f368283d8a2)), closes [#40](https://github.com/oguzkaganeren/manjaro-starter/issues/40)


### Features

* 🎸 added cancel button for package installation ([a2e4307](https://github.com/oguzkaganeren/manjaro-starter/commit/a2e4307f1fba9c39774f356cc0e07ecefe556b6f))



0 comments on commit ac38ddb

Please sign in to comment.