Skip to content

Commit

Permalink
Merge pull request #379 from PrestaShopCorp/378-bump-versions-package…
Browse files Browse the repository at this point in the history
…-before-release-2--2-0

chore: fix #378 - bumped versions packages for release v2.2.0
  • Loading branch information
mattgoud authored Sep 19, 2024
2 parents 6d9faf6 + 52ba20b commit 0583438
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 9 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @prestashopcorp/puik-docs

## 1.3.0

### Minor Changes

- release v2.2.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-tailwind-preset@2.2.0
- @prestashopcorp/puik-web-components@2.2.0
- @prestashopcorp/puik-components@2.2.0
- @prestashopcorp/puik-resolver@4.0.0
- @prestashopcorp/puik-theme@2.2.0

## 1.2.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.2.0",
"version": "1.3.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @prestashopcorp/puik-components

## 2.2.0

### Minor Changes

- release v2.2.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-theme@2.2.0

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prestashopcorp/puik-locale

## 2.2.0

### Minor Changes

- release v2.2.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@prestashopcorp/puik-locale",
"description": "PUIK locale - Translations feature.",
"private": true,
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT"
}
15 changes: 15 additions & 0 deletions packages/puik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @prestashopcorp/puik

## 2.2.0

### Minor Changes

- release v2.2.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-tailwind-preset@2.2.0
- @prestashopcorp/puik-web-components@2.2.0
- @prestashopcorp/puik-components@2.2.0
- @prestashopcorp/puik-resolver@4.0.0
- @prestashopcorp/puik-theme@2.2.0

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down
12 changes: 12 additions & 0 deletions packages/resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @prestashopcorp/puik-resolver

## 4.0.0

### Minor Changes

- release v2.2.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-components@2.2.0
- @prestashopcorp/puik-theme@2.2.0

## 3.0.0

### Minor 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": "3.0.0",
"version": "4.0.0",
"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.2.0

### Minor Changes

- release v2.2.0

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"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.2.0

### Minor Changes

- release v2.2.0

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"main": "./dist/index.css",
"style": "./dist/index.css",
"unpkg": "./dist/index.css",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prestashopcorp/puik-utils

## 2.1.0

### Minor Changes

- release v2.2.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prestashopcorp/puik-utils",
"description": "PUIK utils - Set of useful functions used by PrestaShop UI Kit.",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @prestashopcorp/puik-web-components

## 2.2.0

### Minor Changes

- release v2.2.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-components@2.2.0

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down

0 comments on commit 0583438

Please sign in to comment.