From 2d3830b5082ab2ba3d5af2e23aa9868537411894 Mon Sep 17 00:00:00 2001 From: David Rogers Date: Thu, 17 Oct 2024 22:00:14 -0700 Subject: [PATCH] chore(main): release 13.0.0 (#230) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d0e17362 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [13.0.0](https://github.com/DataBiosphere/findable-ui/compare/v12.0.0...v13.0.0) (2024-10-18) + + +### ⚠ BREAKING CHANGES + +* use ky with limited retries instead of axios ([#203](https://github.com/DataBiosphere/findable-ui/issues/203)) (#216) + +### Features + +* remove dry run from npm publish ([#231](https://github.com/DataBiosphere/findable-ui/issues/231)) ([#234](https://github.com/DataBiosphere/findable-ui/issues/234)) ([f44d0c3](https://github.com/DataBiosphere/findable-ui/commit/f44d0c3cb2859af6b87d33f5f6e16673db77ec52)) +* use ky with limited retries instead of axios ([#203](https://github.com/DataBiosphere/findable-ui/issues/203)) ([#216](https://github.com/DataBiosphere/findable-ui/issues/216)) ([ec18080](https://github.com/DataBiosphere/findable-ui/commit/ec18080e3191f99a88e9ddec174c9f953d9e3a41)) + + +### Bug Fixes + +* add changelog to gitignore ([#232](https://github.com/DataBiosphere/findable-ui/issues/232)) ([#233](https://github.com/DataBiosphere/findable-ui/issues/233)) ([b99ba34](https://github.com/DataBiosphere/findable-ui/commit/b99ba34088199b561b38493888206ed475a209e4)) diff --git a/package-lock.json b/package-lock.json index 3cc44e09..62193a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@databiosphere/findable-ui", - "version": "12.0.0", + "version": "13.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@databiosphere/findable-ui", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^17.4.2", diff --git a/package.json b/package.json index 49b37fc5..d1f2957c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@databiosphere/findable-ui", - "version": "12.0.0", + "version": "13.0.0", "description": "", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",