From 0a2d42fb845d104635086ec67863a071cc30ac1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Nov 2023 09:28:50 +0000 Subject: [PATCH] Version Packages --- .changeset/popular-laws-train.md | 7 ------- apps/swirl-docs/CHANGELOG.md | 9 +++++++++ apps/swirl-docs/package.json | 6 +++--- packages/bridge/CHANGELOG.md | 8 ++++++++ packages/bridge/package.json | 4 ++-- packages/swirl-components-angular/CHANGELOG.md | 12 ++++++++++++ packages/swirl-components-angular/package.json | 4 ++-- packages/swirl-components-react/CHANGELOG.md | 12 ++++++++++++ packages/swirl-components-react/package.json | 4 ++-- packages/swirl-components/CHANGELOG.md | 8 ++++++++ packages/swirl-components/package.json | 2 +- 11 files changed, 59 insertions(+), 17 deletions(-) delete mode 100644 .changeset/popular-laws-train.md diff --git a/.changeset/popular-laws-train.md b/.changeset/popular-laws-train.md deleted file mode 100644 index 6761553f9..000000000 --- a/.changeset/popular-laws-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@getflip/swirl-components": patch -"@getflip/swirl-components-angular": patch -"@getflip/swirl-components-react": patch ---- - -Fix swirl-console-layout heading levels when no appName is set diff --git a/apps/swirl-docs/CHANGELOG.md b/apps/swirl-docs/CHANGELOG.md index 9b93cec87..54420778f 100644 --- a/apps/swirl-docs/CHANGELOG.md +++ b/apps/swirl-docs/CHANGELOG.md @@ -1,5 +1,14 @@ # swirl-docs +## 0.1.220 + +### Patch Changes + +- Updated dependencies + [[`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6)]: + - @getflip/swirl-components@0.109.1 + - @getflip/swirl-components-react@0.109.1 + ## 0.1.219 ### Patch Changes diff --git a/apps/swirl-docs/package.json b/apps/swirl-docs/package.json index 77a269baa..350970455 100644 --- a/apps/swirl-docs/package.json +++ b/apps/swirl-docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "swirl-docs", - "version": "0.1.219", + "version": "0.1.220", "author": "Flip GmbH", "description": "Swirl documentation", "licence": "SEE LICENCE IN LICENSE.md", @@ -27,8 +27,8 @@ "@algolia/autocomplete-theme-classic": "^1.7.4", "@floating-ui/dom": "^1.1.0", "@floating-ui/react": "^0.18.0", - "@getflip/swirl-components": "^0.109.0", - "@getflip/swirl-components-react": "^0.109.0", + "@getflip/swirl-components": "^0.109.1", + "@getflip/swirl-components-react": "^0.109.1", "@getflip/swirl-icons": "^0.22.0", "@getflip/swirl-tokens": "^2.4.0", "@mdx-js/loader": "^2.1.3", diff --git a/packages/bridge/CHANGELOG.md b/packages/bridge/CHANGELOG.md index f60ec0938..784d0cd9f 100644 --- a/packages/bridge/CHANGELOG.md +++ b/packages/bridge/CHANGELOG.md @@ -1,5 +1,13 @@ # @getflip/bridge +## 0.2.196 + +### Patch Changes + +- Updated dependencies + [[`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6)]: + - @getflip/swirl-components@0.109.1 + ## 0.2.195 ### Patch Changes diff --git a/packages/bridge/package.json b/packages/bridge/package.json index 1631313a3..1c8ba56ab 100644 --- a/packages/bridge/package.json +++ b/packages/bridge/package.json @@ -1,6 +1,6 @@ { "name": "@getflip/bridge", - "version": "0.2.195", + "version": "0.2.196", "description": "Flip JavaScript Bridge for external integrations.", "main": "dist/index.cjs.js", "module": "dist/index.mjs", @@ -18,7 +18,7 @@ "test:watch": "jest --watchAll" }, "dependencies": { - "@getflip/swirl-components": "^0.109.0", + "@getflip/swirl-components": "^0.109.1", "uuid": "^9.0.0" }, "devDependencies": { diff --git a/packages/swirl-components-angular/CHANGELOG.md b/packages/swirl-components-angular/CHANGELOG.md index 266bf4a44..9def9bab6 100644 --- a/packages/swirl-components-angular/CHANGELOG.md +++ b/packages/swirl-components-angular/CHANGELOG.md @@ -1,5 +1,17 @@ # @getflip/swirl-components-angular +## 0.109.1 + +### Patch Changes + +- [`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6) + Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-console-layout heading + levels when no appName is set + +- Updated dependencies + [[`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6)]: + - @getflip/swirl-components@0.109.1 + ## 0.109.0 ### Minor Changes diff --git a/packages/swirl-components-angular/package.json b/packages/swirl-components-angular/package.json index b12411f58..64ab238ee 100644 --- a/packages/swirl-components-angular/package.json +++ b/packages/swirl-components-angular/package.json @@ -1,6 +1,6 @@ { "name": "@getflip/swirl-components-angular", - "version": "0.109.0", + "version": "0.109.1", "scripts": { "ng": "ng", "build": "ng build" @@ -14,7 +14,7 @@ "@angular/platform-browser": "^14.1.0", "@angular/platform-browser-dynamic": "^14.1.0", "@angular/router": "^14.1.0", - "@getflip/swirl-components": "^0.109.0", + "@getflip/swirl-components": "^0.109.1", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" diff --git a/packages/swirl-components-react/CHANGELOG.md b/packages/swirl-components-react/CHANGELOG.md index c15ff8355..6409d17af 100644 --- a/packages/swirl-components-react/CHANGELOG.md +++ b/packages/swirl-components-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @getflip/swirl-components-react +## 0.109.1 + +### Patch Changes + +- [`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6) + Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-console-layout heading + levels when no appName is set + +- Updated dependencies + [[`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6)]: + - @getflip/swirl-components@0.109.1 + ## 0.109.0 ### Minor Changes diff --git a/packages/swirl-components-react/package.json b/packages/swirl-components-react/package.json index 495f5f2c4..135cbef3b 100644 --- a/packages/swirl-components-react/package.json +++ b/packages/swirl-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@getflip/swirl-components-react", - "version": "0.109.0", + "version": "0.109.1", "type": "module", "files": [ "dist" @@ -18,7 +18,7 @@ "build": "tsc && vite build" }, "dependencies": { - "@getflip/swirl-components": "^0.109.0", + "@getflip/swirl-components": "^0.109.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/swirl-components/CHANGELOG.md b/packages/swirl-components/CHANGELOG.md index d1413adec..ef7c65c5f 100644 --- a/packages/swirl-components/CHANGELOG.md +++ b/packages/swirl-components/CHANGELOG.md @@ -1,5 +1,13 @@ # @getflip/swirl-components +## 0.109.1 + +### Patch Changes + +- [`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6) + Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-console-layout heading + levels when no appName is set + ## 0.109.0 ### Minor Changes diff --git a/packages/swirl-components/package.json b/packages/swirl-components/package.json index 87ab78910..45ce6ab2e 100644 --- a/packages/swirl-components/package.json +++ b/packages/swirl-components/package.json @@ -1,6 +1,6 @@ { "name": "@getflip/swirl-components", - "version": "0.109.0", + "version": "0.109.1", "description": "Swirl Design System Web Component Library", "main": "dist/index.cjs.js", "module": "dist/index.js",