Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Priceline DS Publish Bot committed May 30, 2024
1 parent c4129de commit 5713461
Show file tree
Hide file tree
Showing 27 changed files with 211 additions and 53 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/autocomplete/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "pcln-autocomplete",
"entries": [
{
"version": "6.0.25",
"tag": "pcln-autocomplete_v6.0.25",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.14.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.13.0` to `6.14.0`"
}
]
}
},
{
"version": "6.0.24",
"tag": "pcln-autocomplete_v6.0.24",
Expand Down
7 changes: 6 additions & 1 deletion packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-autocomplete

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 6.0.25
Thu, 30 May 2024 19:42:04 GMT

_Version update only_

## 6.0.24
Mon, 13 May 2024 15:04:02 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-autocomplete",
"version": "6.0.24",
"version": "6.0.25",
"description": "React autocomplete component built with Downshift",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,7 @@
"us": "^2.0.0"
},
"peerDependencies": {
"pcln-design-system": "^6.13.0",
"pcln-design-system": "^6.14.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6"
Expand Down
18 changes: 18 additions & 0 deletions packages/carousel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "pcln-carousel",
"entries": [
{
"version": "3.1.19",
"tag": "pcln-carousel_v3.1.19",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.14.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.1.9`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.13.0` to `6.14.0`"
}
]
}
},
{
"version": "3.1.18",
"tag": "pcln-carousel_v3.1.18",
Expand Down
7 changes: 6 additions & 1 deletion packages/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-carousel

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 3.1.19
Thu, 30 May 2024 19:42:04 GMT

_Version update only_

## 3.1.18
Mon, 13 May 2024 15:04:02 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-carousel",
"version": "3.1.18",
"version": "3.1.19",
"description": "Priceline Design System Carousel Component",
"homepage": "https://github.com/priceline/design-system#readme",
"bugs": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"pcln-design-system": "^6.13.0",
"pcln-design-system": "^6.14.0",
"pcln-icons": "^6.4.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/codemods/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "pcln-codemods",
"entries": [
{
"version": "3.0.22",
"tag": "pcln-codemods_v3.0.22",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.14.0`"
}
]
}
},
{
"version": "3.0.21",
"tag": "pcln-codemods_v3.0.21",
Expand Down
7 changes: 6 additions & 1 deletion packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-codemods

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 3.0.22
Thu, 30 May 2024 19:42:04 GMT

_Version update only_

## 3.0.21
Mon, 13 May 2024 15:04:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-codemods",
"version": "3.0.21",
"version": "3.0.22",
"keywords": [],
"license": "MIT",
"author": "Priceline",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "pcln-design-system",
"entries": [
{
"version": "6.14.0",
"tag": "pcln-design-system_v6.14.0",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"minor": [
{
"comment": "accordion add custom color for header content and hover",
"author": "Ashok Patidar <62964295+apatidar1986@users.noreply.github.com>",
"commit": "206c29c3c445bb0d66f1869c6b9a4c1c0c3b75f3"
}
]
}
},
{
"version": "6.13.0",
"tag": "pcln-design-system_v6.13.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - pcln-design-system

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 6.14.0
Thu, 30 May 2024 19:42:04 GMT

### Minor changes

- accordion add custom color for header content and hover

## 6.13.0
Mon, 13 May 2024 15:04:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-design-system",
"version": "6.13.0",
"version": "6.14.0",
"description": "Priceline Design System",
"homepage": "https://github.com/priceline/design-system#readme",
"bugs": {
Expand Down
28 changes: 28 additions & 0 deletions packages/menu/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
{
"name": "pcln-menu",
"entries": [
{
"version": "6.0.28",
"tag": "pcln-menu_v6.0.28",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"patch": [
{
"comment": "add core-js dev depedency to fix storybook",
"author": "Steve Dalonzo <steven.dalonzo@priceline.com>",
"commit": "c4129de825dd2a11360dd5943a86141aaa5f83a2"
}
],
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.14.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.1.9`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.13.0` to `6.14.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" from `^6.1.8` to `6.1.9`"
}
]
}
},
{
"version": "6.0.27",
"tag": "pcln-menu_v6.0.27",
Expand Down
9 changes: 8 additions & 1 deletion packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - pcln-menu

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 6.0.28
Thu, 30 May 2024 19:42:04 GMT

### Patches

- add core-js dev depedency to fix storybook

## 6.0.27
Mon, 13 May 2024 15:04:02 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-menu",
"version": "6.0.27",
"version": "6.0.28",
"license": "MIT",
"author": "Priceline",
"sideEffects": false,
Expand Down Expand Up @@ -54,9 +54,9 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.13.0",
"pcln-design-system": "^6.14.0",
"pcln-icons": "^6.4.0",
"pcln-popover": "^6.1.8",
"pcln-popover": "^6.1.9",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6",
Expand Down
18 changes: 18 additions & 0 deletions packages/modal/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "pcln-modal",
"entries": [
{
"version": "6.0.28",
"tag": "pcln-modal_v6.0.28",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.14.0`"
},
{
"comment": "Updating dependency \"pcln-menu\" to `6.0.28`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.13.0` to `6.14.0`"
}
]
}
},
{
"version": "6.0.27",
"tag": "pcln-modal_v6.0.27",
Expand Down
7 changes: 6 additions & 1 deletion packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-modal

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 6.0.28
Thu, 30 May 2024 19:42:04 GMT

_Version update only_

## 6.0.27
Mon, 13 May 2024 15:04:02 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-modal",
"version": "6.0.27",
"version": "6.0.28",
"description": "React component for modal",
"license": "MIT",
"author": "Priceline",
Expand Down Expand Up @@ -51,7 +51,7 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.13.0",
"pcln-design-system": "^6.14.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6",
Expand Down
22 changes: 22 additions & 0 deletions packages/popover/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "pcln-popover",
"entries": [
{
"version": "6.1.9",
"tag": "pcln-popover_v6.1.9",
"date": "Thu, 30 May 2024 19:42:04 GMT",
"comments": {
"patch": [
{
"comment": "add core-js dev dep to fix storybook",
"author": "Steve Dalonzo <steven.dalonzo@priceline.com>",
"commit": "c4129de825dd2a11360dd5943a86141aaa5f83a2"
}
],
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.14.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.13.0` to `6.14.0`"
}
]
}
},
{
"version": "6.1.8",
"tag": "pcln-popover_v6.1.8",
Expand Down
9 changes: 8 additions & 1 deletion packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - pcln-popover

This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.
This log was last generated on Thu, 30 May 2024 19:42:04 GMT and should not be manually modified.

## 6.1.9
Thu, 30 May 2024 19:42:04 GMT

### Patches

- add core-js dev dep to fix storybook

## 6.1.8
Mon, 13 May 2024 15:04:02 GMT
Expand Down
Loading

0 comments on commit 5713461

Please sign in to comment.