Skip to content

Commit

Permalink
Bump version to 0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Mar 28, 2024
1 parent e135064 commit b426255
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.0.2

- fix deploy pipeline [`#28`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/28)
- Enable uat deploy. Remove prod stage [`#27`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/27)
- [CHK-2522] take in charge code from 15 to 17 [`#25`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/25)
- [CHK-2471] feat: session token outcome page [`#21`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/21)
- Feat: [CHK-2147] Payment onboarding status mapping [`#20`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/20)
- Fix: [CHK-2307]: Redirects with error on missing sessionToken [`#17`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/17)
- [CHK-2308] remove checkout unused env vars [`#16`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/16)
- update ecommerce refs [`#14`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/14)
- Feat: [CHK-2250] Checkout logic cleanup [`#13`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/13)
- build(deps): bump terser from 5.11.0 to 5.26.0 [`#12`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/12)
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [`#11`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/11)
- build(deps): bump fast-json-patch from 3.1.0 to 3.1.1 [`#10`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/10)
- build(deps): bump json5 from 1.0.1 to 1.0.2 [`#9`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/9)
- Bump axios from 0.26.0 to 1.6.0 [`#6`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/6)
- Bump nunjucks from 3.2.3 to 3.2.4 [`#5`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/5)
- Bump semver from 5.7.1 to 5.7.2 [`#4`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/4)
- Bump word-wrap from 1.2.3 to 1.2.5 [`#3`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/3)
- Bump @babel/traverse from 7.17.3 to 7.23.6 [`#2`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/2)
- Bump postcss from 8.4.7 to 8.4.32 [`#1`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/1)
- fix: deploy pipeline storage sync [`#8`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/8)
- fix: build import [`#7`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/7)
- init project [`8174f68`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/8174f6857576a4dac8f1a5c4b837eb0d1b43509b)
- feat|refactor(CHK-2250): removes checkout logic [`0c0204e`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/0c0204e8434ab43e4eb5ce12e760d8abb816f752)
- feat(CHK-2547): unuseful env variables deleted and integration tests added [`cddcbc5`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/cddcbc5e3086534d2e47fb39a93f4b5a7ca095a1)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pagopa-ecommerce-fe",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"type-check": "tsc",
"generate": "npm-run-all generate:*",
Expand Down

0 comments on commit b426255

Please sign in to comment.