Skip to content

Commit

Permalink
bump minor to 9.1 for new development (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Oct 12, 2023
1 parent 9d6b166 commit 5a62d45
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
32 changes: 22 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
# Change history for stripes

## 9.0.0 IN PROGRESS
## 9.1.0 IN PROGRESS

* `stripes-components` `12.1.0`
* `stripes-connect` `9.1.0`
* `stripes-core` `10.1.0`
* `stripes-util` `6.1.0`
* `stripes-form` `9.1.0`
* `stripes-final-form`
* `stripes-smart-components`
* `stripes-ui` `2.1.0`
* `stripes-types` `v2.1.0`

## [9.0.0](https://github.com/folio-org/stripes/tree/v9.0.0) (2023-10-11)

* Loosen `redux` dependency to `^4.2.1`, aligning it across repos. Refs STRIPES-860.
* *BREAKING* `stripes-components` `12.0.0`
* *BREAKING* `stripes-connect` `9.0.0`
* *BREAKING* `stripes-core` `10.0.0`
* *BREAKING* `stripes-util` `6.0.0`
* *BREAKING* `stripes-form` `9.0.0`
* *BREAKING* `stripes-final-form` `8.0.0`
* *BREAKING* `stripes-smart-components` `9.0`
* *BREAKING* `stripes-ui` `2.0.0`
* *BREAKING* `stripes-components` `12.0.1` https://github.com/folio-org/stripes-components/releases/tag/v12.0.1
* *BREAKING* `stripes-connect` `9.0.0` https://github.com/folio-org/stripes-connect/releases/tag/v9.0.0
* *BREAKING* `stripes-core` `10.0.0` https://github.com/folio-org/stripes-core/releases/tag/v10.0.0
* *BREAKING* `stripes-util` `6.0.0` https://github.com/folio-org/stripes-util/releases/tag/v6.0.0
* *BREAKING* `stripes-form` `9.0.0` https://github.com/folio-org/stripes-form/releases/tag/v9.0.0
* *BREAKING* `stripes-final-form` `8.0.0` https://github.com/folio-org/stripes-final-form/releases/tag/v8.0.0
* *BREAKING* `stripes-smart-components` `9.0.0` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.0.0
* *BREAKING* `stripes-ui` `2.0.0` https://github.com/folio-org/stripes-ui/releases/tag/v2.0.0
* *BREAKING* `react` `v18`
* *BREAKING* `react-intl` `v6`
* `stripes-types` `v2`
* `stripes-types` `v2.0.0` https://github.com/folio-org/stripes-types/releases/tag/v2.0.0

## [8.0.0](https://github.com/folio-org/stripes/tree/v8.0.0) (2023-01-31)

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes",
"version": "9.0.0",
"version": "9.1.0",
"description": "Stripes framework",
"repository": "https://github.com/folio-org/stripes",
"publishConfig": {
Expand All @@ -17,16 +17,16 @@
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json "
},
"dependencies": {
"@folio/stripes-components": "~12.0.0",
"@folio/stripes-connect": "~9.0.0",
"@folio/stripes-core": "~10.0.0",
"@folio/stripes-final-form": "~8.0.0",
"@folio/stripes-form": "~9.0.0",
"@folio/stripes-components": "~12.1.0",
"@folio/stripes-connect": "~9.1.0",
"@folio/stripes-core": "~10.1.0",
"@folio/stripes-final-form": "~8.1.0",
"@folio/stripes-form": "~9.1.0",
"@folio/stripes-logger": "~1.0.0",
"@folio/stripes-smart-components": "~9.0.0",
"@folio/stripes-types": "^2.0.0",
"@folio/stripes-ui": "~2.0.0",
"@folio/stripes-util": "~6.0.0",
"@folio/stripes-smart-components": "~9.1.0",
"@folio/stripes-types": "^2.1.0",
"@folio/stripes-ui": "~2.1.0",
"@folio/stripes-util": "~6.1.0",
"redux": "^4.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5a62d45

Please sign in to comment.