Skip to content

Commit

Permalink
chore: bump versions packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 19, 2024
1 parent 5f6a9f6 commit e1968b8
Show file tree
Hide file tree
Showing 20 changed files with 89 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .changeset/gold-apricots-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@prestashopcorp/puik-docs": patch
"@prestashopcorp/puik-components": patch
"@prestashopcorp/puik-locale": patch
"@prestashopcorp/puik": patch
"@prestashopcorp/puik-resolver": patch
"@prestashopcorp/puik-tailwind-preset": patch
"@prestashopcorp/puik-theme": patch
"@prestashopcorp/puik-utils": patch
"@prestashopcorp/puik-web-components": patch
---

merge main branch (see release v1.14.2) and update packages descriptions
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"changesets": [
"famous-crews-fetch",
"gold-apricots-cheer",
"late-knives-fail",
"tender-pianos-kiss"
]
Expand Down
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.0.1-beta.1

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions

## 1.0.1-beta.0

### Patch 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.0.1-beta.0",
"version": "1.0.1-beta.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.0-beta.2

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions
- Updated dependencies
- @prestashopcorp/puik-theme@2.0.0-beta.2

## 2.0.0-beta.1

### Patch 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-beta.1",
"version": "2.0.0-beta.2",
"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.0.0-beta.2

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions

## 2.0.0-beta.1

### Patch 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.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/puik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @prestashopcorp/puik

## 2.0.0-beta.3

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions
- Updated dependencies
- @prestashopcorp/puik-components@2.0.0-beta.2
- @prestashopcorp/puik-resolver@2.0.0-beta.3
- @prestashopcorp/puik-tailwind-preset@2.0.0-beta.2
- @prestashopcorp/puik-theme@2.0.0-beta.2

## 2.0.0-beta.2

### Patch 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-beta.2",
"version": "2.0.0-beta.3",
"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.0-beta.3

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions
- Updated dependencies
- @prestashopcorp/puik-components@2.0.0-beta.2
- @prestashopcorp/puik-theme@2.0.0-beta.2

## 2.0.0-beta.2

### Patch 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-beta.2",
"version": "2.0.0-beta.3",
"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.0-beta.2

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions

## 2.0.0-beta.1

### Patch 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-beta.1",
"version": "2.0.0-beta.2",
"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.0-beta.2

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions

## 2.0.0-beta.1

### Patch 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-beta.1",
"version": "2.0.0-beta.2",
"style": "./dist/index.css",
"unpkg": "./dist/index.css",
"jsdelivr": "./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.0.0-beta.2

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions

## 2.0.0-beta.1

### Patch 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-beta.1",
"version": "2.0.0-beta.2",
"private": true,
"license": "MIT"
}
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.0-beta.2

### Patch Changes

- merge main branch (see release v1.14.2) and update packages descriptions
- Updated dependencies
- @prestashopcorp/puik-components@2.0.0-beta.2

## 2.0.0-beta.1

### Patch 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-beta.1",
"version": "2.0.0-beta.2",
"type": "module",
"scripts": {
"build": "tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down

0 comments on commit e1968b8

Please sign in to comment.