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 Jan 18, 2024
1 parent 0e4055f commit a1b8de5
Show file tree
Hide file tree
Showing 25 changed files with 126 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-drinks-yell.md

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//npm.wunderwerk.dev/:_authToken=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
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.10.0

## 0.9.2

## 0.9.1
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.9.2",
"version": "0.10.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.10.0

## 0.9.2

## 0.9.1
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.9.2",
"version": "0.10.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.10.0

## 0.9.2

## 0.9.1
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.9.2",
"version": "0.10.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.10.0

### Patch Changes

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

## 0.9.2

### 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.9.2",
"version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.9.2"
"@drupal-kit/core": "workspace:0.10.0"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.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.10.0

## 0.9.2

### Patch Changes
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.9.2",
"version": "0.10.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.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.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.10.0

### Patch Changes

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

## 0.9.2

### 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.9.2",
"version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.9.2",
"@drupal-kit/core": "workspace:0.10.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.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.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.10.0

### Patch Changes

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

## 0.9.2

### 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.9.2",
"version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.9.2",
"@drupal-kit/core": "workspace:0.10.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.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.10.0

### Patch Changes

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

## 0.9.2

### 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.9.2",
"version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.9.2",
"@drupal-kit/core": "workspace:0.10.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.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.10.0

## 0.9.2

## 0.9.1
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.9.2",
"version": "0.10.0",
"types": "./src/index.ts",
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.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.10.0

### Minor Changes

- [#64](https://github.com/wunderwerkio/drupal-kit/pull/64) [`3b3d944`](https://github.com/wunderwerkio/drupal-kit/commit/3b3d94495464d383694a63b7210325198186ab90) Thanks [@chfoidl](https://github.com/chfoidl)! - Update user-api methods to reflect latest changes in the drupal user_api module

### Patch Changes

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

## 0.9.2

### 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,17 +1,17 @@
{
"name": "@drupal-kit/user-api",
"version": "0.9.2",
"version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.9.2",
"@drupal-kit/core": "workspace:0.10.0",
"@wunderwerk/ts-functional": "1.0.0-beta.2",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"@types/util-deprecate": "^1.0.3",
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.10.0

### Patch Changes

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

## 0.9.2

### 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.9.2",
"version": "0.10.0",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@drupal-kit/core": "workspace:0.9.2"
"@drupal-kit/core": "workspace:0.10.0"
},
"devDependencies": {
"@drupal-kit/config-typescript": "workspace:0.9.2",
"@drupal-kit/eslint-config": "workspace:0.9.2",
"@drupal-kit/types": "workspace:0.9.2",
"@drupal-kit/config-typescript": "workspace:0.10.0",
"@drupal-kit/eslint-config": "workspace:0.10.0",
"@drupal-kit/types": "workspace:0.10.0",
"@rollup/plugin-typescript": "^11.1.1",
"@swc/core": "^1.3.58",
"ava": "^5.2.0",
Expand Down
Loading

0 comments on commit a1b8de5

Please sign in to comment.