Skip to content

Commit

Permalink
chore(release): publish version
Browse files Browse the repository at this point in the history
 - @twentyfourg-express-sdk/[email protected]
 - @twentyfourg-express-sdk/[email protected]
  • Loading branch information
Parsonswy committed Mar 27, 2023
1 parent 9c63b6f commit 361d947
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.8](https://github.com/twentyfourg/express-sdk/compare/@twentyfourg-express-sdk/[email protected]...@twentyfourg-express-sdk/[email protected]) (2023-03-27)

**Note:** Version bump only for package @twentyfourg-express-sdk/core

## [1.0.7](https://github.com/twentyfourg/express-sdk/compare/@twentyfourg-express-sdk/[email protected]...@twentyfourg-express-sdk/[email protected]) (2023-03-27)

**Note:** Version bump only for package @twentyfourg-express-sdk/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twentyfourg-express-sdk/core",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "./src/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"directory": "packages/core"
},
"dependencies": {
"@twentyfourg-express-sdk/cors": "^1.1.1",
"@twentyfourg-express-sdk/cors": "^1.1.2",
"@twentyfourg-express-sdk/rate-limit": "^1.1.1",
"dotenv": "^16.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/cors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/twentyfourg/express-sdk/compare/@twentyfourg-express-sdk/[email protected]...@twentyfourg-express-sdk/[email protected]) (2023-03-27)

### Bug Fixes

- only preg escape the url characters ([#68](https://github.com/twentyfourg/express-sdk/issues/68)) ([9c63b6f](https://github.com/twentyfourg/express-sdk/commit/9c63b6f834e463921c79fef1dcf9f594650398d9))

## [1.1.1](https://github.com/twentyfourg/express-sdk/compare/@twentyfourg-express-sdk/[email protected]...@twentyfourg-express-sdk/[email protected]) (2023-03-27)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cors/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twentyfourg-express-sdk/cors",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit 361d947

Please sign in to comment.