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 13, 2024
1 parent c170d22 commit 6bfc772
Show file tree
Hide file tree
Showing 30 changed files with 233 additions and 54 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 19 additions & 0 deletions heft-plugins/heft-styled-components-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "heft-styled-components-plugin",
"entries": [
{
"version": "0.1.0",
"tag": "heft-styled-components-plugin_v0.1.0",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"minor": [
{
"comment": "initial implementation",
"author": "Steve Dalonzo <[email protected]>",
"commit": "c170d22a1632a734c1a490789b9c6ff71d56347c"
}
]
}
}
]
}
11 changes: 11 additions & 0 deletions heft-plugins/heft-styled-components-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log - heft-styled-components-plugin

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

## 0.1.0
Mon, 13 May 2024 15:04:02 GMT

### Minor changes

- initial implementation

2 changes: 1 addition & 1 deletion heft-plugins/heft-styled-components-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heft-styled-components-plugin",
"version": "0.0.1",
"version": "0.1.0",
"description": "A Heft plugin to transpile Heft outputs with babel and babel-plugin-styled-components",
"repository": {
"type": "git",
Expand Down
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.24",
"tag": "pcln-autocomplete_v6.0.24",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.13.0`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.12.1` to `6.13.0`"
}
]
}
},
{
"version": "6.0.23",
"tag": "pcln-autocomplete_v6.0.23",
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, 06 May 2024 21:57:26 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.

## 6.0.24
Mon, 13 May 2024 15:04:02 GMT

_Version update only_

## 6.0.23
Mon, 06 May 2024 21:57: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.23",
"version": "6.0.24",
"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.12.1",
"pcln-design-system": "^6.13.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.18",
"tag": "pcln-carousel_v3.1.18",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.13.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.1.8`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.12.1` to `6.13.0`"
}
]
}
},
{
"version": "3.1.17",
"tag": "pcln-carousel_v3.1.17",
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, 06 May 2024 21:57:26 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.

## 3.1.18
Mon, 13 May 2024 15:04:02 GMT

_Version update only_

## 3.1.17
Mon, 06 May 2024 21:57: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.1.17",
"version": "3.1.18",
"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.12.1",
"pcln-design-system": "^6.13.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.21",
"tag": "pcln-codemods_v3.0.21",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.13.0`"
}
]
}
},
{
"version": "3.0.20",
"tag": "pcln-codemods_v3.0.20",
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, 06 May 2024 21:57:26 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.

## 3.0.21
Mon, 13 May 2024 15:04:02 GMT

_Version update only_

## 3.0.20
Mon, 06 May 2024 21:57:26 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.20",
"version": "3.0.21",
"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.13.0",
"tag": "pcln-design-system_v6.13.0",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"minor": [
{
"comment": "use heft-styled-components-plugin",
"author": "Steve Dalonzo <[email protected]>",
"commit": "c170d22a1632a734c1a490789b9c6ff71d56347c"
}
]
}
},
{
"version": "6.12.1",
"tag": "pcln-design-system_v6.12.1",
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, 06 May 2024 21:57:26 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.

## 6.13.0
Mon, 13 May 2024 15:04:02 GMT

### Minor changes

- use heft-styled-components-plugin

## 6.12.1
Mon, 06 May 2024 21:57:26 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.12.1",
"version": "6.13.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.27",
"tag": "pcln-menu_v6.0.27",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.13.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" to `6.1.8`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.12.1` to `6.13.0`"
},
{
"comment": "Updating dependency \"pcln-popover\" from `^6.1.7` to `6.1.8`"
}
]
}
},
{
"version": "6.0.26",
"tag": "pcln-menu_v6.0.26",
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 Mon, 06 May 2024 21:57:26 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.

## 6.0.27
Mon, 13 May 2024 15:04:02 GMT

_Version update only_

## 6.0.26
Mon, 06 May 2024 21:57: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.26",
"version": "6.0.27",
"license": "MIT",
"author": "Priceline",
"sideEffects": false,
Expand Down Expand Up @@ -53,9 +53,9 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"pcln-design-system": "^6.12.1",
"pcln-design-system": "^6.13.0",
"pcln-icons": "^6.4.0",
"pcln-popover": "^6.1.7",
"pcln-popover": "^6.1.8",
"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.27",
"tag": "pcln-modal_v6.0.27",
"date": "Mon, 13 May 2024 15:04:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"pcln-design-system\" to `6.13.0`"
},
{
"comment": "Updating dependency \"pcln-menu\" to `6.0.27`"
},
{
"comment": "Updating dependency \"pcln-design-system\" from `^6.12.1` to `6.13.0`"
}
]
}
},
{
"version": "6.0.26",
"tag": "pcln-modal_v6.0.26",
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, 06 May 2024 21:57:26 GMT and should not be manually modified.
This log was last generated on Mon, 13 May 2024 15:04:02 GMT and should not be manually modified.

## 6.0.27
Mon, 13 May 2024 15:04:02 GMT

_Version update only_

## 6.0.26
Mon, 06 May 2024 21:57: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.26",
"version": "6.0.27",
"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.12.1",
"pcln-design-system": "^6.13.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 6bfc772

Please sign in to comment.