From 273c2dc437bed610ad19f25385a8f541eba55e30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 12:59:30 +0200 Subject: [PATCH] Version Packages (#708) Co-authored-by: github-actions[bot] --- .changeset/plenty-cobras-doubt.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 | 14 ++++++++++++++ packages/swirl-components-angular/package.json | 4 ++-- packages/swirl-components-react/CHANGELOG.md | 14 ++++++++++++++ packages/swirl-components-react/package.json | 4 ++-- packages/swirl-components/CHANGELOG.md | 8 ++++++++ packages/swirl-components/package.json | 2 +- 11 files changed, 63 insertions(+), 17 deletions(-) delete mode 100644 .changeset/plenty-cobras-doubt.md diff --git a/.changeset/plenty-cobras-doubt.md b/.changeset/plenty-cobras-doubt.md deleted file mode 100644 index 3cb45883e..000000000 --- a/.changeset/plenty-cobras-doubt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@getflip/swirl-components": minor -"@getflip/swirl-components-angular": minor -"@getflip/swirl-components-react": minor ---- - -Add responsive design css helper classes to hide elements for specific viewports diff --git a/apps/swirl-docs/CHANGELOG.md b/apps/swirl-docs/CHANGELOG.md index 7a1134741..7d6afd33d 100644 --- a/apps/swirl-docs/CHANGELOG.md +++ b/apps/swirl-docs/CHANGELOG.md @@ -1,5 +1,14 @@ # swirl-docs +## 0.1.370 + +### Patch Changes + +- Updated dependencies + [[`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463)]: + - @getflip/swirl-components@0.199.0 + - @getflip/swirl-components-react@0.199.0 + ## 0.1.369 ### Patch Changes diff --git a/apps/swirl-docs/package.json b/apps/swirl-docs/package.json index ba02472a3..809bd2a11 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.369", + "version": "0.1.370", "author": "Flip GmbH", "description": "Swirl documentation", "licence": "SEE LICENCE IN LICENSE.md", @@ -28,8 +28,8 @@ "@algolia/autocomplete-theme-classic": "^1.7.4", "@floating-ui/dom": "^1.1.0", "@floating-ui/react": "^0.18.0", - "@getflip/swirl-components": "^0.198.0", - "@getflip/swirl-components-react": "^0.198.0", + "@getflip/swirl-components": "^0.199.0", + "@getflip/swirl-components-react": "^0.199.0", "@getflip/swirl-icons": "^0.34.0", "@getflip/swirl-tokens": "^2.6.0", "@mdx-js/loader": "^2.1.3", diff --git a/packages/bridge/CHANGELOG.md b/packages/bridge/CHANGELOG.md index 98e5abab2..77fc38871 100644 --- a/packages/bridge/CHANGELOG.md +++ b/packages/bridge/CHANGELOG.md @@ -1,5 +1,13 @@ # @getflip/bridge +## 0.5.6 + +### Patch Changes + +- Updated dependencies + [[`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463)]: + - @getflip/swirl-components@0.199.0 + ## 0.5.5 ### Patch Changes diff --git a/packages/bridge/package.json b/packages/bridge/package.json index 05f22d946..0bb216311 100644 --- a/packages/bridge/package.json +++ b/packages/bridge/package.json @@ -1,6 +1,6 @@ { "name": "@getflip/bridge", - "version": "0.5.5", + "version": "0.5.6", "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.198.0", + "@getflip/swirl-components": "^0.199.0", "uuid": "^9.0.0" }, "devDependencies": { diff --git a/packages/swirl-components-angular/CHANGELOG.md b/packages/swirl-components-angular/CHANGELOG.md index 5d3dd4aef..d11ca2991 100644 --- a/packages/swirl-components-angular/CHANGELOG.md +++ b/packages/swirl-components-angular/CHANGELOG.md @@ -1,5 +1,19 @@ # @getflip/swirl-components-angular +## 0.199.0 + +### Minor Changes + +- [`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463) + Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add responsive design css helper + classes to hide elements for specific viewports + +### Patch Changes + +- Updated dependencies + [[`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463)]: + - @getflip/swirl-components@0.199.0 + ## 0.198.0 ### Minor Changes diff --git a/packages/swirl-components-angular/package.json b/packages/swirl-components-angular/package.json index c649e1e90..821917961 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.198.0", + "version": "0.199.0", "scripts": { "ng": "ng", "build": "ng build" @@ -14,7 +14,7 @@ "@angular/platform-browser": "^16.2.12", "@angular/platform-browser-dynamic": "^16.2.12", "@angular/router": "^16.2.12", - "@getflip/swirl-components": "^0.198.0", + "@getflip/swirl-components": "^0.199.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.13.3" diff --git a/packages/swirl-components-react/CHANGELOG.md b/packages/swirl-components-react/CHANGELOG.md index 55d43b437..e5d108696 100644 --- a/packages/swirl-components-react/CHANGELOG.md +++ b/packages/swirl-components-react/CHANGELOG.md @@ -1,5 +1,19 @@ # @getflip/swirl-components-react +## 0.199.0 + +### Minor Changes + +- [`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463) + Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add responsive design css helper + classes to hide elements for specific viewports + +### Patch Changes + +- Updated dependencies + [[`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463)]: + - @getflip/swirl-components@0.199.0 + ## 0.198.0 ### Minor Changes diff --git a/packages/swirl-components-react/package.json b/packages/swirl-components-react/package.json index af56f7725..0cef10c73 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.198.0", + "version": "0.199.0", "type": "module", "files": [ "dist" @@ -18,7 +18,7 @@ "build": "tsc && vite build" }, "dependencies": { - "@getflip/swirl-components": "^0.198.0", + "@getflip/swirl-components": "^0.199.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/swirl-components/CHANGELOG.md b/packages/swirl-components/CHANGELOG.md index 18907392a..970f230e5 100644 --- a/packages/swirl-components/CHANGELOG.md +++ b/packages/swirl-components/CHANGELOG.md @@ -1,5 +1,13 @@ # @getflip/swirl-components +## 0.199.0 + +### Minor Changes + +- [`a9100b04`](https://github.com/getflip/swirl/commit/a9100b04bac7380c5727374dff1c64965f43f463) + Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add responsive design css helper + classes to hide elements for specific viewports + ## 0.198.0 ### Minor Changes diff --git a/packages/swirl-components/package.json b/packages/swirl-components/package.json index 0f11686bc..89dba97cd 100644 --- a/packages/swirl-components/package.json +++ b/packages/swirl-components/package.json @@ -1,6 +1,6 @@ { "name": "@getflip/swirl-components", - "version": "0.198.0", + "version": "0.199.0", "description": "Swirl Design System Web Component Library", "main": "dist/index.cjs.js", "module": "dist/index.js",