Skip to content

Commit

Permalink
Merge pull request #338 from PrestaShopCorp/bump-version-2.0.1
Browse files Browse the repository at this point in the history
chore: versions bumped
  • Loading branch information
mattgoud authored Jun 10, 2024
2 parents f9fd854 + 016f0b2 commit 420cfa2
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 7 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prestashopcorp/puik-docs

## 1.1.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prestashopcorp/puik-docs",
"description": "PUIK docs - Storybook documentation.",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @prestashopcorp/puik-components

## 2.0.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)
- Updated dependencies
- @prestashopcorp/puik-theme@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prestashopcorp/puik-components",
"description": "PUIK Vue 3 components library.",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down
12 changes: 12 additions & 0 deletions packages/puik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @prestashopcorp/puik

## 2.0.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)
- Updated dependencies
- @prestashopcorp/puik-tailwind-preset@2.0.1
- @prestashopcorp/puik-web-components@2.0.1
- @prestashopcorp/puik-components@2.0.1
- @prestashopcorp/puik-resolver@2.0.1
- @prestashopcorp/puik-theme@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/puik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PUIK - This includes all public packages of PrestaShop UI kit.",
"license": "MIT",
"author": "Prestashop",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down
9 changes: 9 additions & 0 deletions packages/resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @prestashopcorp/puik-resolver

## 2.0.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)
- Updated dependencies
- @prestashopcorp/puik-components@2.0.1
- @prestashopcorp/puik-theme@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prestashopcorp/puik-resolver",
"description": "PUIK resolver - For unplugin-vue-components.",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwind-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prestashopcorp/puik-tailwind-preset

## 2.0.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@prestashopcorp/puik-tailwind-preset",
"description": "PUIK tailwind preset - A set of Tailwind CSS utility classes, adapted to the new branding.",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prestashopcorp/puik-theme

## 2.0.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)

## 2.0.0

### Major 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": "@prestashopcorp/puik-theme",
"description": "PUIK theme - CSS classes of Prestashop UI Kit.",
"version": "2.0.0",
"version": "2.0.1",
"style": "./dist/index.css",
"unpkg": "./dist/index.css",
"jsdelivr": "./dist/index.css",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @prestashopcorp/puik-web-components

## 2.0.1

### Patch Changes

- update documentations (storybook and readme's), patch link component (style defaut link for visited state)
- Updated dependencies
- @prestashopcorp/puik-components@2.0.1

## 2.0.0

### Major 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": "@prestashopcorp/puik-web-components",
"description": "PUIK Web-Components library.",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"build": "tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down

0 comments on commit 420cfa2

Please sign in to comment.