Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Bump patch version of packages dependent on @gov.au/core:^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pponnapalli87 committed Jun 7, 2021
1 parent 350f894 commit 9e85dc7
Show file tree
Hide file tree
Showing 73 changed files with 193 additions and 25 deletions.
2 changes: 1 addition & 1 deletion auds.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v7.0.9 - Update core package dependency to use the latest version](#v709)
* [v7.0.8 - Remove --save-dev flag from readme instructions](#v708)
* [v7.0.7 - Removed unused `Fragment` React import](#v707)
* [v7.0.6 - Resolve autoprefixer warning](#v706)
Expand Down Expand Up @@ -52,6 +53,11 @@

## Release History

### v7.0.9

- Update core package dependency to use the latest version


### v7.0.8

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/accordion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ The visual test: https://auds.service.gov.au/packages/accordion/tests/site/

## Release History

* v7.0.9 - Update core package dependency to use the latest version
* v7.0.8 - Remove --save-dev flag from readme instructions
* v7.0.7 - Removed unused `Fragment` React import
* v7.0.6 - Resolve autoprefixer warning
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/accordion",
"version": "7.0.8",
"version": "7.0.9",
"description": "Allow the user to toggle the visibility of an element",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/body/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v2.2.1 - Update core package dependency to use the latest version](#v221)
* [v2.2.0 - Changed `background-color` CSS property when printing from `#fff` to `transparent` and removed --save-dev flag](#v220)
* [v2.1.1 - Resolve autoprefixer warning](#v211)
* [v2.1.0 - Remove external link icon, fix pancake build path](#v210)
Expand Down Expand Up @@ -44,6 +45,11 @@

## Release History

### v2.2.1

- Update core package dependency to use the latest version


### v2.2.0

- Switched `background-color` CSS property when printing from `#fff` to `transparent`
Expand Down
1 change: 1 addition & 0 deletions packages/body/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The visual test: https://auds.service.gov.au/packages/body/tests/site/

## Release History

* v2.2.1 - Update core package dependency to use the latest version
* v2.2.0 - Switched `background-color` CSS property when printing from `#fff` to `transparent` and removed --save-dev flag
* v2.1.1 - Resolve autoprefixer warning
* v2.1.0 - Remove external link icon, fix pancake build path
Expand Down
2 changes: 1 addition & 1 deletion packages/body/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/body",
"version": "2.2.0",
"version": "2.2.1",
"description": "Basic body styles for body HTML elements",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v3.0.6 - Update core package dependency to use the latest version](#v306)
* [v3.0.5 - Remove --save-dev flag from readme instructions](#v305)
* [v3.0.4 - Removed unused `Fragment` React import](#v304)
* [v3.0.3 - Removed uikit references](#v303)
Expand All @@ -39,6 +40,11 @@

## Release History

### v3.0.6

- Update core package dependency to use the latest version


### v3.0.5

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ The visual test: https://auds.service.gov.au/packages/breadcrumbs/tests/site/

## Release History

* v3.0.6 - Update core package dependency to use the latest version
* v3.0.5 - Remove --save-dev flag from readme instructions
* v3.0.4 - Removed unused `Fragment` React import
* v3.0.3 - Removed uikit references
Expand Down
2 changes: 1 addition & 1 deletion packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/breadcrumbs",
"version": "3.0.5",
"version": "3.0.6",
"description": "Breadcrumbs help users understand where they are in the service and how they got there.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v3.0.8 - Update core package dependency to use the latest version](#v308)
* [v3.0.7 - Remove --save-dev flag from readme instructions](#v307)
* [v3.0.6 - Removed unused `Fragment` React import](#v306)
* [v3.0.5 - Removed uikit references](#v305)
Expand Down Expand Up @@ -42,6 +43,11 @@

## Release History

### v3.0.8

- Update core package dependency to use the latest version


### v3.0.7

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/buttons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ The visual test: https://auds.service.gov.au/packages/buttons/tests/site/

## Release History

* v3.0.8 - Update core package dependency to use the latest version
* v3.0.7 - Remove --save-dev flag from readme instructions
* v3.0.6 - Removed unused `Fragment` React import
* v3.0.5 - Removed uikit references
Expand Down
2 changes: 1 addition & 1 deletion packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/buttons",
"version": "3.0.7",
"version": "3.0.8",
"description": "Buttons signal action. Use them to move the user through the service.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/callout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v3.0.3 - Update core package dependency to use the latest version](#v303)
* [v3.0.2 - Remove --save-dev flag from readme instructions](#v302)
* [v3.0.1 - Removed uikit references](#v301)
* [v3.0.0 - Replace aria-label with a title](#v300)
Expand All @@ -40,6 +41,11 @@

## Release History

### v3.0.3

- Update core package dependency to use the latest version


### v3.0.2

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/callout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The visual test: https://auds.service.gov.au/packages/callout/tests/site/

## Release History

* v3.0.3 - Update core package dependency to use the latest version
* v3.0.2 - Remove --save-dev flag from readme instructions
* v3.0.1 - Removed uikit references
* v3.0.0 - Replace aria-label with a title
Expand Down
2 changes: 1 addition & 1 deletion packages/callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/callout",
"version": "3.0.2",
"version": "3.0.3",
"description": "Use callout to notify and alert users of important snippets of information.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v0.3.3 - Update core package dependency to use the latest version](#v033)
* [v0.3.2 - Move `overflow:hidden` property from the shadow class to the `.au-card` class](#v032)
* [v0.3.1 - Use unit instead of rem](#v031)
* [v0.3.0 - Remove AUcardBody export, add feature footers and headers, add light/dark theme variations and tests](#v030)
Expand All @@ -31,6 +32,11 @@

## Release History

### v0.3.3

- Update core package dependency to use the latest version


### v0.3.2

- Move `overflow:hidden` property from the shadow class to the `.au-card` class
Expand Down
1 change: 1 addition & 0 deletions packages/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The visual test: https://auds.service.gov.au/packages/card/tests/site/

## Release History

* v0.3.3 - Update core package dependency to use the latest version
* v0.3.2 - Move `overflow:hidden` property from the shadow class to the `.au-card` class
* v0.3.1 - Use unit instead of rem
* v0.3.0 - Remove AUcardBody export, add feature footers and headers, add light/dark theme variations and tests
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/card",
"version": "0.3.2",
"version": "0.3.3",
"description": "A container for all types of content",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/control-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v3.0.2 - Update core package dependency to use the latest version](#v302)
* [v3.0.1 - Remove --save-dev flag from readme instructions](#v301)
* [v3.0.0 - Use explicit labelling instead of implicit labelling for control inputs. Remove `margin-top` for control input block that is not followed by another control input block. Removed unused `Fragment` React import](#v300)
* [v2.2.2 - Fixed radio input underlapping svg on small inputs](#v222)
Expand Down Expand Up @@ -44,6 +45,11 @@

## Release History

### v3.0.2

- Update core package dependency to use the latest version


### v3.0.1

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/control-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ The visual test: https://auds.service.gov.au/packages/control-input/tests/site/

## Release History

* v3.0.2 - Update core package dependency to use the latest version
* v3.0.1 - Remove --save-dev flag from readme instructions
* v3.0.0 - Use explicit labelling instead of implicit labelling for control inputs. Remove `margin-top` for control input block that is not followed by another control input block. Removed unused `Fragment` React import
* v2.2.2 - Fixed radio input underlapping svg on small inputs
Expand Down
2 changes: 1 addition & 1 deletion packages/control-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/control-input",
"version": "3.0.1",
"version": "3.0.2",
"description": "Control inputs include radio buttons and checkboxes. They allow users to select one or more options.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/cta-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v2.2.1 - Update core package dependency to use the latest version](#v221)
* [v2.2.0 - Remove --save-dev flag from readme instructions](#v220)
* [v2.1.9 - Removed unused `Fragment` React import](#v219)
* [v2.1.8 - Resolve autoprefixer warning](#v218)
Expand All @@ -41,6 +42,11 @@

## Release History

### v2.2.1

- Update core package dependency to use the latest version


### v2.2.0

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/cta-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ The visual test: https://auds.service.gov.au/packages/cta-link/tests/site/

## Release History

* v2.2.1 - Update core package dependency to use the latest version
* v2.2.0 - Remove --save-dev flag from readme instructions
* v2.1.9 - Removed unused `Fragment` React import
* v2.1.8 - Resolve autoprefixer warning
Expand Down
2 changes: 1 addition & 1 deletion packages/cta-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/cta-link",
"version": "2.2.0",
"version": "2.2.1",
"description": "Use cta links to draw attention to a primary call to action.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/direction-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v3.0.1 - Update core package dependency to use the latest version](#v301)
* [v3.0.0 - Changed direction links arrow icon to be inside a `span`, making use of `aria-hidden` so the arrow is not read by screen readers](#v300)
* [v2.2.0 - Remove --save-dev flag from readme instructions](#v220)
* [v2.1.9 - Removed unused `Fragment` React import](#v219)
Expand Down Expand Up @@ -42,6 +43,11 @@

## Release History

### v3.0.1

- Update core package dependency to use the latest version


### v3.0.0

- Changed direction links arrow icon to be inside a `span`, making use of `aria-hidden` so the arrow is not read by screen readers
Expand Down
1 change: 1 addition & 0 deletions packages/direction-links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ The visual test: https://auds.service.gov.au/packages/direction-links/tests/site

## Release History

* v3.0.1 - Update core package dependency to use the latest version
* v3.0.0 - Changed direction links arrow icon to be inside a `span`, making use of `aria-hidden` so the arrow is not read by screen readers
* v2.2.0 - Remove --save-dev flag from readme instructions
* v2.1.9 - Removed unused `Fragment` React import
Expand Down
2 changes: 1 addition & 1 deletion packages/direction-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/direction-links",
"version": "3.0.0",
"version": "3.0.1",
"description": "Use direction links to link up and down within the DOM or back to a parent page.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/footer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v3.0.6 - Update core package dependency to use the latest version](#v306)
* [v3.0.5 - Remove --save-dev flag from readme instructions](#v305)
* [v3.0.4 - Removed word `navigation` from aria label in `<nav>` element](#v304)
* [v3.0.3 - Removed unused `Fragment` React import](#v303)
Expand Down Expand Up @@ -45,6 +46,11 @@

## Release History

### v3.0.6

- Update core package dependency to use the latest version


### v3.0.5

- Remove --save-dev flag from readme instructions
Expand Down
1 change: 1 addition & 0 deletions packages/footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ The visual test: https://auds.service.gov.au/packages/footer/tests/site/

## Release History

* v3.0.6 - Update core package dependency to use the latest version
* v3.0.5 - Remove --save-dev flag from readme instructions
* v3.0.4 - Removed word `navigation` from `aria-label` in `<nav>` element
* v3.0.3 - Removed unused `Fragment` React import
Expand Down
2 changes: 1 addition & 1 deletion packages/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/footer",
"version": "3.0.5",
"version": "3.0.6",
"description": "Footers help users who reach the bottom of a page without finding what they want.",
"keywords": [
"auds",
Expand Down
6 changes: 6 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v0.1.6 - Update core package dependency to use the latest version](#v016)
* [v0.1.5 - Update version for the dependency: @gov.au/core](#v015)
* [v0.1.4 - Add margin between text area and form labels, hint text and error messages.](#v014)
* [v0.1.3 - Remove --save-dev flag from readme instructions](#v013)
Expand All @@ -28,6 +29,11 @@

## Release History

### v0.1.6

- Update core package dependency to use the latest version


### v0.1.5

- Update version for the dependency: @gov.au/core
Expand Down
1 change: 1 addition & 0 deletions packages/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The visual test: https://auds.service.gov.au/packages/form/tests/site/

## Release History

* v0.1.6 - Update core package dependency to use the latest version
* v0.1.5 - Update version for the dependency: @gov.au/core
* v0.1.4 - Add margin between text area and form labels, hint text and error messages.
* v0.1.3 - Remove --save-dev flag from readme instructions.
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/form",
"version": "0.1.5",
"version": "0.1.6",
"description": "The form component contains layout, labelling and inline validations for form fields",
"keywords": [
"auds",
Expand Down
Loading

0 comments on commit 9e85dc7

Please sign in to comment.