Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/chatty-actors-repair.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-dryers-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-olives-sink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-pets-say.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tapsioss/icons

## 0.6.0
### Minor Changes



- [#472](https://github.com/Tap30/web-components/pull/472) [`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c) Thanks [@mimshins](https://github.com/mimshins)! - Remove cjs exports

## 0.5.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tapsioss/icons",
"description": "SVG path metadata and definitions for Tapsi Design System icons.",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"homepage": "https://tap30.github.io/web-components",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @tapsioss/react-components

## 0.14.0
### Minor Changes



- [#472](https://github.com/Tap30/web-components/pull/472) [`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c) Thanks [@mimshins](https://github.com/mimshins)! - Remove cjs exports



- [#466](https://github.com/Tap30/web-components/pull/466) [`756d70e`](https://github.com/Tap30/web-components/commit/756d70ed1f97a17f9c710f65b5e15a4d8aee8426) Thanks [@amir78729](https://github.com/amir78729)! - Expose element class



- [#462](https://github.com/Tap30/web-components/pull/462) [`e4906fe`](https://github.com/Tap30/web-components/commit/e4906fe2e461be2d0fa525f8e7292a84927bf565) Thanks [@hossein-nas](https://github.com/hossein-nas)! - Add discount card component


### Patch Changes

- Updated dependencies [[`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c), [`e4906fe`](https://github.com/Tap30/web-components/commit/e4906fe2e461be2d0fa525f8e7292a84927bf565), [`ecc07f6`](https://github.com/Tap30/web-components/commit/ecc07f6cf773a995dade9b3571e752bab57856f0)]:
- @tapsioss/web-components@0.14.0

## 0.13.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tapsioss/react-components",
"description": "Collection of React components for the Tapsi Design System UI.",
"version": "0.13.1",
"version": "0.14.0",
"type": "module",
"files": [
"./dist",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tapsioss/react-icons

## 0.6.0
### Minor Changes



- [#472](https://github.com/Tap30/web-components/pull/472) [`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c) Thanks [@mimshins](https://github.com/mimshins)! - Remove cjs exports


### Patch Changes

- Updated dependencies [[`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c)]:
- @tapsioss/icons@0.6.0

## 0.5.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tapsioss/react-icons",
"description": "Tapsi Design System icons implemented as React components.",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"homepage": "https://tap30.github.io/web-components",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tapsioss/theme

## 0.8.0
### Minor Changes



- [#472](https://github.com/Tap30/web-components/pull/472) [`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c) Thanks [@mimshins](https://github.com/mimshins)! - Remove cjs exports

## 0.7.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tapsioss/theme",
"description": "Theming package providing design tokens as CSS and JS variables for the Tapsi Design System.",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"files": [
"./dist",
Expand Down
18 changes: 18 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @tapsioss/web-components

## 0.14.0
### Minor Changes



- [#472](https://github.com/Tap30/web-components/pull/472) [`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c) Thanks [@mimshins](https://github.com/mimshins)! - Remove cjs exports



- [#462](https://github.com/Tap30/web-components/pull/462) [`e4906fe`](https://github.com/Tap30/web-components/commit/e4906fe2e461be2d0fa525f8e7292a84927bf565) Thanks [@hossein-nas](https://github.com/hossein-nas)! - Add discount card component


### Patch Changes



- [#468](https://github.com/Tap30/web-components/pull/468) [`ecc07f6`](https://github.com/Tap30/web-components/commit/ecc07f6cf773a995dade9b3571e752bab57856f0) Thanks [@amir78729](https://github.com/amir78729)! - Resolve tooltip size issue

## 0.13.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tapsioss/web-components",
"description": "Collection of framework-agnostic Web Components for the Tapsi Design System.",
"version": "0.13.1",
"version": "0.14.0",
"type": "module",
"files": [
"./dist",
Expand Down
13 changes: 13 additions & 0 deletions packages/web-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tapsioss/web-icons

## 0.6.0
### Minor Changes



- [#472](https://github.com/Tap30/web-components/pull/472) [`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c) Thanks [@mimshins](https://github.com/mimshins)! - Remove cjs exports


### Patch Changes

- Updated dependencies [[`ba17f66`](https://github.com/Tap30/web-components/commit/ba17f66db91a2cd90191cbde14864fe47463b52c)]:
- @tapsioss/icons@0.6.0

## 0.5.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/web-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tapsioss/web-icons",
"description": "Tapsi Design System icons implemented as standard Web Components.",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"homepage": "https://tap30.github.io/web-components",
"repository": {
Expand Down