Skip to content

Commit

Permalink
chore(release): 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2025
1 parent c16fe14 commit c883335
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 1.3.9 (2025-02-16)

#### Bug Fixes

* y chart labels visibility (c16fe14c)

#### Documentation

* remove usehooks (718c1fb0)

#### Tests

* don't wait for button to be enabled (0a42e2e1)

#### Code Refactoring

* use Context directly (a540a97b)

#### Build

* replace jsdom with happy-dom (b40029a8)
* remove unnecessary dep (c64273e6)
* **deps-dev:** bump vitest in the npm_and_yarn group (#174) (04249155)
* use new jsx namespace (4533d992)


## 1.3.7 (2025-01-02)

#### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"name": "guitos",
"pnpm": {
"overrides": {
"react-currency-input-field>react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"react-currency-input-field\u003ereact": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"private": true,
Expand All @@ -71,13 +71,13 @@
"schema": "pnpm dlx generate-schema ./docs/guitos-sample.json",
"serve": "vite preview",
"start": "vite",
"test": "pnpm test:unit --run && pnpm test:e2e",
"test": "pnpm test:unit --run \u0026\u0026 pnpm test:e2e",
"test:unit": "vitest --typecheck --exclude 'e2e'",
"test:e2e": "playwright test --reporter=list --project chromium",
"test:e2e:mobile": "playwright test --reporter=list --project 'Mobile Chrome'",
"test:e2e:mobile:ui": "playwright test --ui --project 'Mobile Chrome'",
"test:e2e:ui": "playwright test --ui --project chromium"
},
"type": "module",
"version": "1.3.7"
"version": "1.3.9"
}

0 comments on commit c883335

Please sign in to comment.