Skip to content

Commit

Permalink
bump minor to 10.1 for new development (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored and Dmitriy-Litvinenko committed Nov 23, 2023
1 parent 276cb94 commit b50f995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 1 addition & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# Change history for stripes-core

## [10.0.4](https://github.com/folio-org/stripes-core/tree/v10.0.4) (2023-11-13)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.3...v10.0.4)

* Provide empty `service-worker.js`. Refs STCOR-671.

## [10.0.3](https://github.com/folio-org/stripes-core/tree/v10.0.3) (2023-11-10)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.2...v10.0.3)

* Revert "Use cookies and RTR" until further notice. Refs FOLIO-3627.
* Ensure `<AppIcon>` is not cut off when app name is long. Refs STCOR-752.

## [10.0.2](https://github.com/folio-org/stripes-core/tree/v10.0.2) (2023-11-06)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.1...v10.0.2)

* Use cookies and RTR instead of directly handling the JWT. Refs STCOR-671, STCOR-754, STCOR-756, FOLIO-3627.

## [10.0.1](https://github.com/folio-org/stripes-core/tree/v10.0.1) (2023-10-25)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.0.1)

* Export `validateUser`. Refs STCOR-749.
## 10.1.0 IN PROGRESS

## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-core",
"version": "10.0.4",
"version": "10.1.0",
"description": "The starting point for Stripes applications",
"license": "Apache-2.0",
"repository": "folio-org/stripes-core",
Expand Down

0 comments on commit b50f995

Please sign in to comment.