Skip to content

Commit

Permalink
chore: release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Jul 18, 2023
1 parent 616dbec commit 59c0df2
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)


### 🚧 Refactoring

* move peerDeps to deps, improve apple errors ([616dbec](https://github.com/jeremybarbet/iap/commit/616dbec2742e6a64370f3c8d27ac9fbb38d9f90e))



# Changelog

## [1.4.0](https://github.com/jeremybarbet/iap/compare/v1.3.6...v1.4.0) (2023-02-23)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.4.0",
"version": "1.4.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
14 changes: 14 additions & 0 deletions packages/apple-api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)


### 🚧 Refactoring

* move peerDeps to deps, improve apple errors ([616dbec](https://github.com/jeremybarbet/iap/commit/616dbec2742e6a64370f3c8d27ac9fbb38d9f90e))



# Changelog

## [1.4.0](https://github.com/jeremybarbet/iap/compare/v1.3.6...v1.4.0) (2023-02-23)
Expand Down
2 changes: 1 addition & 1 deletion packages/apple-api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeremybarbet/apple-api-types",
"version": "1.4.0",
"version": "1.4.1",
"description": "Typescript definitions for Apple API services.",
"license": "MIT",
"main": "dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/google-api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)


### 🚧 Refactoring

* move peerDeps to deps, improve apple errors ([616dbec](https://github.com/jeremybarbet/iap/commit/616dbec2742e6a64370f3c8d27ac9fbb38d9f90e))



# Changelog

## [1.4.0](https://github.com/jeremybarbet/iap/compare/v1.3.6...v1.4.0) (2023-02-23)
Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeremybarbet/google-api-types",
"version": "1.4.0",
"version": "1.4.1",
"description": "Typescript definitions for Google API services.",
"license": "MIT",
"main": "dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/nest-iap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)


### 🚧 Refactoring

* move peerDeps to deps, improve apple errors ([616dbec](https://github.com/jeremybarbet/iap/commit/616dbec2742e6a64370f3c8d27ac9fbb38d9f90e))



# Changelog

## [1.4.0](https://github.com/jeremybarbet/iap/compare/v1.3.6...v1.4.0) (2023-02-23)
Expand Down
4 changes: 2 additions & 2 deletions packages/nest-iap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeremybarbet/nest-iap",
"version": "1.4.0",
"version": "1.4.1",
"description": "Wrapper around iap library to embed in NestJS applications.",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
},
"dependencies": {
"@jeremybarbet/node-iap": "1.4.0",
"@jeremybarbet/node-iap": "1.4.1",
"@nestjs/common": "10.1.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/node-iap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/jeremybarbet/iap/compare/v1.4.0...v1.4.1) (2023-07-18)


### 🚧 Refactoring

* move peerDeps to deps, improve apple errors ([616dbec](https://github.com/jeremybarbet/iap/commit/616dbec2742e6a64370f3c8d27ac9fbb38d9f90e))



# Changelog

## [1.4.0](https://github.com/jeremybarbet/iap/compare/v1.3.6...v1.4.0) (2023-02-23)
Expand Down
6 changes: 3 additions & 3 deletions packages/node-iap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jeremybarbet/node-iap",
"version": "1.4.0",
"version": "1.4.1",
"description": "Node.js library for Apple and Google IAP.",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -15,8 +15,8 @@
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
},
"dependencies": {
"@jeremybarbet/apple-api-types": "1.4.0",
"@jeremybarbet/google-api-types": "1.4.0",
"@jeremybarbet/apple-api-types": "1.4.1",
"@jeremybarbet/google-api-types": "1.4.1",
"axios": "1.4.0",
"google-auth-library": "8.9.0"
},
Expand Down

0 comments on commit 59c0df2

Please sign in to comment.