Skip to content

Commit

Permalink
Version Packages (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 6, 2024
1 parent 96ee175 commit b63d718
Show file tree
Hide file tree
Showing 13 changed files with 99 additions and 23 deletions.
10 changes: 0 additions & 10 deletions .changeset/gold-cars-heal.md

This file was deleted.

17 changes: 17 additions & 0 deletions apps/swirl-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# swirl-docs

## 0.2.0

### Minor Changes

- [#880](https://github.com/getflip/swirl/pull/880)
[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)
Thanks [@tobias-bahls](https://github.com/tobias-bahls)! - Add new
deployed-code icon

### Patch Changes

- Updated dependencies
[[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)]:
- @getflip/swirl-components@0.266.0
- @getflip/swirl-components-react@0.266.0
- @getflip/swirl-icons@0.49.0

## 0.1.476

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/swirl-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "swirl-docs",
"version": "0.1.476",
"version": "0.2.0",
"author": "Flip GmbH",
"description": "Swirl documentation",
"licence": "SEE LICENCE IN LICENSE.md",
Expand All @@ -28,9 +28,9 @@
"@algolia/autocomplete-theme-classic": "^1.7.4",
"@floating-ui/dom": "^1.1.0",
"@floating-ui/react": "^0.18.0",
"@getflip/swirl-components": "^0.265.0",
"@getflip/swirl-components-react": "^0.265.0",
"@getflip/swirl-icons": "^0.48.0",
"@getflip/swirl-components": "^0.266.0",
"@getflip/swirl-components-react": "^0.266.0",
"@getflip/swirl-icons": "^0.49.0",
"@getflip/swirl-tokens": "^2.7.0",
"@mdx-js/loader": "^2.1.3",
"@next/mdx": "^12.2.5",
Expand Down
15 changes: 15 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @getflip/bridge

## 0.7.0

### Minor Changes

- [#880](https://github.com/getflip/swirl/pull/880)
[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)
Thanks [@tobias-bahls](https://github.com/tobias-bahls)! - Add new
deployed-code icon

### Patch Changes

- Updated dependencies
[[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)]:
- @getflip/swirl-components@0.266.0

## 0.6.40

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getflip/bridge",
"version": "0.6.40",
"version": "0.7.0",
"description": "Flip JavaScript Bridge for external integrations.",
"main": "dist/index.cjs.js",
"module": "dist/index.mjs",
Expand All @@ -18,7 +18,7 @@
"test:watch": "jest --watchAll"
},
"dependencies": {
"@getflip/swirl-components": "^0.265.0",
"@getflip/swirl-components": "^0.266.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/swirl-components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @getflip/swirl-components-angular

## 0.266.0

### Minor Changes

- [#880](https://github.com/getflip/swirl/pull/880)
[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)
Thanks [@tobias-bahls](https://github.com/tobias-bahls)! - Add new
deployed-code icon

### Patch Changes

- Updated dependencies
[[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)]:
- @getflip/[email protected]

## 0.265.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/swirl-components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getflip/swirl-components-angular",
"version": "0.265.0",
"version": "0.266.0",
"scripts": {
"ng": "ng",
"build": "ng build"
Expand All @@ -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.265.0",
"@getflip/swirl-components": "^0.266.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
Expand Down
15 changes: 15 additions & 0 deletions packages/swirl-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @getflip/swirl-components-react

## 0.266.0

### Minor Changes

- [#880](https://github.com/getflip/swirl/pull/880)
[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)
Thanks [@tobias-bahls](https://github.com/tobias-bahls)! - Add new
deployed-code icon

### Patch Changes

- Updated dependencies
[[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)]:
- @getflip/[email protected]

## 0.265.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/swirl-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getflip/swirl-components-react",
"version": "0.265.0",
"version": "0.266.0",
"type": "module",
"files": [
"dist"
Expand All @@ -18,7 +18,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"@getflip/swirl-components": "^0.265.0",
"@getflip/swirl-components": "^0.266.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/swirl-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @getflip/swirl-components

## 0.266.0

### Minor Changes

- [#880](https://github.com/getflip/swirl/pull/880)
[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)
Thanks [@tobias-bahls](https://github.com/tobias-bahls)! - Add new
deployed-code icon

### Patch Changes

- Updated dependencies
[[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)]:
- @getflip/[email protected]

## 0.265.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/swirl-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getflip/swirl-components",
"version": "0.265.0",
"version": "0.266.0",
"description": "Swirl Design System Web Component Library",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@floating-ui/dom": "1.0.1",
"@getflip/swirl-icons": "^0.48.0",
"@getflip/swirl-icons": "^0.49.0",
"@getflip/swirl-tokens": "^2.7.0",
"@stencil/core": "^4.18.1",
"a11y-dialog": "^7.5.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/swirl-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @getflip/swirl-icons

## 0.49.0

### Minor Changes

- [#880](https://github.com/getflip/swirl/pull/880)
[`96ee1752`](https://github.com/getflip/swirl/commit/96ee1752afc61f04f34bf7f327e924683dacf895)
Thanks [@tobias-bahls](https://github.com/tobias-bahls)! - Add new
deployed-code icon

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swirl-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getflip/swirl-icons",
"version": "0.48.0",
"version": "0.49.0",
"description": "Swirl Design System Icons package contains the Flip icon SVGs and web fonts.",
"author": "Flip GmbH",
"repository": "https://github.com/getflip/swirl",
Expand Down

0 comments on commit b63d718

Please sign in to comment.