Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-mahe committed Feb 12, 2024
1 parent 15ccc52 commit a87f7ea
Show file tree
Hide file tree
Showing 76 changed files with 363 additions and 199 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.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

### Bug Fixes

- **`@vtmn/svelte`, `@vtmn/css`:** fix timeout on overlays components ([#1480](https://github.com/Decathlon/vitamin-web/issues/1480)) ([15ccc52](https://github.com/Decathlon/vitamin-web/commit/15ccc5286832d3da0ff531c903148ba0f31f8e6e))

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

### Bug Fixes
Expand Down
70 changes: 35 additions & 35 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.1",
"version": "3.0.2",
"description": "Decathlon Design System - Vitamin global CSS styles library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -35,41 +35,41 @@
"build:preflight": "cross-env cp src/preflight.css dist"
},
"devDependencies": {
"@vtmn/css-accordion": "^1.1.6",
"@vtmn/css-alert": "^1.1.3",
"@vtmn/css-badge": "^1.1.3",
"@vtmn/css-breadcrumb": "^1.1.3",
"@vtmn/css-button": "^1.1.3",
"@vtmn/css-card": "^1.1.3",
"@vtmn/css-checkbox": "^1.1.3",
"@vtmn/css-chip": "^2.0.0",
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-divider": "^1.1.3",
"@vtmn/css-dropdown": "^1.1.3",
"@vtmn/css-link": "^1.1.3",
"@vtmn/css-list": "^1.1.3",
"@vtmn/css-loader": "^1.1.3",
"@vtmn/css-modal": "^1.1.3",
"@vtmn/css-navbar": "^2.0.2",
"@vtmn/css-popover": "^1.1.3",
"@vtmn/css-accordion": "^1.1.7",
"@vtmn/css-alert": "^1.1.4",
"@vtmn/css-badge": "^1.1.4",
"@vtmn/css-breadcrumb": "^1.1.4",
"@vtmn/css-button": "^1.1.4",
"@vtmn/css-card": "^1.1.4",
"@vtmn/css-checkbox": "^1.1.4",
"@vtmn/css-chip": "^2.0.1",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-divider": "^1.1.4",
"@vtmn/css-dropdown": "^1.1.4",
"@vtmn/css-link": "^1.1.4",
"@vtmn/css-list": "^1.1.4",
"@vtmn/css-loader": "^1.1.4",
"@vtmn/css-modal": "^1.1.4",
"@vtmn/css-navbar": "^2.0.3",
"@vtmn/css-popover": "^1.1.4",
"@vtmn/css-postcss-config": "*",
"@vtmn/css-price": "^1.1.3",
"@vtmn/css-progressbar": "^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",
"@vtmn/css-select": "^1.1.3",
"@vtmn/css-skeleton": "^1.1.3",
"@vtmn/css-snackbar": "^1.1.3",
"@vtmn/css-tabs": "^1.1.3",
"@vtmn/css-tag": "^1.1.3",
"@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",
"@vtmn/css-tooltip": "^1.1.3",
"@vtmn/css-utilities": "^1.1.3",
"@vtmn/css-price": "^1.1.4",
"@vtmn/css-progressbar": "^1.1.4",
"@vtmn/css-quantity": "^1.1.5",
"@vtmn/css-radio-button": "^1.1.4",
"@vtmn/css-rating": "^1.1.7",
"@vtmn/css-search": "^1.1.10",
"@vtmn/css-select": "^1.1.4",
"@vtmn/css-skeleton": "^1.1.4",
"@vtmn/css-snackbar": "^1.1.4",
"@vtmn/css-tabs": "^1.1.4",
"@vtmn/css-tag": "^1.1.4",
"@vtmn/css-tailwind-preset": "^1.1.18",
"@vtmn/css-text-input": "^1.1.4",
"@vtmn/css-toast": "^1.1.4",
"@vtmn/css-toggle": "^1.1.5",
"@vtmn/css-tooltip": "^1.1.4",
"@vtmn/css-utilities": "^1.1.4",
"autoprefixer": "^10.3.6",
"chokidar-cli": "^3.0.0",
"postcss": "^8.4.6",
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.18](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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
Expand Down
8 changes: 4 additions & 4 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.17",
"version": "1.1.18",
"description": "Decathlon Design System - Vitamin CSS Tailwind preset",
"keywords": [
"design-system",
Expand Down Expand Up @@ -32,9 +32,9 @@
"tsconfig.json"
],
"devDependencies": {
"@vtmn/css": "^3.0.1",
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-utilities": "^1.1.3",
"@vtmn/css": "^3.0.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-utilities": "^1.1.4",
"typescript": "^4.7.4"
},
"peerDependencies": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-button
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-button",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for button component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-dropdown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-dropdown",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for alert component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sources/css/src/components/actions/link/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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-link
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/css/src/components/actions/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-link",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for link component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sources/css/src/components/forms/select/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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-select
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/css/src/components/forms/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-select",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for select component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

**Note:** Version bump only for package @vtmn/css-text-input

## [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-text-input
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-text-input",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for text input component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-badge
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-badge",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for badge component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-loader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-loader",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for loader component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-price
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-price",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for price component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

## [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-progressbar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/css-progressbar",
"version": "1.1.3",
"version": "1.1.4",
"description": "Decathlon Design System - Vitamin specific CSS styles for progressbar component",
"keywords": [
"design-system",
Expand All @@ -26,7 +26,7 @@
"build": "node build.js"
},
"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.2",
"@vtmn/css-design-tokens": "^1.1.3",
"@vtmn/css-postcss-config": "*"
},
"publishConfig": {
Expand Down
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.7](https://github.com/Decathlon/vitamin-web/compare/@vtmn/[email protected]...@vtmn/[email protected]) (2024-02-12)

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

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

**Note:** Version bump only for package @vtmn/css-rating
Expand Down
Loading

0 comments on commit a87f7ea

Please sign in to comment.