Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @interchain-ui/[email protected]
 - @interchain-ui/[email protected]
  • Loading branch information
yyyyaaa committed Oct 14, 2024
1 parent 0b03877 commit 8bbda97
Show file tree
Hide file tree
Showing 5 changed files with 20,256 additions and 11,801 deletions.
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.25.4](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/[email protected]...@interchain-ui/[email protected]) (2024-10-14)

### Bug Fixes

- **theme-provider:** custom them vars not set after hydration ([d80996c](https://github.com/cosmology-tech/interchain-ui/commit/d80996cb106e16fbde2ef3b71da439d5f1b30538))
- **timeline:** remove padding for custom content ([e219c00](https://github.com/cosmology-tech/interchain-ui/commit/e219c005648572e297284f9eefd24b0b1f98e3b6))

## [1.25.3](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/[email protected]...@interchain-ui/[email protected]) (2024-10-10)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchain-ui/react",
"version": "1.25.3",
"version": "1.25.4",
"description": "UI building blocks for Interchain builders",
"author": "yyyyaaa <[email protected]>",
"homepage": "https://github.com/cosmology-tech/ui-kit/tree/main/packages/react#readme",
Expand Down Expand Up @@ -66,8 +66,8 @@
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/private": "^1.0.6",
"@vanilla-extract/recipes": "^0.5.5",
"animejs": "^3.2.2",
"bignumber.js": "^9.1.2",
"client-only": "^0.0.1",
Expand Down Expand Up @@ -158,4 +158,4 @@
"vite-plugin-replace": "^0.1.1"
},
"gitHead": "05adf69046d07d6f764b96cf54cbaa492de06d95"
}
}
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/[email protected]...@interchain-ui/[email protected]) (2024-10-14)

### Bug Fixes

- **theme-provider:** custom them vars not set after hydration ([d80996c](https://github.com/cosmology-tech/interchain-ui/commit/d80996cb106e16fbde2ef3b71da439d5f1b30538))

## [1.3.2](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/[email protected]...@interchain-ui/[email protected]) (2024-09-30)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interchain-ui/vue",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",
"description": "UI building blocks for Interchain builders",
"author": "yyyyaaa <[email protected]>",
Expand Down Expand Up @@ -75,8 +75,8 @@
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/private": "^1.0.6",
"@vanilla-extract/recipes": "^0.5.5",
"animejs": "^3.2.2",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -143,4 +143,4 @@
"registry": "https://registry.npmjs.org"
},
"gitHead": "05adf69046d07d6f764b96cf54cbaa492de06d95"
}
}
Loading

0 comments on commit 8bbda97

Please sign in to comment.