Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vtmn/css@0.84.0
 - @vtmn/css-tailwind-preset@0.35.5
 - @vtmn/css-link@0.9.0
 - @vtmn/react@0.51.0
 - @vtmn/svelte@0.50.0
 - @vtmn/vue@0.42.0
  • Loading branch information
lauthieb committed Jul 25, 2022
1 parent 1ce650e commit 4a35698
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/sources/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.84.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@0.83.2...@vtmn/css@0.84.0) (2022-07-25)


### Features

* **@vtmn/css-link, @vtmn/react, @vtmn/vue, @vtmn/svelte:** add reversed variant for `VtmnLink` component ([#1213](https://github.com/Decathlon/vitamin-web/issues/1213)) ([1ce650e](https://github.com/Decathlon/vitamin-web/commit/1ce650e31dab5dde18185393437219f388801890))





## [0.83.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css@0.83.1...@vtmn/css@0.83.2) (2022-06-30)


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": "0.83.2",
"version": "0.84.0",
"description": "Decathlon Design System - Vitamin global CSS styles library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@vtmn/css-design-tokens": "^0.20.0",
"@vtmn/css-divider": "^0.5.0",
"@vtmn/css-dropdown": "^0.7.3",
"@vtmn/css-link": "^0.8.2",
"@vtmn/css-link": "^0.9.0",
"@vtmn/css-list": "^0.5.0",
"@vtmn/css-loader": "^0.4.2",
"@vtmn/css-modal": "^0.8.3",
Expand All @@ -63,7 +63,7 @@
"@vtmn/css-snackbar": "^0.7.2",
"@vtmn/css-tabs": "^0.6.0",
"@vtmn/css-tag": "^0.7.2",
"@vtmn/css-tailwind-preset": "^0.35.4",
"@vtmn/css-tailwind-preset": "^0.35.5",
"@vtmn/css-text-input": "^0.17.2",
"@vtmn/css-toast": "^0.7.2",
"@vtmn/css-toggle": "^0.8.2",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.5](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-tailwind-preset@0.35.4...@vtmn/css-tailwind-preset@0.35.5) (2022-07-25)

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





## [0.35.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-tailwind-preset@0.35.3...@vtmn/css-tailwind-preset@0.35.4) (2022-06-30)

**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": "0.35.4",
"version": "0.35.5",
"description": "Decathlon Design System - Vitamin CSS Tailwind preset",
"keywords": [
"design-system",
Expand All @@ -25,7 +25,7 @@
"theme.js"
],
"dependencies": {
"@vtmn/css": "^0.83.2",
"@vtmn/css": "^0.84.0",
"@vtmn/css-design-tokens": "^0.20.0",
"@vtmn/css-utilities": "^0.4.2"
},
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-link@0.8.2...@vtmn/css-link@0.9.0) (2022-07-25)


### Features

* **@vtmn/css-link, @vtmn/react, @vtmn/vue, @vtmn/svelte:** add reversed variant for `VtmnLink` component ([#1213](https://github.com/Decathlon/vitamin-web/issues/1213)) ([1ce650e](https://github.com/Decathlon/vitamin-web/commit/1ce650e31dab5dde18185393437219f388801890))





## [0.8.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-link@0.8.1...@vtmn/css-link@0.8.2) (2022-06-27)

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

# [0.51.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/react@0.50.2...@vtmn/react@0.51.0) (2022-07-25)


### Features

* **@vtmn/css-link, @vtmn/react, @vtmn/vue, @vtmn/svelte:** add reversed variant for `VtmnLink` component ([#1213](https://github.com/Decathlon/vitamin-web/issues/1213)) ([1ce650e](https://github.com/Decathlon/vitamin-web/commit/1ce650e31dab5dde18185393437219f388801890))





## [0.50.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/react@0.50.1...@vtmn/react@0.50.2) (2022-07-04)


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": "0.50.2",
"version": "0.51.0",
"description": "Decathlon Design System - Vitamin React components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@vtmn/css-card": "^0.10.0",
"@vtmn/css-checkbox": "^0.8.2",
"@vtmn/css-chip": "^0.9.2",
"@vtmn/css-link": "^0.8.2",
"@vtmn/css-link": "^0.9.0",
"@vtmn/css-list": "^0.5.0",
"@vtmn/css-loader": "^0.4.2",
"@vtmn/css-modal": "^0.8.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/sources/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.50.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.49.4...@vtmn/svelte@0.50.0) (2022-07-25)


### Features

* **@vtmn/css-link, @vtmn/react, @vtmn/vue, @vtmn/svelte:** add reversed variant for `VtmnLink` component ([#1213](https://github.com/Decathlon/vitamin-web/issues/1213)) ([1ce650e](https://github.com/Decathlon/vitamin-web/commit/1ce650e31dab5dde18185393437219f388801890))





## [0.49.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.49.3...@vtmn/svelte@0.49.4) (2022-07-15)

**Note:** Version bump only for package @vtmn/svelte
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtmn/svelte",
"version": "0.49.4",
"version": "0.50.0",
"description": "Decathlon Design System - Vitamin Svelte components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@vtmn/css-design-tokens": "^0.20.0",
"@vtmn/css-divider": "^0.5.0",
"@vtmn/css-dropdown": "^0.7.3",
"@vtmn/css-link": "^0.8.2",
"@vtmn/css-link": "^0.9.0",
"@vtmn/css-list": "^0.5.0",
"@vtmn/css-loader": "^0.4.2",
"@vtmn/css-modal": "^0.8.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/sources/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.42.0](https://github.com/Decathlon/vitamin-web/compare/@vtmn/vue@0.41.3...@vtmn/vue@0.42.0) (2022-07-25)


### Features

* **@vtmn/css-link, @vtmn/react, @vtmn/vue, @vtmn/svelte:** add reversed variant for `VtmnLink` component ([#1213](https://github.com/Decathlon/vitamin-web/issues/1213)) ([1ce650e](https://github.com/Decathlon/vitamin-web/commit/1ce650e31dab5dde18185393437219f388801890))





## [0.41.3](https://github.com/Decathlon/vitamin-web/compare/@vtmn/vue@0.41.2...@vtmn/vue@0.41.3) (2022-06-30)

**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": "0.41.3",
"version": "0.42.0",
"description": "Decathlon Design System - Vitamin Vue components library",
"keywords": [
"design-system",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@vtmn/css-checkbox": "^0.8.2",
"@vtmn/css-chip": "^0.9.2",
"@vtmn/css-divider": "^0.5.0",
"@vtmn/css-link": "^0.8.2",
"@vtmn/css-link": "^0.9.0",
"@vtmn/css-list": "^0.5.0",
"@vtmn/css-modal": "^0.8.3",
"@vtmn/css-navbar": "^0.3.2",
Expand Down

0 comments on commit 4a35698

Please sign in to comment.