Skip to content

Commit

Permalink
fix: first major test 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamien committed Feb 8, 2024
1 parent 1c18daf commit 4ddbb32
Show file tree
Hide file tree
Showing 75 changed files with 535 additions and 75 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v3

with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install
uses: ./.github/common-actions/install

Expand Down
15 changes: 15 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/avatar

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/theme@2.0.0
- @banyu/use-image@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/avatar",
"version": "1.0.0",
"version": "2.0.0",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/shared-utils": "workspace: *",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/breadcrumbs

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/theme@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-icons@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/breadcrumbs",
"version": "1.0.0",
"version": "2.0.0",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/react-utils": "workspace: *",
Expand Down
17 changes: 17 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @banyu/button

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/ripple@2.0.0
- @banyu/spinner@2.0.0
- @banyu/system@2.0.0
- @banyu/theme@2.0.0
- @banyu/use-aria-button@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/button",
"version": "1.0.0",
"version": "2.0.0",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down Expand Up @@ -37,8 +37,8 @@
"framer-motion": ">=4.0.0",
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/react-utils": "workspace: *",
Expand Down
16 changes: 16 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @banyu/card

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/ripple@2.0.0
- @banyu/system@2.0.0
- @banyu/theme@2.0.0
- @banyu/use-aria-button@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/card",
"version": "1.0.0",
"version": "2.0.0",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down Expand Up @@ -37,8 +37,8 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/shared-utils": "workspace: *",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/code

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/system-rsc@2.0.0
- @banyu/theme@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/code",
"version": "1.0.0",
"version": "2.0.0",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/system-rsc": "workspace: *",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/divider

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/system-rsc@2.0.0
- @banyu/theme@2.0.0
- @banyu/react-rsc-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/divider",
"version": "1.0.0",
"version": "2.0.0",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/shared-utils": "workspace: *",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @banyu/dropdown

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/menu@2.0.0
- @banyu/popover@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/dropdown",
"version": "1.0.0",
"version": "2.0.0",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
Expand Down
15 changes: 15 additions & 0 deletions packages/components/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/image

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/theme@2.0.0
- @banyu/use-image@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/image",
"version": "1.0.0",
"version": "2.0.0",
"description": "A simple image component",
"keywords": [
"image"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/shared-utils": "workspace: *",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/input

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/theme@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-icons@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banyu/input",
"version": "1.0.0",
"version": "2.0.0",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@banyu/theme": "1.0.0",
"@banyu/system": "1.0.0"
"@banyu/theme": "2.0.0",
"@banyu/system": "2.0.0"
},
"dependencies": {
"@banyu/react-utils": "workspace: *",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/kbd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @banyu/kbd

## 2.0.0

### Major Changes

- Major package 2.0.0

### Patch Changes

- Updated dependencies []:
- @banyu/system@2.0.0
- @banyu/system-rsc@2.0.0
- @banyu/theme@2.0.0
- @banyu/react-utils@2.0.0
- @banyu/shared-utils@2.0.0

## 1.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 4ddbb32

Please sign in to comment.