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 Oct 24, 2024
1 parent 3eea47e commit e2fbe74
Show file tree
Hide file tree
Showing 25 changed files with 193 additions and 33 deletions.

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.44",
"tag": "pcln-autocomplete_v6.0.44",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.20.2` to `6.21.0`"
}
]
}
},
{
"version": "6.0.43",
"tag": "pcln-autocomplete_v6.0.43",
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 Tue, 22 Oct 2024 20:25:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 6.0.44
Thu, 24 Oct 2024 15:51:39 GMT

_Version update only_

## 6.0.43
Tue, 22 Oct 2024 20:25:26 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.43",
"version": "6.0.44",
"description": "React autocomplete component built with Downshift",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"us": "^2.0.0"
},
"peerDependencies": {
"pcln-design-system": "^6.20.2",
"pcln-design-system": "^6.21.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.2.7",
"tag": "pcln-carousel_v3.2.7",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.1.29`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.20.2` to `6.21.0`"
}
]
}
},
{
"version": "3.2.6",
"tag": "pcln-carousel_v3.2.6",
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 Tue, 22 Oct 2024 20:25:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 3.2.7
Thu, 24 Oct 2024 15:51:39 GMT

_Version update only_

## 3.2.6
Tue, 22 Oct 2024 20:25:26 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.2.6",
"version": "3.2.7",
"description": "Priceline Design System Carousel Component",
"homepage": "https://github.com/priceline/design-system#readme",
"bugs": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"pcln-design-system": "^6.20.2",
"pcln-design-system": "^6.21.0",
"pcln-icons": "^6.6.6",
"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.34",
"tag": "pcln-codemods_v3.0.34",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
}
]
}
},
{
"version": "3.0.33",
"tag": "pcln-codemods_v3.0.33",
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 Thu, 19 Sep 2024 14:45:03 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 3.0.34
Thu, 24 Oct 2024 15:51:39 GMT

_Version update only_

## 3.0.33
Thu, 19 Sep 2024 14:45:03 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.33",
"version": "3.0.34",
"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.21.0",
"tag": "pcln-design-system_v6.21.0",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"minor": [
{
"comment": "update drawer props",
"author": "fareedahmad1 <[email protected]>",
"commit": "3eea47e9be837c7a3458a571d0983a8581b8347d"
}
]
}
},
{
"version": "6.20.2",
"tag": "pcln-design-system_v6.20.2",
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 Thu, 19 Sep 2024 14:45:03 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 6.21.0
Thu, 24 Oct 2024 15:51:39 GMT

### Minor changes

- update drawer props

## 6.20.2
Thu, 19 Sep 2024 14:45:03 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.20.2",
"version": "6.21.0",
"description": "Priceline Design System",
"homepage": "https://github.com/priceline/design-system#readme",
"bugs": {
Expand Down
21 changes: 21 additions & 0 deletions packages/menu/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "pcln-menu",
"entries": [
{
"version": "6.0.48",
"tag": "pcln-menu_v6.0.48",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.1.29`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.20.2` to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" from `^6.1.28` to `6.1.29`"
}
]
}
},
{
"version": "6.0.47",
"tag": "pcln-menu_v6.0.47",
Expand Down
7 changes: 6 additions & 1 deletion packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-menu

This log was last generated on Tue, 22 Oct 2024 20:25:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 6.0.48
Thu, 24 Oct 2024 15:51:39 GMT

_Version update only_

## 6.0.47
Tue, 22 Oct 2024 20:25:26 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.47",
"version": "6.0.48",
"license": "MIT",
"author": "Priceline",
"sideEffects": false,
Expand Down Expand Up @@ -55,9 +55,9 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.20.2",
"pcln-design-system": "^6.21.0",
"pcln-icons": "^6.6.6",
"pcln-popover": "^6.1.28",
"pcln-popover": "^6.1.29",
"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.48",
"tag": "pcln-modal_v6.0.48",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-menu\" to `6.0.48`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.20.2` to `6.21.0`"
}
]
}
},
{
"version": "6.0.47",
"tag": "pcln-modal_v6.0.47",
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 Tue, 22 Oct 2024 20:25:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 6.0.48
Thu, 24 Oct 2024 15:51:39 GMT

_Version update only_

## 6.0.47
Tue, 22 Oct 2024 20:25:26 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.47",
"version": "6.0.48",
"description": "React component for modal",
"license": "MIT",
"author": "Priceline",
Expand Down Expand Up @@ -52,7 +52,7 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.20.2",
"pcln-design-system": "^6.21.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6",
Expand Down
15 changes: 15 additions & 0 deletions packages/popover/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "pcln-popover",
"entries": [
{
"version": "6.1.29",
"tag": "pcln-popover_v6.1.29",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.20.2` to `6.21.0`"
}
]
}
},
{
"version": "6.1.28",
"tag": "pcln-popover_v6.1.28",
Expand Down
7 changes: 6 additions & 1 deletion packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - pcln-popover

This log was last generated on Tue, 22 Oct 2024 20:25:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Oct 2024 15:51:39 GMT and should not be manually modified.

## 6.1.29
Thu, 24 Oct 2024 15:51:39 GMT

_Version update only_

## 6.1.28
Tue, 22 Oct 2024 20:25:26 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcln-popover",
"version": "6.1.28",
"version": "6.1.29",
"description": "React component for popover",
"license": "MIT",
"author": "Priceline",
Expand Down Expand Up @@ -61,7 +61,7 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.20.2",
"pcln-design-system": "^6.21.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6",
Expand Down
15 changes: 15 additions & 0 deletions packages/slider/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "pcln-slider",
"entries": [
{
"version": "6.1.13",
"tag": "pcln-slider_v6.1.13",
"date": "Thu, 24 Oct 2024 15:51:39 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.21.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.20.2` to `6.21.0`"
}
]
}
},
{
"version": "6.1.12",
"tag": "pcln-slider_v6.1.12",
Expand Down
Loading

0 comments on commit e2fbe74

Please sign in to comment.