@lingui/babel-plugin-extract-messages 3.16.0 → 3.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01)
7
+
8
+ **Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24)
15
+
16
+ **Note:** Version bump only for package @lingui/babel-plugin-extract-messages
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18)
7
23
 
8
24
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Tomáš Ehrlich
3
+ Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -47,7 +47,7 @@ require("@babel/core").transform("code", {
47
47
 
48
48
  [license]: https://github.com/lingui/js-lingui/blob/main/LICENSE
49
49
  [linguijs]: https://github.com/lingui/js-lingui
50
- [documentation]: https://lingui.js.org/
50
+ [documentation]: https://lingui.dev
51
51
  [package]: https://www.npmjs.com/package/@lingui/babel-plugin-extract-messages
52
52
  [badge-downloads]: https://img.shields.io/npm/dw/@lingui/babel-plugin-extract-messages.svg
53
53
  [badge-version]: https://img.shields.io/npm/v/@lingui/babel-plugin-extract-messages.svg
package/build/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Tomáš Ehrlich
3
+ Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/babel-plugin-extract-messages",
3
- "version": "3.16.0",
3
+ "version": "3.17.0",
4
4
  "description": "Babel plugin for collecting messages from source code for internationalization",
5
5
  "main": "./build/index.js",
6
6
  "author": {
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@babel/generator": "^7.11.6",
37
37
  "@babel/runtime": "^7.11.2",
38
- "@lingui/conf": "3.16.0",
38
+ "@lingui/conf": "3.17.0",
39
39
  "mkdirp": "^1.0.4"
40
40
  },
41
- "gitHead": "e8c1f518b988f45f3f6da84333550b215dcde94b"
41
+ "gitHead": "1c8bc46213b35b25da8fe7a80ddcf6f6a5d9d539"
42
42
  }