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 Nov 16, 2022
1 parent 0952a53 commit d0b9bd4
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"changesets": [
"clever-fireants-cough",
"rude-wasps-listen",
"tall-bikes-build"
"tall-bikes-build",
"twenty-sheep-exist"
]
}
11 changes: 11 additions & 0 deletions packages/components-rescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @greenlabs/rescript-formula-components

## 0.0.5-next.3

### Patch Changes

- 0952a53: - add root css custom props (theme)
- stop generating colormap binding
- fix `classname` typo from icon binding
- add formula common module (included by default)
- Updated dependencies [0952a53]
- @greenlabs/formula-components@0.0.5-next.3

## 0.0.5-next.2

### 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.2",
"version": "0.0.5-next.3",
"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.1"
"@greenlabs/formula-components": "0.0.5-next.3"
},
"scripts": {
"build": "rescript build -with-deps",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @greenlabs/formula-components

## 0.0.5-next.3

### Patch Changes

- 0952a53: - add root css custom props (theme)
- stop generating colormap binding
- fix `classname` typo from icon binding
- add formula common module (included by default)
- Updated dependencies [0952a53]
- @greenlabs/formula-design-token@0.0.5-next.3

## 0.0.5-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.0.5-next.3",
"repository": {
"type": "git",
"url": "[email protected]:green-labs/formula-design-system.git",
Expand All @@ -11,7 +11,7 @@
"module": "build/esm/index.js",
"types": "build/ts/index.d.ts",
"dependencies": {
"@greenlabs/formula-design-token": "0.0.5-next.1",
"@greenlabs/formula-design-token": "0.0.5-next.3",
"@vanilla-extract/dynamic": "^2.0.2",
"@vanilla-extract/recipes": "^0.2.5",
"@vanilla-extract/sprinkles": "^1.5.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/design-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @greenlabs/formula-design-token

## 0.0.5-next.3

### Patch Changes

- 0952a53: - add root css custom props (theme)
- stop generating colormap binding
- fix `classname` typo from icon binding
- add formula common module (included by default)

## 0.0.5-next.1

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

"@greenlabs/[email protected].1, @greenlabs/formula-components@workspace:packages/components":
"@greenlabs/[email protected].3, @greenlabs/formula-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "@greenlabs/formula-components@workspace:packages/components"
dependencies:
"@babel/core": ^7.18.13
"@babel/preset-react": ^7.18.6
"@babel/preset-typescript": ^7.18.6
"@greenlabs/formula-design-token": 0.0.5-next.1
"@greenlabs/formula-design-token": 0.0.5-next.3
"@mdx-js/react": ^1.6.22
"@rollup/plugin-babel": ^5.3.1
"@rollup/plugin-commonjs": ^22.0.2
Expand Down Expand Up @@ -1963,7 +1963,7 @@ __metadata:
languageName: unknown
linkType: soft

"@greenlabs/[email protected].1, @greenlabs/formula-design-token@workspace:packages/design-token":
"@greenlabs/[email protected].3, @greenlabs/formula-design-token@workspace:packages/design-token":
version: 0.0.0-use.local
resolution: "@greenlabs/formula-design-token@workspace:packages/design-token"
dependencies:
Expand All @@ -1977,7 +1977,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.1
"@greenlabs/formula-components": 0.0.5-next.3
"@rescript/react": ^0.10.3
rescript: ^10.0.0
peerDependencies:
Expand Down

0 comments on commit d0b9bd4

Please sign in to comment.