Skip to content

Commit

Permalink
release: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2023
1 parent aae88aa commit 1e1d6fb
Show file tree
Hide file tree
Showing 24 changed files with 125 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-radios-reflect.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/config/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @drupal-kit/eslint-config

## 0.8.0

## 0.7.1

## 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drupal-kit/eslint-config",
"version": "0.7.1",
"version": "0.8.0",
"main": "index.js",
"private": true,
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/config/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @drupal-kit/config-prettier

## 0.8.0

## 0.7.1

## 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/config/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drupal-kit/config-prettier",
"version": "0.7.1",
"version": "0.8.0",
"main": "index.js",
"private": true,
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/config/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @drupal-kit/config-typescript

## 0.8.0

## 0.7.1

## 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/config/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drupal-kit/config-typescript",
"version": "0.7.1",
"version": "0.8.0",
"private": true,
"devDependencies": {
"typescript": "5.0.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/consumers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @drupal-kit/consumers

## 0.8.0

### Patch Changes

- Updated dependencies []:
- @drupal-kit/core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/consumers/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@drupal-kit/consumers",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.7.1"
"@drupal-kit/core": "workspace:0.8.0"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @drupal-kit/core

## 0.8.0

## 0.7.1

## 0.7.0
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drupal-kit/core",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
Expand All @@ -10,9 +10,9 @@
"qs": "~6.9"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"@types/qs": "~6.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/jsonapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @drupal-kit/jsonapi

## 0.8.0

### Patch Changes

- Updated dependencies []:
- @drupal-kit/core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@drupal-kit/jsonapi",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.7.1",
"@drupal-kit/core": "workspace:0.8.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2",
"drupal-jsonapi-params": "^2.2.0",
"jsona": "^1.11.0",
"ts-json-api": "^1.2.0"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/simple-oauth-auth-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @drupal-kit/simple-oauth-auth-code

## 0.8.0

### Patch Changes

- Updated dependencies []:
- @drupal-kit/core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/simple-oauth-auth-code/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@drupal-kit/simple-oauth-auth-code",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.7.1",
"@drupal-kit/core": "workspace:0.8.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/simple-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @drupal-kit/simple-oauth

## 0.8.0

### Patch Changes

- Updated dependencies []:
- @drupal-kit/core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/simple-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@drupal-kit/simple-oauth",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.7.1",
"@drupal-kit/core": "workspace:0.8.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @drupal-kit/types

## 0.8.0

## 0.7.1

## 0.7.0
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@drupal-kit/types",
"version": "0.7.1",
"version": "0.8.0",
"types": "./src/index.ts",
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"typescript": "5.0.4"
},
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/user-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @drupal-kit/user-api

## 0.8.0

### Minor Changes

- [#52](https://github.com/wunderwerkio/drupal-kit/pull/52) [`0d6370d`](https://github.com/wunderwerkio/drupal-kit/commit/0d6370d175fcfa79a573bb8247bd4d5683a9b3b8) Thanks [@chfoidl](https://github.com/chfoidl)! - Add support for user-api/resend-mail endpoint

### Patch Changes

- Updated dependencies []:
- @drupal-kit/core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/user-api/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@drupal-kit/user-api",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.7.1",
"@drupal-kit/core": "workspace:0.8.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @drupal-kit/verification

## 0.8.0

### Patch Changes

- Updated dependencies []:
- @drupal-kit/core@0.8.0

## 0.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/verification/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@drupal-kit/verification",
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.7.1"
"@drupal-kit/core": "workspace:0.8.0"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.7.1",
"@drupal-kit/eslint-config": "workspace:0.7.1",
"@drupal-kit/types": "workspace:0.7.1",
"@drupal-kit/config-typescript": "workspace:0.8.0",
"@drupal-kit/eslint-config": "workspace:0.8.0",
"@drupal-kit/types": "workspace:0.8.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
Loading

0 comments on commit 1e1d6fb

Please sign in to comment.