Skip to content

Commit

Permalink
Version Packages (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 3, 2022
1 parent 04869b5 commit 593c466
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-plums-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-socks-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-socks-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-oranges-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-days-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-buses-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-mayflies-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-ants-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-jars-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-kiwis-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-onions-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bobcats-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-monkeys-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-chefs-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-icons-provide.md

This file was deleted.

24 changes: 24 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# frontend

## 0.1.1

### Patch Changes

- 68346b6: SOV-787 - Add react-i18n package support
- 319d944: Feat/sov 789 d 2 header component
- f744382: SOV-153: enable walletConennect module
- Updated dependencies [ccf4a26]
- Updated dependencies [04869b5]
- Updated dependencies [4fd7e46]
- Updated dependencies [319d944]
- Updated dependencies [4be658a]
- Updated dependencies [faa8341]
- Updated dependencies [68b5b4d]
- Updated dependencies [f744382]
- Updated dependencies [b789f54]
- Updated dependencies [03d959e]
- Updated dependencies [96ffcf0]
- Updated dependencies [6820d8f]
- Updated dependencies [731ef10]
- @sovryn/ui@0.0.5
- @sovryn/tailwindcss-config@0.0.2
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@sovryn/ethers-provider": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/tailwindcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sovryn/tailwindcss-config

## 0.0.2

### Patch Changes

- 68b5b4d: SOV-809: AmountInput component
- 96ffcf0: Feat/sov 568 d 2 radio button component implementation

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sovryn/tailwindcss-config",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"files": [
"index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sovryn/ui

## 0.0.5

### Patch Changes

- ccf4a26: [StatusItem] - add component
- 04869b5: SOV-678: TableBase (AddressTable) component
- 4fd7e46: fix: export missing components & circular dependencies
- 319d944: Feat/sov 789 d 2 header component
- 4be658a: SOV-140 - feat: simple table component
- faa8341: SOV-894: add select component
- 68b5b4d: SOV-809: AmountInput component
- f744382: fix: remove duplicated icon types
- b789f54: feat: TransactionId component
- 03d959e: feat: FormGroup component
- 96ffcf0: Feat/sov 568 d 2 radio button component implementation
- 6820d8f: chore: refactor data-layout-id prop names to constant
- 731ef10: Accordion Component SOV-567

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sovryn/ui",
"version": "0.0.4",
"version": "0.0.5",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/typings.d.ts",
Expand Down

0 comments on commit 593c466

Please sign in to comment.