Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - bpk-animate-height@5.0.0
 - bpk-component-accordion@6.0.0
 - bpk-component-aria-live@3.0.0
 - bpk-component-autosuggest@7.0.0
 - bpk-component-badge@5.0.0
 - bpk-component-banner-alert@7.0.0
 - bpk-component-barchart@5.0.0
 - bpk-component-blockquote@4.0.0
 - bpk-component-boilerplate@2.0.0
 - bpk-component-breadcrumb@4.0.0
 - bpk-component-breakpoint@5.0.0
 - bpk-component-button@7.0.0
 - bpk-component-calendar@12.0.0
 - bpk-component-card@5.0.0
 - bpk-component-checkbox@5.0.0
 - bpk-component-chip@6.0.0
 - bpk-component-close-button@4.0.0
 - bpk-component-code@4.0.0
 - bpk-component-content-container@6.0.0
 - bpk-component-datatable@5.0.0
 - bpk-component-datepicker@18.0.0
 - bpk-component-description-list@4.0.0
 - bpk-component-dialog@7.0.0
 - bpk-component-drawer@7.0.0
 - bpk-component-fieldset@5.0.0
 - bpk-component-flare@3.0.0
 - bpk-component-floating-notification@2.0.0
 - bpk-component-form-validation@5.0.0
 - bpk-component-graphic-promotion@5.0.0
 - bpk-component-grid-toggle@4.0.0
 - bpk-component-grid@4.0.0
 - bpk-component-horizontal-nav@6.0.0
 - bpk-component-icon@10.0.0
 - bpk-component-image@6.0.0
 - bpk-component-infinite-scroll@5.0.0
 - bpk-component-input@7.0.0
 - bpk-component-label@6.0.0
 - bpk-component-link@4.0.0
 - bpk-component-list@5.0.0
 - bpk-component-loading-button@7.0.0
 - bpk-component-map@7.0.0
 - bpk-component-mobile-scroll-container@4.0.0
 - bpk-component-modal@6.0.0
 - bpk-component-navigation-bar@4.0.0
 - bpk-component-nudger@8.0.0
 - bpk-component-overlay@3.0.0
 - bpk-component-pagination@5.0.0
 - bpk-component-panel@4.0.0
 - bpk-component-phone-input@8.0.0
 - bpk-component-popover@8.0.0
 - bpk-component-price@2.0.0
 - bpk-component-progress@4.0.0
 - bpk-component-radio@4.0.0
 - bpk-component-rating@6.0.0
 - bpk-component-rtl-toggle@4.0.0
 - bpk-component-scrollable-calendar@7.0.0
 - bpk-component-section-list@4.0.0
 - bpk-component-select@6.0.0
 - bpk-component-skip-link@3.0.0
 - bpk-component-slider@4.0.0
 - bpk-component-spinner@6.0.0
 - bpk-component-split-input@2.0.0
 - bpk-component-star-rating@4.0.0
 - bpk-component-switch@3.0.0
 - bpk-component-table@4.0.0
 - bpk-component-text@8.0.0
 - bpk-component-textarea@5.0.0
 - bpk-component-theme-toggle@4.0.0
 - bpk-component-ticket@6.0.0
 - bpk-component-tooltip@9.0.0
 - bpk-react-utils@7.0.0
 - bpk-scrim-utils@6.0.0
 - bpk-storybook-utils@2.0.0
 - bpk-theming@3.0.0
  • Loading branch information
