Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1899

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/few-pears-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-glasses-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-coats-argue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/little-jars-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-dancers-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-toes-hang.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/new-dragons-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ants-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plop-create-ProgressNotRequired.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-bulldogs-do.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/stupid-melons-burn.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tall-forks-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-rings-carry.md

This file was deleted.

35 changes: 35 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @ag.ds-next/docs

## 0.14.0

### Minor Changes

- ddbcf4aa6de: task-list: Add new `'notRequired'` status.
- 74937595b1c: docs: Update Storybook to version 8, update NextJS and Playroom to latest minor version.

react: Dependency updates.

yourgov: Dependency updates.

example-site: Dependency updates.

- ec0d717949d: date-picker: Add `aria-expanded` attribute to button. Make the example date more relevant. Add superseded announcement to docs.

date-picker-next: Initial release of component.

date-range-picker: Add `aria-expanded` attribute to button. Make the example date more relevant. Fix 2nd calendar dropdown updating to the wrong calendar. Add superseded announcement to docs.

date-range-picker-next: Initial release of component.

### Patch Changes

- 6c7351c58db: chore: Added `react/jsx-sort-props` eslint rule and sorted all props.
- a2ddf9aa951: docs: Remove unused react-simple-code-editor.
- Updated dependencies [55637c98759]
- Updated dependencies [6c7351c58db]
- Updated dependencies [ddbcf4aa6de]
- Updated dependencies [598725a5f8d]
- Updated dependencies [7ea33913c23]
- Updated dependencies [455685ad599]
- Updated dependencies [ec0d717949d]
- Updated dependencies [6d12fecc92a]
- @ag.ds-next/[email protected]

## 0.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag.ds-next/docs",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"repository": "https://github.com/agriculturegovau/agds-next/tree/main/docs",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"start": "next start"
},
"dependencies": {
"@ag.ds-next/react": "^1.25.0",
"@ag.ds-next/react": "^1.26.0",
"@preconstruct/next": "^4.0.0",
"@types/gtag.js": "^0.0.12",
"clipboard-copy": "^4.0.1",
Expand Down
15 changes: 15 additions & 0 deletions example-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ag.ds-next/example-site

## 0.6.1

### Patch Changes

- 6c7351c58db: chore: Added `react/jsx-sort-props` eslint rule and sorted all props.
- Updated dependencies [55637c98759]
- Updated dependencies [6c7351c58db]
- Updated dependencies [ddbcf4aa6de]
- Updated dependencies [598725a5f8d]
- Updated dependencies [7ea33913c23]
- Updated dependencies [455685ad599]
- Updated dependencies [ec0d717949d]
- Updated dependencies [6d12fecc92a]
- @ag.ds-next/[email protected]

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions example-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag.ds-next/example-site",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"license": "MIT",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"start": "next start"
},
"dependencies": {
"@ag.ds-next/react": "^1.25.0",
"@ag.ds-next/react": "^1.26.0",
"@hookform/resolvers": "^2.8.8",
"@preconstruct/next": "^4.0.0",
"@types/gtag.js": "^0.0.12",
Expand Down
28 changes: 28 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @ag.ds-next/react

## 1.26.0

### Minor Changes

- ddbcf4aa6de: task-list: Add new `'notRequired'` status.
- 7ea33913c23: icon: Created new icon, ProgressNotRequiredIcon.
- ec0d717949d: date-picker: Add `aria-expanded` attribute to button. Make the example date more relevant. Add superseded announcement to docs.

date-picker-next: Initial release of component.

date-range-picker: Add `aria-expanded` attribute to button. Make the example date more relevant. Fix 2nd calendar dropdown updating to the wrong calendar. Add superseded announcement to docs.

date-range-picker-next: Initial release of component.

### Patch Changes

- 55637c98759: loading: Announce `'fullscreen'` `LoadingBlanket` assertively.
- 6c7351c58db: chore: Added `react/jsx-sort-props` eslint rule and sorted all props.
- 598725a5f8d: callout: Remove callout in control group story as we no longer support this pattern.
- 455685ad599: status-badge: Remove emphasis from icon announcement.
- 6d12fecc92a: date-picker: Fix all `act`/state warnings in tests.

date-picker-next: Fix all `act`/state warnings in tests.

date-range-picker: Fix all `act`/state warnings in tests.

date-range-picker-next: Fix all `act`/state warnings in tests.

## 1.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag.ds-next/react",
"version": "1.25.0",
"version": "1.26.0",
"license": "MIT",
"main": "dist/ag.ds-next-react.cjs.js",
"module": "dist/ag.ds-next-react.esm.js",
Expand Down
21 changes: 21 additions & 0 deletions yourgov/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @ag.ds-next/yourgov

## 0.7.0

### Minor Changes

- 6ddde0bd67d: yourgov: New conditional reveal pattern that injects revealed content after radio button group, rather than in between radio buttons.
- 756a022f321: yourgov: Make steps mutable by decoupling components from array order.

### Patch Changes

- d77af495409: yourgov: Simple markup and UI fixes.
- 6c7351c58db: chore: Added `react/jsx-sort-props` eslint rule and sorted all props.
- Updated dependencies [55637c98759]
- Updated dependencies [6c7351c58db]
- Updated dependencies [ddbcf4aa6de]
- Updated dependencies [598725a5f8d]
- Updated dependencies [7ea33913c23]
- Updated dependencies [455685ad599]
- Updated dependencies [ec0d717949d]
- Updated dependencies [6d12fecc92a]
- @ag.ds-next/[email protected]

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions yourgov/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag.ds-next/yourgov",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"license": "MIT",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"start": "next start"
},
"dependencies": {
"@ag.ds-next/react": "^1.25.0",
"@ag.ds-next/react": "^1.26.0",
"@hookform/resolvers": "^2.8.8",
"@preconstruct/next": "^4.0.0",
"next": "^14.2.21",
Expand Down