Skip to content

Commit

Permalink
Merge pull request #414 from PrestaShopCorp/411-chore---bumped-versio…
Browse files Browse the repository at this point in the history
…ns-packages-for-release-v240

[chore] - bumped versions packages for release v2.4.0
  • Loading branch information
mattgoud authored Jan 17, 2025
2 parents 2af6878 + 50165ff commit c03c905
Show file tree
Hide file tree
Showing 23 changed files with 106 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/---versioning-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name: "🚀 Versioning template"
about: Use it to bump packages before release
title: '[Chore] - bumped versions packages for release vx.x.x '
labels: 'Chore Bump Release'
labels: 'build-package'
assignees: ''

---

<!-- Please check the steps of "Versioning with changset" section in RELEASE.md-->
## Changesets

Versioning packages before release vx.x.x
Versioning packages before release `vx.x.x`
6 changes: 3 additions & 3 deletions RELEASE-NOTES-V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here is the list of available components in the Vue and Web-Components version o
| --------------------------- | -------------- | -------------- | ---------------- |
| Accordion ||| |
| Accordion-group ||| |
| Alert ||| Design: The `puik-link` has replaced by a Link Button (text variant button) - [see updated stories for use](https://uikit.prestashop.com/?path=/docs/components-alert--docs) |
| Alert ||| since v2.3.0 - Design: The `puik-link` has replaced by a Link Button (text variant button) - [see updated stories for use](https://uikit.prestashop.com/?path=/docs/components-alert--docs) |
| Avatar ||| |
| Badge ||| |
| Breadcrumb ||| |
Expand All @@ -45,14 +45,14 @@ Here is the list of available components in the Vue and Web-Components version o
| Progress-stepper-step ||| |
| Radio ||| |
| Rating-card ||| |
| Select ||| |
| Select ||| since v2.4.0 - global refactoring - [see updated stories for use](https://uikit.prestashop.com/?path=/docs/components-select--docs) |
| Sidebar ||| |
| Sidebar-group-item ||| |
| Sidebar-item ||| |
| Sidebar-title ||| |
| Skeleton-loader ||| |
| Skeleton-loader-group ||| |
| Snackbar ||| Previously implemented with Headless UI, now moved to Radix Vue (see Storybook documentation for more details)|
| Snackbar ||| since v2.0.0 - Previously implemented with Headless UI, now moved to Radix Vue - [see updated stories for use](https://uikit.prestashop.com/?path=/docs/components-snackbar--docs) |
| Sortable-list ||| |
| Spinner-loader ||| |
| Switch ||| |
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For the moment this step is not yet automated and the following steps will need

**Here are the steps to follow:**

1. To generate a new changeset, create a branch from `main` to bumped versions.
1. To generate a new changeset, create a branch from `main` to bumped versions (use versioning template issue on github and create branch from it).
2. Run `pnpm changeset` in the root of the repository. The generated markdown files in the `.changeset` directory should be committed to the repository.

3. Run `pnpm changeset version`. This consumes all changesets, and updates automatically to the most appropriate semver version based on those changesets. It also writes changelog entries for each consumed changeset.
Expand Down
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.5.0

### Minor Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-web-components@2.4.0
- @prestashopcorp/puik-components@2.4.0
- @prestashopcorp/puik-theme@2.4.0
- @prestashopcorp/puik-tailwind-preset@2.3.1
- @prestashopcorp/puik-resolver@5.0.0

## 1.4.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.4.0",
"version": "1.5.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.4.0

### Minor Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

### Patch Changes

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

## 2.3.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.3.0",
"version": "2.4.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.1

### Patch Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

## 2.2.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.2.0",
"version": "2.2.1",
"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.4.0

### Minor Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-web-components@2.4.0
- @prestashopcorp/puik-components@2.4.0
- @prestashopcorp/puik-theme@2.4.0
- @prestashopcorp/puik-tailwind-preset@2.3.1
- @prestashopcorp/puik-resolver@5.0.0

## 2.3.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.3.0",
"version": "2.4.0",
"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

## 5.0.0

### Patch Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0
- Updated dependencies
- @prestashopcorp/puik-components@2.4.0
- @prestashopcorp/puik-theme@2.4.0

## 4.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": "4.0.0",
"version": "5.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.3.1

### Patch Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

## 2.3.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.3.0",
"version": "2.3.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.4.0

### Minor Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

## 2.3.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.3.0",
"version": "2.4.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.1

### Patch Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

## 2.1.0

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

### Minor Changes

- see changelog - https://github.com/PrestaShopCorp/puik/releases/tag/v2.4.0

### Patch Changes

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

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/components/tab-navigation.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineCustomElement } from 'vue';
import { DefineComponent, defineCustomElement } from 'vue';
import { PuikTabNavigation } from '@prestashopcorp/puik-components';
import type { CustomElementWithName } from '../types';

const PuikTabNavigationCe = defineCustomElement(PuikTabNavigation) as CustomElementWithName;
const PuikTabNavigationCe = defineCustomElement(PuikTabNavigation as DefineComponent<unknown, any, any, any>) as CustomElementWithName;
PuikTabNavigationCe.ceName = 'puik-tab-navigation-ce';

export default PuikTabNavigationCe;
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.3.0",
"version": "2.4.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c03c905

Please sign in to comment.