Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jklasd2001 committed Oct 18, 2022
1 parent acd2728 commit b81b402
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-timers-smash.md

This file was deleted.

2 changes: 2 additions & 0 deletions .ci.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@musma:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: npm i pnpm@latest -g
# .npmrc 파일 생성하고 NPM TOKEN을 넣는다.
- name: Setup npmrc
run: echo "@musma:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN > .npmrc"
run: mv .ci.npmrc .npmrc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# 의존성 설치한다.
- name: Install dependencies
run: pnpm install
Expand Down
6 changes: 6 additions & 0 deletions packages/react-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @musma/react-component

## 0.0.58

### Patch Changes

- [#52](https://github.com/Musma/react-libraries/pull/52) [`acd2728`](https://github.com/Musma/react-libraries/commit/acd2728b1052643ce94cc8bc9f712c60e6a4340f) Thanks [@jklasd2001](https://github.com/jklasd2001)! - feat: Text4 제거

## 0.0.57

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@musma/react-component",
"version": "0.0.57",
"version": "0.0.58",
"description": "React UI component library",
"homepage": "https://developers.musma.net",
"repository": {
Expand Down

0 comments on commit b81b402

Please sign in to comment.