Skip to content

Commit

Permalink
Merge pull request #74 from sopt-makers/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sohee-K authored Apr 17, 2024
2 parents dd16738 + a90f9d3 commit f7420a8
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-cups-develop.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sopt-makers/colors

## 3.0.1

### Patch Changes

- dd16738: change import path

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/colors",
"version": "3.0.0",
"version": "3.0.1",
"description": "sopt-makers의 frontend repository에 사용되는 colors를 제공해요.",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sopt-makers/fonts

## 2.0.1

### Patch Changes

- dd16738: change import path

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/fonts",
"version": "2.0.0",
"version": "2.0.1",
"description": "sopt-makers의 frontend repository에 사용되는 fonts를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sopt-makers/icons

## 1.0.3

### Patch Changes

- dd16738: change import path

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/icons",
"version": "1.0.2",
"version": "1.0.3",
"description": "sopt-makers의 frontend repository에 사용되는 icons를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sopt-makers/ui

## 1.1.2

### Patch Changes

- dd16738: change import path
- Updated dependencies [dd16738]
- @sopt-makers/colors@3.0.1
- @sopt-makers/fonts@2.0.1
- @sopt-makers/icons@1.0.3

## 1.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/ui",
"version": "1.1.1",
"version": "1.1.2",
"description": "sopt-makers의 frontend repository에 사용되는 ui를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -15,9 +15,9 @@
"generate:component": "turbo gen react-component"
},
"dependencies": {
"@sopt-makers/colors": "^3.0.0",
"@sopt-makers/fonts": "^2.0.0",
"@sopt-makers/icons": "^1.0.0",
"@sopt-makers/colors": "^3.0.1",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.3",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/sprinkles": "1.6.1"
},
Expand Down

0 comments on commit f7420a8

Please sign in to comment.