Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb committed Sep 13, 2023
1 parent cb83c73 commit 05cd50c
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/sources/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

### Bug Fixes

- bug on appearance of VtmnQuantity for Safari & Chrome mobile + improve showcases ([cb83c73](https://github.com/Decathlon/vitamin-web/commit/cb83c7334bb372be4617904f0cca26140dd3f26d))

# [3.0.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-08-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/sources/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css",
"version": "3.0.0",
"version": "3.0.1",
"description": "Decathlon Design System - Vitamin global CSS styles library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@vtmn/css-postcss-config": "*",
"@vtmn/css-price": "^1.1.3",
"@vtmn/css-progressbar": "^1.1.3",
"@vtmn/css-quantity": "^1.1.3",
"@vtmn/css-quantity": "^1.1.4",
"@vtmn/css-radio-button": "^1.1.3",
"@vtmn/css-rating": "^1.1.6",
"@vtmn/css-search": "^1.1.9",
Expand All @@ -64,7 +64,7 @@
"@vtmn/css-snackbar": "^1.1.3",
"@vtmn/css-tabs": "^1.1.3",
"@vtmn/css-tag": "^1.1.3",
"@vtmn/css-tailwind-preset": "^1.1.16",
"@vtmn/css-tailwind-preset": "^1.1.17",
"@vtmn/css-text-input": "^1.1.3",
"@vtmn/css-toast": "^1.1.3",
"@vtmn/css-toggle": "^1.1.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/sources/css/presets/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.17](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

**Note:** Version bump only for package @vtmn/css-tailwind-preset

## [1.1.16](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-08-04)

**Note:** Version bump only for package @vtmn/css-tailwind-preset
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/css/presets/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-tailwind-preset",
"version": "1.1.16",
"version": "1.1.17",
"description": "Decathlon Design System - Vitamin CSS Tailwind preset",
"keywords": [
"design-system",
Expand Down Expand Up @@ -32,7 +32,7 @@
"tsconfig.json"
],
"devDependencies": {
"@vtmn/css": "^3.0.0",
"@vtmn/css": "^3.0.1",
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-utilities": "^1.1.3",
"typescript": "^4.7.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

### Bug Fixes

- bug on appearance of VtmnQuantity for Safari & Chrome mobile + improve showcases ([cb83c73](https://github.com/Decathlon/vitamin-web/commit/cb83c7334bb372be4617904f0cca26140dd3f26d))

## [1.1.3](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-08-02)

**Note:** Version bump only for package @vtmn/css-quantity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-quantity",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for quantity component",
"keywords": [
"design-system",
Expand Down
4 changes: 4 additions & 0 deletions packages/sources/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

**Note:** Version bump only for package @vtmn/react

# [4.0.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-08-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/react",
"version": "4.0.0",
"version": "4.0.1",
"description": "Decathlon Design System - Vitamin React components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@vtmn/css-popover": "^1.1.3",
"@vtmn/css-price": "^1.1.3",
"@vtmn/css-progressbar": "^1.1.3",
"@vtmn/css-quantity": "^1.1.3",
"@vtmn/css-quantity": "^1.1.4",
"@vtmn/css-radio-button": "^1.1.3",
"@vtmn/css-rating": "^1.1.6",
"@vtmn/css-search": "^1.1.9",
Expand Down
4 changes: 4 additions & 0 deletions packages/sources/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

**Note:** Version bump only for package @vtmn/svelte

## [4.0.1](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/sources/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/svelte",
"version": "4.0.1",
"version": "4.0.2",
"description": "Decathlon Design System - Vitamin Svelte components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@vtmn/css": "^3.0.0",
"@vtmn/css": "^3.0.1",
"@vtmn/css-accordion": "^1.1.6",
"@vtmn/css-alert": "^1.1.3",
"@vtmn/css-badge": "^1.1.3",
Expand All @@ -52,7 +52,7 @@
"@vtmn/css-popover": "^1.1.3",
"@vtmn/css-price": "^1.1.3",
"@vtmn/css-progressbar": "^1.1.3",
"@vtmn/css-quantity": "^1.1.3",
"@vtmn/css-quantity": "^1.1.4",
"@vtmn/css-radio-button": "^1.1.3",
"@vtmn/css-rating": "^1.1.6",
"@vtmn/css-search": "^1.1.9",
Expand Down
4 changes: 4 additions & 0 deletions packages/sources/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-09-13)

**Note:** Version bump only for package @vtmn/vue

# [4.0.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2023-08-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/vue",
"version": "4.0.0",
"version": "4.0.1",
"description": "Decathlon Design System - Vitamin Vue components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@vtmn/css-popover": "^1.1.3",
"@vtmn/css-price": "^1.1.3",
"@vtmn/css-progressbar": "^1.1.3",
"@vtmn/css-quantity": "^1.1.3",
"@vtmn/css-quantity": "^1.1.4",
"@vtmn/css-radio-button": "^1.1.3",
"@vtmn/css-rating": "^1.1.6",
"@vtmn/css-search": "^1.1.9",
Expand Down

0 comments on commit 05cd50c

Please sign in to comment.