Skip to content

Commit

Permalink
chore(release): artifact published to github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed Jul 28, 2023
1 parent 763ce0b commit 6c3dd87
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-eyes-repair.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @websublime/vitamin-docs

## 0.1.0

### Minor Changes

- [#65](https://github.com/websublime/vitamin/pull/65) [`763ce0b`](https://github.com/websublime/vitamin/commit/763ce0b2be1ceaa3c5126937d7ed8dfbf5119e08) Thanks [@miguelramos](https://github.com/miguelramos)! - switch component minimal example ui/theme/docs

### Patch Changes

- Updated dependencies [[`763ce0b`](https://github.com/websublime/vitamin/commit/763ce0b2be1ceaa3c5126937d7ed8dfbf5119e08)]:
- @websublime/vitamin-theme@0.2.0
- @websublime/vitamin-ui@1.8.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@websublime/vitamin-docs",
"private": true,
"type": "module",
"version": "0.0.3",
"version": "0.1.0",
"scripts": {
"lint": "eslint . --ext .js,.ts,.mjs",
"dev": "storybook dev -p 3000",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @websublime/vitamin-theme

## 0.2.0

### Minor Changes

- [#65](https://github.com/websublime/vitamin/pull/65) [`763ce0b`](https://github.com/websublime/vitamin/commit/763ce0b2be1ceaa3c5126937d7ed8dfbf5119e08) Thanks [@miguelramos](https://github.com/miguelramos)! - switch component minimal example ui/theme/docs

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@websublime/vitamin-theme",
"version": "0.1.1",
"version": "0.2.0",
"description": "Base theme for Vitamin",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @websublime/vitamin-ui

## 1.8.0

### Minor Changes

- [#65](https://github.com/websublime/vitamin/pull/65) [`763ce0b`](https://github.com/websublime/vitamin/commit/763ce0b2be1ceaa3c5126937d7ed8dfbf5119e08) Thanks [@miguelramos](https://github.com/miguelramos)! - switch component minimal example ui/theme/docs

## 1.7.1

### 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": "@websublime/vitamin-ui",
"version": "1.7.1",
"version": "1.8.0",
"description": "UI components",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6c3dd87

Please sign in to comment.