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 Mar 12, 2024
1 parent bc37a70 commit 1ffd6ae
Show file tree
Hide file tree
Showing 26 changed files with 202 additions and 43 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/pcln-design-system/UXPT-4810_2023-07-13-20-28.json

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.14",
"tag": "pcln-autocomplete_v6.0.14",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.8.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.7.2` to `^6.8.0`"
}
]
}
},
{
"version": "6.0.13",
"tag": "pcln-autocomplete_v6.0.13",
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 Fri, 08 Mar 2024 16:04:54 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 6.0.14
Tue, 12 Mar 2024 14:57:49 GMT

_Version update only_

## 6.0.13
Fri, 08 Mar 2024 16:04:54 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.13",
"version": "6.0.14",
"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.7.2",
"pcln-design-system": "^6.8.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6"
Expand Down
25 changes: 25 additions & 0 deletions packages/carousel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "pcln-carousel",
"entries": [
{
"version": "3.1.6",
"tag": "pcln-carousel_v3.1.6",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"patch": [
{
"comment": "fix the bug that render children twice.",
"author": "Caleb Liu <[email protected]>",
"commit": "bc37a70ed1caf75306b86f70b517888376322c98"
}
],
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.8.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.0.14`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.7.2` to `^6.8.0`"
}
]
}
},
{
"version": "3.1.5",
"tag": "pcln-carousel_v3.1.5",
Expand Down
9 changes: 8 additions & 1 deletion packages/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - pcln-carousel

This log was last generated on Fri, 08 Mar 2024 16:04:55 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 3.1.6
Tue, 12 Mar 2024 14:57:49 GMT

### Patches

- fix the bug that render children twice.

## 3.1.5
Fri, 08 Mar 2024 16:04:55 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.5",
"version": "3.1.6",
"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.7.2",
"pcln-design-system": "^6.8.0",
"pcln-icons": "^6.1.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.14",
"tag": "pcln-codemods_v3.0.14",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.8.0`"
}
]
}
},
{
"version": "3.0.13",
"tag": "pcln-codemods_v3.0.13",
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 Fri, 08 Mar 2024 16:04:55 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 3.0.14
Tue, 12 Mar 2024 14:57:49 GMT

_Version update only_

## 3.0.13
Fri, 08 Mar 2024 16:04:55 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.13",
"version": "3.0.14",
"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.8.0",
"tag": "pcln-design-system_v6.8.0",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"minor": [
{
"comment": "Added Tab component",
"author": "Brandon Soong <[email protected]>",
"commit": "544b97d8fdb8b8eaac5856cb7576323e67eb9888"
}
]
}
},
{
"version": "6.7.2",
"tag": "pcln-design-system_v6.7.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 Fri, 08 Mar 2024 16:04:54 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 6.8.0
Tue, 12 Mar 2024 14:57:49 GMT

### Minor changes

- Added Tab component

## 6.7.2
Fri, 08 Mar 2024 16:04:54 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.7.2",
"version": "6.8.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.14",
"tag": "pcln-menu_v6.0.14",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.8.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.0.14`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.7.2` to `^6.8.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" from `^6.0.13` to `^6.0.14`"
}
]
}
},
{
"version": "6.0.13",
"tag": "pcln-menu_v6.0.13",
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 Fri, 08 Mar 2024 16:04:55 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 6.0.14
Tue, 12 Mar 2024 14:57:49 GMT

_Version update only_

## 6.0.13
Fri, 08 Mar 2024 16:04:55 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.13",
"version": "6.0.14",
"license": "MIT",
"author": "Priceline",
"sideEffects": false,
Expand Down Expand Up @@ -53,9 +53,9 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.7.2",
"pcln-design-system": "^6.8.0",
"pcln-icons": "^6.1.0",
"pcln-popover": "^6.0.13",
"pcln-popover": "^6.0.14",
"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.14",
"tag": "pcln-modal_v6.0.14",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.8.0`"
},
{
"comment": "Updating dependency \"pcln-menu\" to `6.0.14`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.7.2` to `^6.8.0`"
}
]
}
},
{
"version": "6.0.13",
"tag": "pcln-modal_v6.0.13",
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 Fri, 08 Mar 2024 16:04:55 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 6.0.14
Tue, 12 Mar 2024 14:57:49 GMT

_Version update only_

## 6.0.13
Fri, 08 Mar 2024 16:04:55 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.13",
"version": "6.0.14",
"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.7.2",
"pcln-design-system": "^6.8.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.0.14",
"tag": "pcln-popover_v6.0.14",
"date": "Tue, 12 Mar 2024 14:57:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.8.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.7.2` to `^6.8.0`"
}
]
}
},
{
"version": "6.0.13",
"tag": "pcln-popover_v6.0.13",
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 Fri, 08 Mar 2024 16:04:55 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 14:57:49 GMT and should not be manually modified.

## 6.0.14
Tue, 12 Mar 2024 14:57:49 GMT

_Version update only_

## 6.0.13
Fri, 08 Mar 2024 16:04:55 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.0.13",
"version": "6.0.14",
"description": "React component for popover",
"license": "MIT",
"author": "Priceline",
Expand Down Expand Up @@ -58,7 +58,7 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.7.2",
"pcln-design-system": "^6.8.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": ">=5.3.7 <6",
Expand Down
Loading

0 comments on commit 1ffd6ae

Please sign in to comment.