Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vtmn/css@3.0.0
 - @vtmn/css-tailwind-preset@1.1.16
 - @vtmn/css-chip@2.0.0
 - @vtmn/react@4.0.0
 - @vtmn/svelte@4.0.0
 - @vtmn/vue@4.0.0
  • Loading branch information
lauthieb committed Aug 4, 2023
1 parent 8b33064 commit eadba18
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 13 deletions.
10 changes: 10 additions & 0 deletions packages/sources/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** `VtmnChip` variant `input` match now the figma specs ([#1456](https://github.com/Decathlon/vitamin-web/issues/1456)) ([8b33064](https://github.com/Decathlon/vitamin-web/commit/8b33064e0adacb41b268bd09c17b8b3064e57937))

### BREAKING CHANGES

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** The design of `VtmnChip`now matches Figma's version. If you used the `VtmnChip` with an "input" variant, you will have changes when you will upgrade to this new version. "Selected" input is no longer available on this variant. The color of the variant stays white, and no longer has a blue color.

## [2.0.7](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@2.0.6...@vtmn/css@2.0.7) (2023-08-02)

### Bug Fixes
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": "2.0.7",
"version": "3.0.0",
"description": "Decathlon Design System - Vitamin global CSS styles library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@vtmn/css-button": "^1.1.3",
"@vtmn/css-card": "^1.1.3",
"@vtmn/css-checkbox": "^1.1.3",
"@vtmn/css-chip": "^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",
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.15",
"@vtmn/css-tailwind-preset": "^1.1.16",
"@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.16](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-tailwind-preset@1.1.15...@vtmn/css-tailwind-preset@1.1.16) (2023-08-04)

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

## [1.1.15](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-tailwind-preset@1.1.14...@vtmn/css-tailwind-preset@1.1.15) (2023-08-02)

**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.15",
"version": "1.1.16",
"description": "Decathlon Design System - Vitamin CSS Tailwind preset",
"keywords": [
"design-system",
Expand Down Expand Up @@ -32,7 +32,7 @@
"tsconfig.json"
],
"devDependencies": {
"@vtmn/css": "^2.0.7",
"@vtmn/css": "^3.0.0",
"@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,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-chip@1.1.3...@vtmn/css-chip@2.0.0) (2023-08-04)

### Features

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** `VtmnChip` variant `input` match now the figma specs ([#1456](https://github.com/Decathlon/vitamin-web/issues/1456)) ([8b33064](https://github.com/Decathlon/vitamin-web/commit/8b33064e0adacb41b268bd09c17b8b3064e57937))

### BREAKING CHANGES

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** The design of `VtmnChip`now matches Figma's version. If you used the `VtmnChip` with an "input" variant, you will have changes when you will upgrade to this new version. "Selected" input is no longer available on this variant. The color of the variant stays white, and no longer has a blue color.

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

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

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

### Features

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** `VtmnChip` variant `input` match now the figma specs ([#1456](https://github.com/Decathlon/vitamin-web/issues/1456)) ([8b33064](https://github.com/Decathlon/vitamin-web/commit/8b33064e0adacb41b268bd09c17b8b3064e57937))

### BREAKING CHANGES

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** The design of `VtmnChip`now matches Figma's version. If you used the `VtmnChip` with an "input" variant, you will have changes when you will upgrade to this new version. "Selected" input is no longer available on this variant. The color of the variant stays white, and no longer has a blue color.

## [3.1.6](https://github.com/Decathlon/vitamin-web/compare/@vtmn/react@3.1.5...@vtmn/react@3.1.6) (2023-08-02)

**Note:** Version bump only for package @vtmn/react
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": "3.1.6",
"version": "4.0.0",
"description": "Decathlon Design System - Vitamin React components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@vtmn/css-button": "^1.1.3",
"@vtmn/css-card": "^1.1.3",
"@vtmn/css-checkbox": "^1.1.3",
"@vtmn/css-chip": "^1.1.3",
"@vtmn/css-chip": "^2.0.0",
"@vtmn/css-link": "^1.1.3",
"@vtmn/css-list": "^1.1.3",
"@vtmn/css-loader": "^1.1.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/sources/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** `VtmnChip` variant `input` match now the figma specs ([#1456](https://github.com/Decathlon/vitamin-web/issues/1456)) ([8b33064](https://github.com/Decathlon/vitamin-web/commit/8b33064e0adacb41b268bd09c17b8b3064e57937))

### BREAKING CHANGES

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** The design of `VtmnChip`now matches Figma's version. If you used the `VtmnChip` with an "input" variant, you will have changes when you will upgrade to this new version. "Selected" input is no longer available on this variant. The color of the variant stays white, and no longer has a blue color.

## [3.2.6](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@3.2.5...@vtmn/svelte@3.2.6) (2023-08-02)

**Note:** Version bump only for package @vtmn/svelte
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": "3.2.6",
"version": "4.0.0",
"description": "Decathlon Design System - Vitamin Svelte components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -32,15 +32,15 @@
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@vtmn/css": "^2.0.7",
"@vtmn/css": "^3.0.0",
"@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": "^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",
Expand Down
10 changes: 10 additions & 0 deletions packages/sources/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** `VtmnChip` variant `input` match now the figma specs ([#1456](https://github.com/Decathlon/vitamin-web/issues/1456)) ([8b33064](https://github.com/Decathlon/vitamin-web/commit/8b33064e0adacb41b268bd09c17b8b3064e57937))

### BREAKING CHANGES

- **`@vtmn/css`, `@vtmn/svelte`, `@vtmn/react`, `@vtmn/vue`:** The design of `VtmnChip`now matches Figma's version. If you used the `VtmnChip` with an "input" variant, you will have changes when you will upgrade to this new version. "Selected" input is no longer available on this variant. The color of the variant stays white, and no longer has a blue color.

## [3.1.6](https://github.com/Decathlon/vitamin-web/compare/@vtmn/vue@3.1.5...@vtmn/vue@3.1.6) (2023-08-02)

**Note:** Version bump only for package @vtmn/vue
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": "3.1.6",
"version": "4.0.0",
"description": "Decathlon Design System - Vitamin Vue components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@vtmn/css-button": "^1.1.3",
"@vtmn/css-card": "^1.1.3",
"@vtmn/css-checkbox": "^1.1.3",
"@vtmn/css-chip": "^1.1.3",
"@vtmn/css-chip": "^2.0.0",
"@vtmn/css-divider": "^1.1.3",
"@vtmn/css-link": "^1.1.3",
"@vtmn/css-list": "^1.1.3",
Expand Down

0 comments on commit eadba18

Please sign in to comment.