Skip to content

Commit 525d4d4

Browse files
ci(changesets): 📦 version packages (next) (#90)
ci(changesets): version packages (next) Co-authored-by: gobob-xyz <devops+ghbob@interlay.io>
1 parent ddd04da commit 525d4d4

9 files changed

Lines changed: 38 additions & 4 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"grumpy-needles-tell",
1818
"honest-beers-learn",
1919
"kind-pillows-serve",
20+
"loud-melons-cough",
2021
"mighty-sheep-unite",
2122
"popular-plants-fold",
2223
"purple-dragons-wait",

packages/components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @interlay/ui
22

3+
## 1.0.0-next.13
4+
5+
### Patch Changes
6+
7+
- [#89](https://github.com/interlay/ui/pull/89) [`ddd04da13f993d944021f412c8587b52d8c780e1`](https://github.com/interlay/ui/commit/ddd04da13f993d944021f412c8587b52d8c780e1) Thanks [@danielsimao](https://github.com/danielsimao)! - feat: theme radio, icon size, card fix
8+
9+
- Updated dependencies [[`ddd04da13f993d944021f412c8587b52d8c780e1`](https://github.com/interlay/ui/commit/ddd04da13f993d944021f412c8587b52d8c780e1)]:
10+
- @interlay/icons@1.0.0-next.7
11+
- @interlay/theme@1.0.0-next.7
12+
- @interlay/hooks@1.0.0-next.8
13+
314
## 1.0.0-next.12
415

516
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interlay/ui",
3-
"version": "1.0.0-next.12",
3+
"version": "1.0.0-next.13",
44
"description": "Interlay UI library.",
55
"homepage": "https://github.com/interlay/ui#readme",
66
"license": "MIT",

packages/core/theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @interlay/theme
22

3+
## 1.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- [#89](https://github.com/interlay/ui/pull/89) [`ddd04da13f993d944021f412c8587b52d8c780e1`](https://github.com/interlay/ui/commit/ddd04da13f993d944021f412c8587b52d8c780e1) Thanks [@danielsimao](https://github.com/danielsimao)! - feat: theme radio, icon size, card fix
8+
39
## 1.0.0-next.6
410

511
### Patch Changes

packages/core/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interlay/theme",
3-
"version": "1.0.0-next.6",
3+
"version": "1.0.0-next.7",
44
"description": "The default theme for Interlay UI components",
55
"homepage": "https://github.com/interlay/ui#readme",
66
"license": "MIT",

packages/hooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @interlay/hooks
22

3+
## 1.0.0-next.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ddd04da13f993d944021f412c8587b52d8c780e1`](https://github.com/interlay/ui/commit/ddd04da13f993d944021f412c8587b52d8c780e1)]:
8+
- @interlay/theme@1.0.0-next.7
9+
310
## 1.0.0-next.7
411

512
### Patch Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interlay/hooks",
3-
"version": "1.0.0-next.7",
3+
"version": "1.0.0-next.8",
44
"description": "Interlay UI hooks",
55
"homepage": "https://github.com/interlay/ui#readme",
66
"license": "MIT",

packages/icons/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @interlay/icons
22

3+
## 1.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- [#89](https://github.com/interlay/ui/pull/89) [`ddd04da13f993d944021f412c8587b52d8c780e1`](https://github.com/interlay/ui/commit/ddd04da13f993d944021f412c8587b52d8c780e1) Thanks [@danielsimao](https://github.com/danielsimao)! - feat: theme radio, icon size, card fix
8+
9+
- Updated dependencies [[`ddd04da13f993d944021f412c8587b52d8c780e1`](https://github.com/interlay/ui/commit/ddd04da13f993d944021f412c8587b52d8c780e1)]:
10+
- @interlay/theme@1.0.0-next.7
11+
312
## 1.0.0-next.6
413

514
### Patch Changes

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interlay/icons",
3-
"version": "1.0.0-next.6",
3+
"version": "1.0.0-next.7",
44
"description": "Interlay UI icons, commonly used in components",
55
"homepage": "https://github.com/interlay/ui#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)