From 7c169e0d1bd5de6ffb8a4603390b8a42c329298a Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:16:33 +1100 Subject: [PATCH] Version Packages (#1187) Co-authored-by: github-actions[bot] --- .changeset/poor-emus-eat.md | 5 ----- fe/.eslintignore | 8 +++++--- fe/.gitignore | 2 -- fe/.prettierignore | 8 +++++--- fe/CHANGELOG.md | 6 ++++++ fe/package.json | 2 +- 6 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 .changeset/poor-emus-eat.md diff --git a/.changeset/poor-emus-eat.md b/.changeset/poor-emus-eat.md deleted file mode 100644 index a5364ab0a..000000000 --- a/.changeset/poor-emus-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': patch ---- - -LocationSelectMap: Fix Braid 33 compatibility diff --git a/fe/.eslintignore b/fe/.eslintignore index a8fee4a3e..d1a4a5170 100644 --- a/fe/.eslintignore +++ b/fe/.eslintignore @@ -1,8 +1,10 @@ # managed by sku -*.less.d.ts -.storybook/main.js +.eslintcache +.eslintrc +.prettierrc coverage/ -dist-storybook/ dist/ +pnpm-lock.yaml report/ +tsconfig.json # end managed by sku diff --git a/fe/.gitignore b/fe/.gitignore index 278b927fe..6fce70715 100644 --- a/fe/.gitignore +++ b/fe/.gitignore @@ -5,9 +5,7 @@ npm-debug.log .eslintcache .eslintrc .prettierrc -.storybook/main.js coverage/ -dist-storybook/ dist/ report/ tsconfig.json diff --git a/fe/.prettierignore b/fe/.prettierignore index c7f95c0fa..48c092fda 100644 --- a/fe/.prettierignore +++ b/fe/.prettierignore @@ -1,10 +1,12 @@ # sku generates non-compliant files # managed by sku -*.less.d.ts -.storybook/main.js +.eslintcache +.eslintrc +.prettierrc coverage/ -dist-storybook/ dist/ +pnpm-lock.yaml report/ +tsconfig.json # end managed by sku diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index ddaff4196..4cfd00769 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,11 @@ # wingman-fe +## 10.0.4 + +### Patch Changes + +- **LocationSelectMap:** Fix Braid 33 compatibility ([#1185](https://github.com/seek-oss/wingman/pull/1185)) + ## 10.0.3 ### Patch Changes diff --git a/fe/package.json b/fe/package.json index 1ac606f4c..8884830e9 100644 --- a/fe/package.json +++ b/fe/package.json @@ -73,5 +73,5 @@ "test": "sku test", "test:ci": "sku test --coverage" }, - "version": "10.0.3" + "version": "10.0.4" }