Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
chore(release): version packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Jaeho Lee committed Dec 21, 2022
1 parent 3bb00fa commit 4a72419
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"sixty-rabbits-know",
"smooth-parents-crash",
"spicy-dryers-nail",
"sweet-trainers-divide",
"tall-bikes-build",
"tall-cups-bow",
"three-coats-float",
"twenty-sheep-exist"
]
Expand Down
15 changes: 15 additions & 0 deletions packages/components-rescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @greenlabs/rescript-formula-components

## 0.0.5-next.17

### Patch Changes

- 62f4087: textfield bugfix

- prevent right border clipping on a certain variant
- polyvary name typo
- https://github.com/green-labs/farmmy-web/pull/159

- 3bb00fa: feat: textfield - support 'search' type
- Updated dependencies [62f4087]
- Updated dependencies [3bb00fa]
- @greenlabs/formula-components@0.0.5-next.17

## 0.0.5-next.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-rescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/rescript-formula-components",
"version": "0.0.5-next.16",
"version": "0.0.5-next.17",
"repository": {
"type": "git",
"url": "[email protected]:green-labs/formula-design-system.git",
Expand All @@ -21,7 +21,7 @@
"rescript": "^10.0.0"
},
"dependencies": {
"@greenlabs/formula-components": "0.0.5-next.16",
"@greenlabs/formula-components": "0.0.5-next.17",
"@greenlabs/formula-design-token": "0.0.5-next.6"
},
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @greenlabs/formula-components

## 0.0.5-next.17

### Patch Changes

- 62f4087: textfield bugfix

- prevent right border clipping on a certain variant
- polyvary name typo
- https://github.com/green-labs/farmmy-web/pull/159

- 3bb00fa: feat: textfield - support 'search' type

## 0.0.5-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/formula-components",
"version": "0.0.5-next.16",
"version": "0.0.5-next.17",
"repository": {
"type": "git",
"url": "[email protected]:green-labs/formula-design-system.git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ __metadata:
languageName: node
linkType: hard

"@greenlabs/[email protected].16, @greenlabs/formula-components@workspace:packages/components":
"@greenlabs/[email protected].17, @greenlabs/formula-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "@greenlabs/formula-components@workspace:packages/components"
dependencies:
Expand Down Expand Up @@ -1991,7 +1991,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@greenlabs/rescript-formula-components@workspace:packages/components-rescript"
dependencies:
"@greenlabs/formula-components": 0.0.5-next.16
"@greenlabs/formula-components": 0.0.5-next.17
"@greenlabs/formula-design-token": 0.0.5-next.6
"@rescript/react": ^0.10.3
rescript: ^10.0.0
Expand Down

0 comments on commit 4a72419

Please sign in to comment.