Skip to content

Commit

Permalink
Merge pull request #66 from gohypergiant/changeset-release/main
Browse files Browse the repository at this point in the history
Changeset Action: Version Packages + Publish
  • Loading branch information
ArrayKnight authored Nov 1, 2024
2 parents b9a2d0b + 55de143 commit 48590ee
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-chairs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-tools-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-countries-grab.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @accelint/design-system

## 0.3.0

### Minor Changes

- 79752fa: Adds TextField and NumberField components to the design system

### Patch Changes

- 3dfc12a: Replaced Rollup with TSup for bundling
- @accelint/converters@0.1.3

## 0.2.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@accelint/design-system",
"version": "0.2.1",
"version": "0.3.0",
"private": false,
"license": "Apache-2.0",
"type": "module",
"files": ["dist/**"],
"files": [
"dist/**"
],
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions tooling/vitest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @accelint/vitest-config

## 0.1.3

### Patch Changes

- b9a2d0b: Disabled watch mode by default.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/vitest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelint/vitest-config",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 48590ee

Please sign in to comment.