olliecurtis committed Aug 5, 2022
1 parent 750208b commit f451fa4
Show file tree
Hide file tree
Showing 74 changed files with 315 additions and 315 deletions.
4 changes: 2 additions & 2 deletions packages/bpk-animate-height/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-animate-height",
"version": "4.1.14",
"version": "5.0.0",
"description": "Animate height using CSS transitions.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -21,6 +21,6 @@
},
"devDependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-component-button": "^6.2.9"
"bpk-component-button": "^7.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/bpk-component-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-accordion",
"version": "5.0.15",
"version": "6.0.0",
"description": "Backpack accordion component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -14,18 +14,18 @@
},
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"bpk-animate-height": "^4.1.14",
"bpk-component-icon": "^9.2.15",
"bpk-component-text": "^7.0.8",
"bpk-animate-height": "^5.0.0",
"bpk-component-icon": "^10.0.0",
"bpk-component-text": "^8.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-component-checkbox": "^4.1.16"
"bpk-component-checkbox": "^5.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/bpk-component-aria-live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-aria-live",
"version": "2.1.23",
"version": "3.0.0",
"description": "Backpack aria-live component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -14,15 +14,15 @@
},
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.5.8"
},
"devDependencies": {
"bpk-component-chip": "^5.2.20",
"bpk-component-code": "^3.1.14",
"bpk-component-fieldset": "^4.1.23",
"bpk-component-select": "^5.1.14",
"bpk-component-switch": "^2.1.15"
"bpk-component-chip": "^6.0.0",
"bpk-component-code": "^4.0.0",
"bpk-component-fieldset": "^5.0.0",
"bpk-component-select": "^6.0.0",
"bpk-component-switch": "^3.0.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/bpk-component-autosuggest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-autosuggest",
"version": "6.1.20",
"version": "7.0.0",
"description": "Backpack autosuggest component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -14,16 +14,16 @@
},
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
"dependencies": {
"bpk-component-input": "^6.1.20",
"bpk-component-input": "^7.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2",
"react-autosuggest": "^9.4.3"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"bpk-component-icon": "^9.2.15"
"bpk-component-icon": "^10.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/bpk-component-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-badge",
"version": "4.1.15",
"version": "5.0.0",
"description": "Backpack badge component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,15 +15,15 @@
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-component-icon": "^9.2.15",
"bpk-storybook-utils": "^1.1.13"
"bpk-component-icon": "^10.0.0",
"bpk-storybook-utils": "^2.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/bpk-component-banner-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-banner-alert",
"version": "6.1.20",
"version": "7.0.0",
"description": "Backpack banner alert component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,18 +15,18 @@
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
"dependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-animate-height": "^4.1.14",
"bpk-component-close-button": "^3.1.15",
"bpk-component-icon": "^9.2.15",
"bpk-animate-height": "^5.0.0",
"bpk-component-close-button": "^4.0.0",
"bpk-component-icon": "^10.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2",
"react-transition-group": "^2.5.3"
},
"devDependencies": {
"bpk-component-aria-live": "^2.1.23",
"bpk-component-button": "^6.2.9",
"bpk-storybook-utils": "^1.1.13"
"bpk-component-aria-live": "^3.0.0",
"bpk-component-button": "^7.0.0",
"bpk-storybook-utils": "^2.0.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/bpk-component-barchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-barchart",
"version": "4.2.16",
"version": "5.0.0",
"description": "Backpack bar chart component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,9 +15,9 @@
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-component-mobile-scroll-container": "^3.1.14",
"bpk-component-mobile-scroll-container": "^4.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"d3-path": "^2.0.0",
"d3-scale": "^4.0.2",
"lodash.debounce": "^4.0.8",
Expand All @@ -27,9 +27,9 @@
"react": "^17.0.2"
},
"devDependencies": {
"bpk-component-breakpoint": "^4.0.6",
"bpk-component-content-container": "^5.0.8",
"bpk-component-rtl-toggle": "^3.1.14",
"bpk-component-text": "^7.0.8"
"bpk-component-breakpoint": "^5.0.0",
"bpk-component-content-container": "^6.0.0",
"bpk-component-rtl-toggle": "^4.0.0",
"bpk-component-text": "^8.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/bpk-component-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-blockquote",
"version": "3.1.14",
"version": "4.0.0",
"description": "Backpack blockquote component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,7 +15,7 @@
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bpk-component-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-boilerplate",
"version": "1.1.14",
"version": "2.0.0",
"description": "Backpack boilerplate component.",
"license": "Apache-2.0",
"private": true,
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.5.8"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/bpk-component-breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-breadcrumb",
"version": "3.1.15",
"version": "4.0.0",
"description": "Backpack breadcrumb component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -14,11 +14,11 @@
},
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"bpk-component-icon": "^9.2.15",
"bpk-component-link": "^3.1.14",
"bpk-component-text": "^7.0.8",
"bpk-component-icon": "^10.0.0",
"bpk-component-link": "^4.0.0",
"bpk-component-text": "^8.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bpk-component-breakpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-breakpoint",
"version": "4.0.6",
"version": "5.0.0",
"description": "Backpack breakpoint component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,7 +15,7 @@
"gitHead": "5c156b97cb0ba5e75851d3c763334578714c895e",
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2",
"react-responsive": "^8.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bpk-component-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-button",
"version": "6.2.9",
"version": "7.0.0",
"description": "Backpack button component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -18,7 +18,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"bpk-storybook-utils": "^1.1.13"
"bpk-storybook-utils": "^2.0.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/bpk-component-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-calendar",
"version": "11.2.3",
"version": "12.0.0",
"description": "Backpack calendar component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,20 +15,20 @@
"gitHead": "4e4ec9add28e1db54d6a38a10c331bbd163f2926",
"dependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-component-aria-live": "^2.1.23",
"bpk-component-icon": "^9.2.15",
"bpk-component-select": "^5.1.14",
"bpk-component-aria-live": "^3.0.0",
"bpk-component-icon": "^10.0.0",
"bpk-component-select": "^6.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"date-fns": "^2.21.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"bpk-component-button": "^6.2.9",
"bpk-component-text": "^7.0.8",
"bpk-storybook-utils": "^1.1.13"
"bpk-component-button": "^7.0.0",
"bpk-component-text": "^8.0.0",
"bpk-storybook-utils": "^2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/bpk-component-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-card",
"version": "4.1.15",
"version": "5.0.0",
"description": "Backpack card component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -15,12 +15,12 @@
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"bpk-component-link": "^3.1.14",
"bpk-component-text": "^7.0.8"
"bpk-component-link": "^4.0.0",
"bpk-component-text": "^8.0.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/bpk-component-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpk-component-checkbox",
"version": "4.1.16",
"version": "5.0.0",
"description": "Backpack checkbox component.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -14,16 +14,16 @@
},
"gitHead": "f9f94f86d7cfc75e43bc6ad5eb01b23e62a89cc8",
"dependencies": {
"bpk-component-icon": "^9.2.15",
"bpk-component-icon": "^10.0.0",
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"bpk-react-utils": "^7.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@skyscanner/bpk-foundations-web": "^8.3.0",
"bpk-storybook-utils": "^1.1.13"
"bpk-storybook-utils": "^2.0.0"
}
}
Loading

0 comments on commit f451fa4

Please sign in to comment.