Skip to content

Commit

Permalink
Merge pull request #29 from gamba-labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
gamba-labs committed Sep 15, 2023
2 parents 9e012ef + 7b46245 commit 410fa06
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/few-pugs-admire.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- 9e012ef: A lot of breaking changes. Discord for details.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gamba-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamba-core",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/gamba-react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gamba-react-ui

## 1.0.0

### Minor Changes

- 9e012ef: A lot of breaking changes. Discord for details.

### Patch Changes

- Updated dependencies [9e012ef]
- gamba-core@0.5.0
- gamba-react@1.0.0

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gamba-react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamba-react-ui",
"version": "0.4.0",
"version": "1.0.0",
"author": "",
"license": "MIT",
"description": "",
Expand Down
11 changes: 11 additions & 0 deletions packages/gamba-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gamba-react

## 1.0.0

### Minor Changes

- 9e012ef: A lot of breaking changes. Discord for details.

### Patch Changes

- Updated dependencies [9e012ef]
- gamba-core@0.5.0

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gamba-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamba-react",
"version": "0.3.0",
"version": "1.0.0",
"author": "",
"license": "MIT",
"description": "",
Expand Down
13 changes: 13 additions & 0 deletions packages/gamba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# gamba

## 1.0.0

### Minor Changes

- 9e012ef: A lot of breaking changes. Discord for details.

### Patch Changes

- Updated dependencies [9e012ef]
- gamba-core@0.5.0
- gamba-react@1.0.0
- gamba-react-ui@1.0.0

## 0.7.4

### Patch Changes
Expand Down
4 changes: 1 addition & 3 deletions packages/gamba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamba",
"version": "0.8.0",
"version": "1.0.0",
"author": "",
"description": "",
"main": "dist/index.js",
Expand All @@ -21,12 +21,10 @@
"build": "tsup src/index.ts --format cjs,esm --dts && pnpm react:build && pnpm ui:build",
"clean": "rm -rf dist && rm -rf node_modules && pnpm react:clean && pnpm ui:clean",
"lint": "tsc && pnpm react:lint && pnpm ui:lint",

"react:dev": "tsup ./react/src/index.ts -d ./react/dist --watch --format cjs,esm --dts",
"react:build": "tsup ./react/src/index.ts -d ./react/dist --format cjs,esm --dts",
"react:clean": "rm -rf ./react/dist",
"react:lint": "tsc",

"ui:dev": "tsup ./react-ui/src/index.ts -d ./react-ui/dist --watch --format cjs,esm --dts",
"ui:build": "tsup ./react-ui/src/index.ts -d ./react-ui/dist --format cjs,esm --dts",
"ui:clean": "rm -rf ./react-ui/dist",
Expand Down

0 comments on commit 410fa06

Please sign in to comment.