Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @grxy/eslint-config@0.3.12
 - @grxy/apollo-server@0.3.125
 - @grxy/expo@0.1.21
 - @grxy/next@0.10.71
  • Loading branch information
grxy committed Dec 1, 2021
1 parent 4aa6513 commit c14f1ad
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.12](https://github.com/grxy/grxy/compare/@grxy/eslint-config@0.3.11...@grxy/eslint-config@0.3.12) (2021-12-01)

**Note:** Version bump only for package @grxy/eslint-config





## [0.3.11](https://github.com/grxy/grxy/compare/@grxy/eslint-config@0.3.10...@grxy/eslint-config@0.3.11) (2021-11-01)

**Note:** Version bump only for package @grxy/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grxy/eslint-config",
"version": "0.3.11",
"version": "0.3.12",
"description": "My custom eslint config",
"main": "index.js",
"author": "Grex",
Expand Down
8 changes: 8 additions & 0 deletions projects/apollo-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.125](https://github.com/grxy/grxy/tree/master/projects/apollo-server/compare/@grxy/apollo-server@0.3.124...@grxy/apollo-server@0.3.125) (2021-12-01)

**Note:** Version bump only for package @grxy/apollo-server





## [0.3.124](https://github.com/grxy/grxy/tree/master/projects/apollo-server/compare/@grxy/apollo-server@0.3.123...@grxy/apollo-server@0.3.124) (2021-11-08)

**Note:** Version bump only for package @grxy/apollo-server
Expand Down
2 changes: 1 addition & 1 deletion projects/apollo-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grxy/apollo-server",
"version": "0.3.124",
"version": "0.3.125",
"description": "Sandbox for testing ApolloServer",
"main": "src/index.js",
"repository": "https://github.com/grxy/grxy/tree/master/projects/apollo-server",
Expand Down
8 changes: 8 additions & 0 deletions projects/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.21](https://github.com/grxy/grxy/compare/@grxy/expo@0.1.20...@grxy/expo@0.1.21) (2021-12-01)

**Note:** Version bump only for package @grxy/expo





## [0.1.20](https://github.com/grxy/grxy/compare/@grxy/expo@0.1.19...@grxy/expo@0.1.20) (2021-11-01)

**Note:** Version bump only for package @grxy/expo
Expand Down
2 changes: 1 addition & 1 deletion projects/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grxy/expo",
"version": "0.1.20",
"version": "0.1.21",
"main": "__generated__/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down
8 changes: 8 additions & 0 deletions projects/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.71](https://github.com/grxy/grxy/tree/master/projects/next/compare/@grxy/next@0.10.70...@grxy/next@0.10.71) (2021-12-01)

**Note:** Version bump only for package @grxy/next





## [0.10.70](https://github.com/grxy/grxy/tree/master/projects/next/compare/@grxy/next@0.10.69...@grxy/next@0.10.70) (2021-10-01)

**Note:** Version bump only for package @grxy/next
Expand Down
2 changes: 1 addition & 1 deletion projects/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grxy/next",
"version": "0.10.70",
"version": "0.10.71",
"description": "Next.js playground",
"main": "index.js",
"repository": "https://github.com/grxy/grxy/tree/master/projects/next",
Expand Down

0 comments on commit c14f1ad

Please sign in to comment.